bakend in GO frontend quasar framework con generazione delle pagine statiche per la parte public
Go to file
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
.vscode feat: add authentication pages for login, password recovery, and signup 2026-03-18 19:23:35 +01:00
backend feat: add user management dialogs for blocking, editing, and password changes 2026-05-08 21:45:08 +02:00
frontend feat: add user management dialogs for blocking, editing, and password changes 2026-05-08 21:45:08 +02:00
.DS_Store feat: add signup page, authentication middleware, user password update functionality, and roles API endpoint 2026-04-27 22:37:59 +02:00
.gitignore chore: update .gitignore to include __debug_bin* and remove debug binary file 2026-04-05 16:58:34 +02:00
README.md Add signup and email templates for user registration and password reset 2026-04-05 20:46:35 +02:00

README.md

go-quasar-partial-ssr

bakend in GO frontend quasar framework con generazione delle pagine statiche per la parte public