feat: Add user role and users SVG icons
User description
feat: Update user SVG icon to use currentColor for better theming
feat: Add logo images for branding
refactor: Remove ConfigDataFetcher and ContactList components
fix: Enhance AlertDialog component with portal rendering
refactor: Update Button component to include loading spinner
refactor: Improve Dropdown component with icon support
fix: Update Modal component for consistent styling
fix: Adjust Toast component styles for error feedback
refactor: Remove useContactStore and related logic
feat: Introduce API routes constants for better organization
fix: Update API headers constants for consistency
refactor: Clean up application constants and remove unused labels
feat: Add HTTP methods constants for better API handling
feat: Define route paths constants for easier navigation management
feat: Add session configuration constants for session management
refactor: Clean up UI constants and improve label definitions
feat: Enhance application list with additional properties
feat: Update environment settings to include key vault names
fix: Correct import path for logs data response model
refactor: Update storefront list to improve structure
fix: Clean up date utility functions for better readability
fix: Add "use client" directive to useIsMobile hook
refactor: Standardize theme definitions for consistency
feat: Introduce AppModule and BaseItem types for better type safety
feat: Add SVG module declaration for React components
PR Type
Enhancement, Bug fix
Description
-
Refactor authentication system with improved database integration
-
Remove unused components and store logic
-
Enhance UI components with better styling and functionality
-
Standardize constants and configuration management
Diagram Walkthrough
flowchart LR
A["Authentication System"] --> B["Database Integration"]
A --> C["Session Management"]
D["UI Components"] --> E["Button Enhancement"]
D --> F["Modal/Dialog Updates"]
G["Constants Refactor"] --> H["API Routes"]
G --> I["UI Labels"]
J["Cleanup"] --> K["Remove Unused Components"]
J --> L["Remove Contact Store"]
File Walkthrough
Relevant files | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Enhancement | 10 files
|
||||||||||||||||||||||
Miscellaneous | |||||||||||||||||||||||
Configuration changes | 7 files
|
||||||||||||||||||||||
Formatting | |||||||||||||||||||||||
Bug fix | 11 files
|
||||||||||||||||||||||
Additional files | 1 files
|