Dependency updates. Fixed dark mode colors in details.ejs & email.ejs. Moved navigation to dedicated navigation.ejs file. Implemented user icon. Implemented user menu. Implemented /logout. Implemented Gravatar icon. Moved documentation and feature icons from menu to user menu

This commit is contained in:
Glenn de Haan
2024-09-24 19:09:28 +02:00
parent 88ae8d146c
commit be5f950568
8 changed files with 106 additions and 85 deletions

View File

@@ -36,6 +36,6 @@
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"nodemon": "^3.1.7",
"tailwindcss": "^3.4.12"
"tailwindcss": "^3.4.13"
}
}