- Introduced social sign-in options for comments, allowing users to authenticate via various providers.
- Updated comments API to handle user data, including fetching user information and managing comment relations.
- Refactored comment components to improve user experience, including a new user avatar component and enhanced comment input handling.
- Added loading states and error handling for comment submissions and reactions.
- Implemented a relative time display for comment timestamps to improve readability.
Signed-off-by: Innei <tukon479@gmail.com>
- Added missing newlines at the end of JSON files in `package.json` and `routes.json` for proper formatting.
- Updated `DESIGN_SYSTEM.md` and `QUICK_START.md` to improve code readability by adjusting spacing and formatting.
- Ensured consistent formatting in various files to enhance maintainability.
Signed-off-by: Innei <tukon479@gmail.com>
- Reorganized the photo viewer structure by moving components to dedicated modules for better maintainability.
- Added new modules for command palette, inspector, and metadata handling.
- Updated image loader management and integrated new loading indicators.
- Enhanced the comments section with improved error handling and loading states.
- Introduced new hooks and utilities for better state management and user experience.
Signed-off-by: Innei <tukon479@gmail.com>