task/popup-for-dynamic-form #1

Merged
rajukottedi merged 5 commits from task/popup-for-dynamic-form into develop 2026-02-15 14:40:41 +05:30

5 Commits

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