Commit Graph

9 Commits

Author SHA1 Message Date
ad0c04bd20 tag management 2025-12-04 00:07:26 +01:00
0c5c01a2d2 fix 2025-12-04 00:00:53 +01:00
29e1c2b3cc FE people management 2025-12-03 23:57:46 +01:00
333c180b17 feat: Implement advanced filtering with new filter conditions and a strategy-based query builder. 2025-12-03 23:39:47 +01:00
2003a55ff7 feat: Add media details sidebar and date handling features, including media grouping by date 2025-11-16 03:32:18 +01:00
94b184d3b0 feat: Implement person management features
- Added hooks for listing, creating, updating, deleting, sharing, and merging people.
- Introduced a new route for person details and media.
- Implemented clustering faces functionality.
- Created services for person-related API interactions.

feat: Introduce tag management functionality

- Added hooks for listing, adding, and removing tags from media.
- Created services for tag-related API interactions.

feat: Enhance user authentication handling

- Added a hook to fetch current user details.
- Updated auth storage to manage user state more effectively.

feat: Update album management features

- Enhanced album service to return created album details.
- Updated API handlers to return album responses upon creation.
- Modified album repository to return created album.

feat: Implement media management improvements

- Added media details fetching and processing of media URLs.
- Enhanced media upload functionality to return processed media.

feat: Introduce face management features

- Added services for listing faces for media and assigning faces to persons.

fix: Update API client to clear authentication state on 401 errors.
2025-11-16 02:24:50 +01:00
07b797b82b feat: implement add media to album functionality with dialog and API integration 2025-11-16 01:38:04 +01:00
43157cef4e feat: add album and media management features, including album creation, media upload, and routing 2025-11-16 01:19:17 +01:00
f7a839b11a feat: add UI components and utilities
- Introduced Skeleton component for loading states.
- Added Slider component with customizable properties.
- Implemented Sonner for toast notifications with icons.
- Created Spinner component for loading indicators.
- Developed Switch component for toggle functionality.
- Added Table component with subcomponents for structured data display.
- Implemented Tabs component for tabbed navigation.
- Created Textarea component for multi-line text input.
- Developed ToggleGroup and Toggle components for grouped toggle functionality.
- Added Tooltip component for contextual hints.
- Implemented useIsMobile hook for responsive design.
- Updated global styles with Tailwind CSS and custom properties.
- Added utility functions for class name management.
- Configured TypeScript paths for easier imports.
- Updated Vite configuration to include Tailwind CSS and path aliases.
2025-11-15 23:44:58 +01:00