Added esc functionality to open windows, added 'n' keybind to create new tasks, fixed Accounts and settings page to allow for edits to be made as well as profile picture to be updated

This commit is contained in:
NPS Agent
2026-05-13 09:55:19 +09:30
parent cf3e4cfe41
commit abb6402f86
7 changed files with 135 additions and 30 deletions
+2
View File
@@ -25,6 +25,8 @@ class UserUpdate(BaseModel):
role: Optional[str] = None
account_type: Optional[str] = None
photo: Optional[str] = None
email: Optional[str] = None
phone: Optional[str] = None
class PasswordChange(BaseModel):
old_password: str