go-quasar-partial-ssr/frontend/src
fabio c8784320cf feat: add user management dialogs for blocking, editing, and password changes
- Created UserBlockDialog.vue for blocking/unblocking users with status notifications.
- Implemented UserEditorDialog.vue for creating and editing user details, including account, details, and preferences tabs.
- Added UserPasswordDialog.vue for changing user passwords with validation.
- Defined types for user forms and dialogs in types.ts.
- Introduced user-store.ts for managing user state with Pinia, including fetching user data and handling errors.
2026-05-08 21:45:08 +02:00
..
api feat: add user management dialogs for blocking, editing, and password changes 2026-05-08 21:45:08 +02:00
assets Add new services.html file to the project 2026-03-19 18:50:10 +01:00
boot first commit 2026-03-16 20:03:59 +01:00
components/home Add new services.html file to the project 2026-03-19 18:50:10 +01:00
css feat: add authentication pages for login, password recovery, and signup 2026-03-18 19:23:35 +01:00
i18n first commit 2026-03-16 20:03:59 +01:00
layouts feat: add user management dialogs for blocking, editing, and password changes 2026-05-08 21:45:08 +02:00
pages feat: add user management dialogs for blocking, editing, and password changes 2026-05-08 21:45:08 +02:00
router Refactor code structure for improved readability and maintainability 2026-03-19 19:07:45 +01:00
stores feat: add user management dialogs for blocking, editing, and password changes 2026-05-08 21:45:08 +02:00
App.vue feat: add user management dialogs for blocking, editing, and password changes 2026-05-08 21:45:08 +02:00
env.d.ts first commit 2026-03-16 20:03:59 +01:00