Commit Graph

11 Commits

Author SHA1 Message Date
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