webapp/src/components/ui
padreug 1631c23717 feat: Integrate Logout Confirmation Dialog in Navbar
- Add a state variable to manage the visibility of the Logout Confirmation dialog in Navbar.vue.
- Update the LogoutConfirmDialog component to accept an isOpen prop and emit an update event for improved visibility control.
- Refactor the logout button in Navbar.vue to trigger the confirmation dialog, enhancing user experience by preventing accidental logouts.
2025-08-10 23:09:10 +02:00
..
accordion fix tailwind 2025-03-11 01:52:56 +01:00
avatar fix tailwind 2025-03-11 01:52:56 +01:00
badge fix tailwind 2025-03-11 01:52:56 +01:00
button fix tailwind 2025-03-11 01:52:56 +01:00
card fix tailwind 2025-03-11 01:52:56 +01:00
checkbox feat: Update reka-ui dependency and add new UI components 2025-08-03 11:20:58 +02:00
dialog fix tailwind 2025-03-11 01:52:56 +01:00
dropdown-menu fix tailwind 2025-03-11 01:52:56 +01:00
fuzzy-search refactor: Update FuzzySearch component and composable for improved class handling and code clarity 2025-08-10 10:50:14 +02:00
hover-card feat: Update reka-ui dependency and add new UI components 2025-08-03 11:20:58 +02:00
input fix tailwind 2025-03-11 01:52:56 +01:00
label fix tailwind 2025-03-11 01:52:56 +01:00
logout-dialog add translations 2025-02-16 11:00:41 +01:00
LogoutConfirmDialog feat: Integrate Logout Confirmation Dialog in Navbar 2025-08-10 23:09:10 +02:00
message-bubble fix tailwind colors; gradients work now! 2025-02-16 11:00:41 +01:00
popover feat: Update reka-ui dependency and add new UI components 2025-08-03 11:20:58 +02:00
progress feat: Update reka-ui dependency and add new UI components 2025-08-03 11:20:58 +02:00
radio-group feat: Update reka-ui dependency and add new UI components 2025-08-03 11:20:58 +02:00
scroll-area fix tailwind 2025-03-11 01:52:56 +01:00
select fix tailwind 2025-03-11 01:52:56 +01:00
separator feat: Update reka-ui dependency and add new UI components 2025-08-03 11:20:58 +02:00
skeleton feat: Update reka-ui dependency and add new UI components 2025-08-03 11:20:58 +02:00
slider feat: Update reka-ui dependency and add new UI components 2025-08-03 11:20:58 +02:00
sonner update sonner; toast is still light 2025-08-01 14:11:17 +02:00
switch feat: Update reka-ui dependency and add new UI components 2025-08-03 11:20:58 +02:00
tabs feat(events): Add comprehensive events management with dynamic fetching and UI 2025-03-11 22:05:03 +01:00
textarea feat(ui): Add Toaster and Textarea components 2025-07-02 16:24:12 +02:00
tooltip feat: Update reka-ui dependency and add new UI components 2025-08-03 11:20:58 +02:00
CurrencyDisplay.vue feat: Format currency display to ensure two-digit representation 2025-08-10 19:25:08 +02:00
LogoutConfirmDialog.vue feat: Implement Logout Confirmation Dialog 2025-08-10 22:53:22 +02:00