-
- Downloads
feat: add account self-management page
refs #219
Showing
- package-lock.json 63 additions, 0 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- src/Pages/CurrentUser.vue 12 additions, 0 deletionssrc/Pages/CurrentUser.vue
- src/Pages/MyAccount.vue 72 additions, 0 deletionssrc/Pages/MyAccount.vue
- src/components/nav/ANavSidebar.vue 60 additions, 10 deletionssrc/components/nav/ANavSidebar.vue
- src/i18n/de.js 18 additions, 0 deletionssrc/i18n/de.js
- src/i18n/en.js 15 additions, 0 deletionssrc/i18n/en.js
- src/router.ts 11 additions, 0 deletionssrc/router.ts
- src/tailwind.css 23 additions, 0 deletionssrc/tailwind.css
- tailwind.config.js 1 addition, 0 deletionstailwind.config.js
- tests/login.spec.ts 2 additions, 2 deletionstests/login.spec.ts
... | @@ -22,6 +22,7 @@ | ... | @@ -22,6 +22,7 @@ |
"*.{js,ts,vue}": "eslint --color --ignore-path .gitignore --ignore-path .eslintignore" | "*.{js,ts,vue}": "eslint --color --ignore-path .gitignore --ignore-path .eslintignore" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@floating-ui/vue": "^1.0.6", | |||
"@flowjs/flow.js": "^2.14.1", | "@flowjs/flow.js": "^2.14.1", | ||
"@fullcalendar/core": "^6.1.11", | "@fullcalendar/core": "^6.1.11", | ||
"@fullcalendar/interaction": "^6.1.11", | "@fullcalendar/interaction": "^6.1.11", | ||
... | ... |
src/Pages/CurrentUser.vue
0 → 100644
src/Pages/MyAccount.vue
0 → 100644
Please register or sign in to comment