Commit Graph

3 Commits

Author SHA1 Message Date
Innei
2a95dcecae feat: enhance comments functionality with social sign-in and user management
- 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>
2025-11-26 23:23:09 +08:00
Innei
630c95aa08 fix: add missing newlines in JSON and Markdown files
- 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>
2025-11-26 21:50:01 +08:00
Innei
71e143f0b3 feat: refactor photo viewer and introduce new modules
- 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>
2025-11-26 21:18:38 +08:00