Commit Graph

26 Commits

Author SHA1 Message Date
9065626d40 Merge pull request 'develop' (#8) from develop into master
Reviewed-on: #8
2026-02-16 10:40:47 +05:30
3dbecd171f Merge pull request 'fix: enhance OTP sending logic and add success message display' (#7) from task/popup-for-dynamic-form into develop
Reviewed-on: #7
2026-02-16 10:03:02 +05:30
bdba683f00 fix: enhance OTP sending logic and add success message display 2026-02-16 10:02:26 +05:30
15ad26c505 Merge pull request 'fix: update project categories check and adjust border style in project detail popup' (#6) from task/popup-for-dynamic-form into develop
Reviewed-on: #6
2026-02-16 09:26:17 +05:30
e529f101b7 fix: update project categories check and adjust border style in project detail popup 2026-02-16 09:24:45 +05:30
2bed3b6438 Merge pull request 'fix: update logout navigation to use navigateByUrl for cleaner routing' (#5) from task/popup-for-dynamic-form into develop
Reviewed-on: #5
2026-02-15 20:43:55 +05:30
7d63845951 fix: update logout navigation to use navigateByUrl for cleaner routing 2026-02-15 20:36:16 +05:30
7d707051d5 Merge pull request 'fix: update returnUrl handling and navigation in OtpComponent' (#4) from task/popup-for-dynamic-form into develop
Reviewed-on: #4
2026-02-15 15:24:29 +05:30
9a90903b33 fix: update returnUrl handling and navigation in OtpComponent 2026-02-15 15:23:57 +05:30
1147a5a10a Merge pull request 'fix: update auth guard to redirect to login without admin prefix' (#3) from task/popup-for-dynamic-form into develop
Reviewed-on: #3
2026-02-15 15:09:35 +05:30
2108a89505 fix: update auth guard to redirect to login without admin prefix 2026-02-15 15:09:07 +05:30
b30fc0235d Merge pull request 'refactor: remove server configuration and routes for admin module; simplify routing structure' (#2) from task/popup-for-dynamic-form into develop
Reviewed-on: #2
2026-02-15 15:04:42 +05:30
0b3d9e8a9a refactor: remove server configuration and routes for admin module; simplify routing structure 2026-02-15 15:04:07 +05:30
69b3d1fd72 Merge pull request 'task/popup-for-dynamic-form' (#1) from task/popup-for-dynamic-form into develop
Reviewed-on: #1
2026-02-15 14:40:40 +05:30
641dd1e004 fix: update outputPath in build options and remove unused server configurations 2026-02-15 14:38:16 +05:30
3ef1a2682f feat: update popup styles for improved aesthetics; add SVG favicon 2026-02-15 13:07:40 +05:30
1806c6fb1f feat: implement confirm dialog for project deletion and item removal in dynamic forms; enhance form field accessibility 2026-02-15 05:47:32 +05:30
58929ae6d4 feat: enhance dynamic forms and popups for About, Contact, and Resume sections; add project detail popup 2026-02-15 05:27:23 +05:30
55b436c7d2 feat: implement dynamic form and popup components
- Added DynamicField interface to define form field structure.
- Created DynamicFormConfig interface for form configuration.
- Developed DynamicFormComponent to handle dynamic form rendering and validation.
- Implemented DynamicPopupComponent for displaying forms in a modal dialog.
- Added HTML and SCSS for dynamic form and popup styling.
- Integrated Material Design components for form inputs and buttons.
- Implemented form submission logic with API integration.
- Added tests for DynamicForm and DynamicPopup components.
- Updated global styles for Material components in themed popups.
- Included Material Icons in index.html for better UI representation.
2026-02-15 03:56:17 +05:30
9e34de73ee fix: handle token refresh gracefully in auth interceptor and update loading interceptor to skip refresh token requests 2025-11-17 15:15:28 +05:30
e83e2b2161 feat: implement logout functionality and enhance contact layout 2025-11-17 13:35:33 +05:30
38f305067a feat: enhance application structure and improve accessibility
- Refactor various components for better readability and maintainability.
- Update HTML templates to include `alt` attributes for images and `for` attributes for labels.
- Implement reactive forms in OTP component and improve token management in AuthService.
- Adjust routing to redirect to 'admin/about' by default.
- Remove deprecated interceptor implementation and streamline authentication logic.
- Add console logs for better debugging during initialization.
2025-11-16 17:40:00 +05:30
d0025d55ef Refactor code structure for improved readability and maintainability 2025-11-15 12:51:32 +05:30
94f4305615 fix: replace deprecated *ngIf with @if control flow in OTP component
- Migrated all *ngIf directives to modern @if syntax in otp.component.html
- Updated email form, OTP entry, countdown display, and success message conditionals
- Resolves ngtsc deprecation warning 6385 for better Angular 17+ compatibility
2025-10-16 00:26:47 +05:30
a3e1748e56 add copilot instructions for portfolio-admin project 2025-09-24 19:15:02 +05:30
816fefdc4f initial commit 2025-09-24 19:08:32 +05:30