This website requires JavaScript.
Explore
Help
Sign In
torsten
/
yourpart3
Watch
1
Star
0
Fork
0
You've already forked yourpart3
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
78eba6b1fbb765bb8698d7df324d651450589ca9
yourpart3
/
frontend
/
src
/
views
/
admin
History
Torsten Schulz (local)
78eba6b1fb
Refactor feedback handling across components: Replace
alert
and
confirm
calls with centralized feedback functions for improved user experience. Update various components to utilize
showError
,
showSuccess
, and
confirmAction
for consistent messaging and confirmation dialogs. Enhance UI responsiveness and maintainability by streamlining feedback logic.
2026-03-19 16:18:51 +01:00
..
falukant
Refactor feedback handling across components: Replace
alert
and
confirm
calls with centralized feedback functions for improved user experience. Update various components to utilize
showError
,
showSuccess
, and
confirmAction
for consistent messaging and confirmation dialogs. Enhance UI responsiveness and maintainability by streamlining feedback logic.
2026-03-19 16:18:51 +01:00
ChatRoomsView.vue
Update room management in AdminController: Modify updateRoom and deleteRoom methods to include userId as a parameter for improved access control.
2026-03-04 22:38:24 +01:00
ContactsView.vue
Finished guestbook and gallery. started diary
2024-09-27 07:40:06 +02:00
InterestsView.vue
Added movability of dialogs
2024-08-19 12:34:08 +02:00
MinigamesView.vue
Refactor feedback handling across components: Replace
alert
and
confirm
calls with centralized feedback functions for improved user experience. Update various components to utilize
showError
,
showSuccess
, and
confirmAction
for consistent messaging and confirmation dialogs. Enhance UI responsiveness and maintainability by streamlining feedback logic.
2026-03-19 16:18:51 +01:00
RoomsView.vue
Update room management in AdminController: Modify updateRoom and deleteRoom methods to include userId as a parameter for improved access control.
2026-03-04 22:38:24 +01:00
ServicesStatusView.vue
Refactor feedback handling across components: Replace
alert
and
confirm
calls with centralized feedback functions for improved user experience. Update various components to utilize
showError
,
showSuccess
, and
confirmAction
for consistent messaging and confirmation dialogs. Enhance UI responsiveness and maintainability by streamlining feedback logic.
2026-03-19 16:18:51 +01:00
TaxiToolsView.vue
Refactor feedback handling across components: Replace
alert
and
confirm
calls with centralized feedback functions for improved user experience. Update various components to utilize
showError
,
showSuccess
, and
confirmAction
for consistent messaging and confirmation dialogs. Enhance UI responsiveness and maintainability by streamlining feedback logic.
2026-03-19 16:18:51 +01:00
UserRightsView.vue
Änderung: Erweiterung der Benutzer- und Rechteverwaltung im Admin-Bereich
2025-09-12 09:13:22 +02:00
UserStatisticsView.vue
Änderung: Erweiterung der Benutzerstatistiken im Admin-Bereich
2025-09-12 16:34:56 +02:00
UsersView.vue
Refactor backend CORS settings to include default origins and improve error handling in chat services: Introduce dynamic CORS origin handling, enhance RabbitMQ message sending with fallback mechanisms, and update WebSocket service to manage pending messages. Update UI components for better accessibility and responsiveness, including adjustments to dialog and navigation elements. Enhance styling for improved user experience across various components.
2026-03-19 14:44:04 +01:00