join/src/app/services
2025-03-31 20:54:42 +02:00
..
api.service.ts feat: implemented editing functionality for Contact; optimized data initialization in ContactsComponent 2025-03-31 20:54:42 +02:00
auth.service.ts feat: set up HttpErrorInterceptor for error handling and integrated ErrorNotificationService; created and implemented ToastNotificationService for user notifications 2025-03-29 16:28:07 +01:00
button-state.service.ts refactor: SharedService refactored and dissolved, created ButtonStateService, renamed ContactEditDialog to ContactOverlay and moved to Overlays 2025-03-30 19:29:24 +02:00
drag-drop.service.ts docs: add JSDoc comments to DragDropService 2024-11-14 04:40:45 +01:00
error-notification.service.ts refactor: Simplified error messages in ErrorNotificationService to enhance user experience 2025-03-29 16:39:09 +01:00
firebase.service.ts feat: add functionality to create and save new contacts 2025-03-31 20:11:55 +02:00
language.service.ts docs: add JSDoc comments to LanguageService 2024-11-14 04:43:51 +01:00
login.service.ts feat: add functionality to create and save new contacts 2025-03-31 20:11:55 +02:00
overlay.service.ts docs: add JSDoc comments to OverlayService 2024-11-14 04:42:26 +01:00
resize.service.ts refactor: Refactor SharedService, extract logic into smaller services (ResizeService and ColorService) 2025-03-30 10:43:36 +02:00
task.service.ts refactor: improve task database communication and enhance data flow in components 2025-03-29 15:45:24 +01:00
toast-notification.servic.ts feat: implemented editing functionality for Contact; optimized data initialization in ContactsComponent 2025-03-31 20:54:42 +02:00
token.service.ts feat: created TokenService and moved logic from AuthService and ApiService 2025-03-24 09:10:25 +01:00
update-notifier.service.ts feat: propagate created ID via UpdateNotifierService and call newly created contact in ContactsComponent 2025-03-31 20:25:48 +02:00
user.service.ts feat: migrate ContactsComponent & ContactDetailComponent to Django Rest 2025-03-30 09:46:38 +02:00