Chneemann
|
01afbe7926
|
refactor: move TaskStatus, TaskPriority, and TaskCategory enums from interface to constants
|
2025-04-17 04:17:18 +02:00 |
|
Chneemann
|
e4c8fcb7f0
|
feat: add task category constants, labels and colors for task management
|
2025-04-17 04:12:56 +02:00 |
|
Chneemann
|
87a25ac66a
|
feat: add task priority constants and labels for task management
|
2025-04-16 20:06:38 +02:00 |
|
Chneemann
|
2df0ba517f
|
feat: add task status constants and labels for task management
|
2025-04-16 19:36:26 +02:00 |
|
Chneemann
|
c02cf4d7a3
|
refactor: optimize and add comments to TaskComponent
|
2025-04-15 23:17:45 +02:00 |
|
Chneemann
|
b75fb18e42
|
feat: add environment.example.ts and update README with setup instructions
|
2025-04-15 16:32:22 +02:00 |
|
Chneemann
|
82af32ab5c
|
feat: create and integrate HeadlineComponent, replace all headlines across the app
|
2025-04-15 04:50:11 +02:00 |
|
Chneemann
|
dc9585c4c1
|
feat: create and style mobile-nav in ContactDetailComponent
|
2025-04-14 23:57:55 +02:00 |
|
Chneemann
|
4061076ff1
|
fix: minor bugfixes and UI adjustments
|
2025-04-14 04:45:41 +02:00 |
|
Chneemann
|
00b811afbd
|
feat: integrate moveTask functionality into TaskMenuComponent
|
2025-04-13 13:49:35 +02:00 |
|
Chneemann
|
2632f859fe
|
fix: clear currentUserCache on logout to ensure correct state
|
2025-04-13 12:46:58 +02:00 |
|
Chneemann
|
d18e8e5e11
|
refactor: optimize FormBtnComponent for better performance and usability
|
2025-04-13 12:30:01 +02:00 |
|
Chneemann
|
4941465594
|
style: adjust SCSS media queries for responsive design
|
2025-04-13 11:13:09 +02:00 |
|
Chneemann
|
815b8ef605
|
refactor: use reactive breakpoints with observables and constants in ResizeService
|
2025-04-12 09:49:41 +02:00 |
|
Chneemann
|
ab6c4ce2b9
|
refactor: remove ConfirmDialogComponent
|
2025-04-11 12:17:36 +02:00 |
|
Chneemann
|
1dd8d32acf
|
fix: adjust layout of ContactDetailComponent for responsive SidebarComponent resizing
|
2025-04-11 11:27:33 +02:00 |
|
Chneemann
|
dfe2b14206
|
refactor: refactor if statements to switch-case for better readability and performance
|
2025-04-11 10:36:53 +02:00 |
|
Chneemann
|
64418d6549
|
feat: add animation for taskOverlayEdit transition and fix bugs in OverlayComponent
|
2025-04-11 10:14:25 +02:00 |
|
Chneemann
|
19f1a2de5a
|
feat: add animation for opening and closing OverlayComponent and optimize code
|
2025-04-11 09:29:06 +02:00 |
|
Chneemann
|
a013402e23
|
feat: enable text-overflow ellipsis in welcome message for username
|
2025-04-10 09:40:48 +02:00 |
|
Chneemann
|
03294771a5
|
feat: collapse SidebarComponent and make it more compact at 1440px screen width
|
2025-04-10 09:16:41 +02:00 |
|
Chneemann
|
ea1e14b1a8
|
feat: add takeUntil to manage subscriptions lifecycle and prevent memory leaks
|
2025-04-08 10:51:08 +02:00 |
|
Chneemann
|
86692177a0
|
chore: completely remove Firebase and update README to reflect Django REST integration
|
2025-04-08 08:31:41 +02:00 |
|
Chneemann
|
99b1e14034
|
refactor: remove LoginService and FirebaseService, add PasswordVisibilityService and integrate
|
2025-04-08 08:22:42 +02:00 |
|
Chneemann
|
c2c5bd850e
|
fix: adjust handling of backend errors
|
2025-04-07 12:51:57 +02:00 |
|
Chneemann
|
0646aaae6b
|
fix: assign id and name to input fields
|
2025-04-06 22:06:48 +02:00 |
|
Chneemann
|
8f79b0cf76
|
feat: migrate updateTask functionality to Django Rest
|
2025-04-06 16:30:38 +02:00 |
|
Chneemann
|
0be9f98cca
|
fix: additional bug fixes in OverlayComponent
|
2025-04-06 15:54:18 +02:00 |
|
Chneemann
|
0e0e2db776
|
fix: bugfixes and optimization in OverlayComponent for improved performance and usability
|
2025-04-06 11:42:35 +02:00 |
|
Chneemann
|
cf4a994ad0
|
feat: create AuthInterceptor and integrate it; adjust AuthGuards accordingly
|
2025-04-06 11:01:59 +02:00 |
|
Chneemann
|
c58d5c026b
|
fix: minor bugfixes and UI adjustments
|
2025-04-06 08:53:02 +02:00 |
|
Chneemann
|
da9e623325
|
feat: migrate PwResetComponent to Django Rest and fix small bugs in auth process
|
2025-04-05 22:43:12 +02:00 |
|
Chneemann
|
68a413dc97
|
feat: migrate ForgotPwComponent to Django Rest
|
2025-04-05 21:25:55 +02:00 |
|
Chneemann
|
4b7912324d
|
feat: migrate RegisterComponent to Django Rest
|
2025-04-05 20:32:07 +02:00 |
|
Chneemann
|
b02ebe78ba
|
refactor: rename LoadingDialogComponent to LoginLoaderComponent and adjust functionality
|
2025-04-05 14:14:30 +02:00 |
|
Chneemann
|
82f0687b77
|
feat: update DragDropService to only consider drop when status changes
|
2025-04-05 13:42:29 +02:00 |
|
Chneemann
|
6286743507
|
feat: highlight active links in SidebarComponent
|
2025-04-05 13:21:07 +02:00 |
|
Chneemann
|
4fb3ff25d9
|
fix: corrected filename typo from toast-notification.servic.ts to toast-notification.service.ts
|
2025-04-05 13:06:26 +02:00 |
|
Chneemann
|
0c29600736
|
docs: add comments to ContactDetailComponent for better code understanding
|
2025-04-05 12:58:34 +02:00 |
|
Chneemann
|
3898a9a2f1
|
fix: minor bugfixes and UI adjustments
|
2025-04-05 04:31:38 +02:00 |
|
Chneemann
|
aae115a82d
|
feat: integrate ConfirmDialogComponent into TaskOverlayComponent to confirm task deletion
|
2025-04-04 20:26:31 +02:00 |
|
Chneemann
|
7dec1bc6f6
|
feat: create, design, and integrate ConfirmDialogComponent
|
2025-04-04 20:17:04 +02:00 |
|
Chneemann
|
5da2cc0237
|
feat: migrate contact deletion in ContactFormComponent to Django REST; update phone number input error message
|
2025-04-04 19:08:43 +02:00 |
|
Chneemann
|
7b028ab843
|
refactor: remove saving of current task in local storage; adjust assignees state management
|
2025-04-04 04:51:59 +02:00 |
|
Chneemann
|
eeb9f4303c
|
refactor: replace subtasksTitle & subtasksStatus with subtasks in Task interface
|
2025-04-03 04:34:09 +02:00 |
|
Chneemann
|
94049f889d
|
refactor: removed FirebaseService from components migrated to Django Rest
|
2025-04-03 04:06:08 +02:00 |
|
Chneemann
|
2a50d716f1
|
feat: migrate logout functionality to Django Rest in SidebarComponent
|
2025-04-02 20:43:55 +02:00 |
|
Chneemann
|
45a40a3980
|
feat: migrate subtask creation and toggle (check/uncheck) functionality to Django Rest
|
2025-04-02 20:32:23 +02:00 |
|
Chneemann
|
ff5abfa41a
|
refactor: extracted assigned logic from AddTaskComponent to AssignedComponent and migrated to Django Rest
|
2025-04-01 18:23:18 +02:00 |
|
Chneemann
|
3293def254
|
feat: implemented editing functionality for Contact; optimized data initialization in ContactsComponent
|
2025-03-31 20:54:42 +02:00 |
|