Skip to content

Commit

Permalink
Handle login/out on homepage
Browse files Browse the repository at this point in the history
* display user profile image in upper right corner

* fix profile setting issue
  - Do not overwrite task in user profile
  - Set user avatar to the default one if not set previously (legacy accounts)

* remove .idea dir
  • Loading branch information
Linerre committed Oct 4, 2024
1 parent a670dd5 commit e9313de
Show file tree
Hide file tree
Showing 19 changed files with 3,350 additions and 344 deletions.
5 changes: 0 additions & 5 deletions .idea/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/Joyfulfrugalista-web.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ export default tseslint.config(
globals: {
console: 'readonly',
localStorage: 'readonly',
HTMLElement: 'readonly',
HTMLInputElement: 'readonly',
HTMLButtonElement: 'readonly',
// Add any other global variables you're using
},
},
rules: {
Expand Down
Loading

0 comments on commit e9313de

Please sign in to comment.