Skip to content

Commit

Permalink
fix: auth fix and new face to homepage
Browse files Browse the repository at this point in the history
Major fix and new style
  • Loading branch information
RuanCampello authored Feb 12, 2025
2 parents 09769be + 1ff35d8 commit f496ac9
Show file tree
Hide file tree
Showing 83 changed files with 1,546 additions and 797 deletions.
31 changes: 26 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.1.5",
Expand Down Expand Up @@ -55,6 +55,7 @@
"next": "^14.2.10",
"next-auth": "^5.0.0-beta.23",
"next-intl": "^3.17.2",
"nextjs-toploader": "^3.7.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.50.1",
Expand Down
6 changes: 4 additions & 2 deletions public/locales/english/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@
"new_note": "New Note",
"notes": "Notes",
"search_note": "Search for a note",
"more": "More",
"more": "Menu",
"favourites": "Favourites",
"archived": "Archived Notes"
"archived": "Archived Notes",
"settings": "Settings",
"hub": "Hub"
},
"AddNote": {
"title": "Add New Note",
Expand Down
2 changes: 1 addition & 1 deletion public/locales/portuguese/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"new_note": "Criar nota",
"notes": "Notas",
"search_note": "Procure por uma nota",
"more": "Mais",
"more": "Menu",
"favourites": "Favoritos",
"archived": "Notas Arquivadas"
},
Expand Down
Loading

0 comments on commit f496ac9

Please sign in to comment.