mirror of
https://github.com/srbhr/Resume-Matcher.git
synced 2026-01-18 23:16:50 +00:00
- Introduced ConfirmDialog component with customizable options for confirmation actions. - Added Dialog component along with supporting components (DialogTrigger, DialogClose, DialogContent, DialogHeader, DialogFooter, DialogTitle, DialogDescription) for a cohesive dialog experience. - Implemented escape key handling and body scroll prevention when dialogs are open. feat: create UI components for input, toggle switch, and retro tabs - Developed Input component with a minimalist design and focus styles. - Created ToggleSwitch component for binary state toggling with clear labeling. - Implemented RetroTabs component for tabbed navigation with a brutalist aesthetic. chore: update README with new features and improve documentation - Updated README to reflect new features and enhancements in the Resume Matcher application. - Changed header image for better branding. chore: update package-lock.json for peer dependencies - Added peer dependencies to various packages in package-lock.json to ensure compatibility. feat: add header image asset for improved UI