Commit Graph

311 Commits

Author SHA1 Message Date
Magren
988846c46a fix: enhance EXIF panel and tooltip functionality (#62) 2025-07-14 10:53:32 +08:00
Bojin Li
c752dc4f7d fix(i18n): add missing translation key and remove hardcoded string (#60) 2025-07-13 20:21:52 +08:00
woolen-sheep
279ec609b0 fix: missing handleNext in PhotoViewer (#59) 2025-07-12 12:54:51 +08:00
Innei
6c702ef9f1 feat: enhance Masonry component with reposition functionality
- Added a `reposition` method to the Masonry component, allowing for dynamic layout adjustments.
- Updated MasonryRoot to utilize the new ref for repositioning when photos change.
- Introduced a new script command "web" in package.json for easier development with Vite.

Signed-off-by: Innei <tukon479@gmail.com>
2025-07-12 00:22:41 +08:00
Innei
440e051351 refactor: simplify PhotoViewer navigation and improve EXIF data formatting
- Removed unnecessary ellipsis handling in the Row component for displaying EXIF data.
- Enhanced PhotoViewer navigation by directly invoking swiper methods for previous and next slides.
- Updated SharePanel to ensure proper URL formatting for iframe sharing.
- Extracted photo filtering and sorting logic into a separate function for better reusability and clarity in usePhotoViewer hook.
- Adjusted layout to utilize the new getFilteredPhotos function for improved photo management.

Signed-off-by: Innei <tukon479@gmail.com>
2025-07-11 23:35:05 +08:00
Wenzhuo Liu
0c9b5f8714 docs: mention hdr support in readme (#54) 2025-07-11 18:43:56 +08:00
ChrAlpha
5fcc03a8af fix: CLS between hover card and selected card (#56) 2025-07-11 18:43:39 +08:00
Wenzhuo Liu
d7f24621bf fix: disable hdr badge if screen doesn't support it (#55) 2025-07-11 18:42:55 +08:00
Innei
bf4f63cc95 feat: add HDRBadge component to display HDR status in photo viewer
- Introduced a new HDRBadge component that visually indicates HDR status.
- Integrated HDRBadge into the ProgressiveImage component to conditionally render when HDR images are displayed.

Signed-off-by: Innei <tukon479@gmail.com>
2025-07-10 15:43:07 +08:00
Innei
80c946b9c5 chore: update local development server port to 13333
- Changed the development server port from 3000 to 13333 in multiple files for consistency across the application.
- Updated URLs in SSR routes and configuration files to reflect the new port.

Signed-off-by: Innei <tukon479@gmail.com>
2025-07-10 15:37:12 +08:00
woolen-sheep
d020977e07 fix: Zoom and ContextMenu not working (#53) 2025-07-10 03:18:03 +08:00
Wenzhuo Liu
6ec545a6a5 feat: display hdr image using dom image viewer (#52) 2025-07-09 22:37:04 +08:00
EmccK
256becf604 feat: add local storage provider and photos static plugin (#40)
Co-authored-by: MaxtuneLee <60775796+MaxtuneLee@users.noreply.github.com>
2025-07-09 13:23:32 +08:00
MaxtuneLee
3f6f12aba3 Fix/live photo zoom (#49)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-09 12:17:56 +08:00
ChrAlpha
891f059445 fix(map): simplify marker selection handling (#44) 2025-07-07 23:37:22 +08:00
Innei
1e834bf7db feat: enhance SSR route handling with DOM manipulation
- Integrated DOMParser from linkedom to parse the HTML document.
- Injected configuration into the document using the new injectConfigToDocument function.
- Updated the response to return the modified HTML for improved server-side rendering.

Signed-off-by: Innei <tukon479@gmail.com>
2025-07-07 23:35:53 +08:00
ChrAlpha
124f6ae1df refactor: enhance error handling in image loading (#42) 2025-07-07 20:16:00 +08:00
Innei
56c206da68 feat: add CLAUDE.md for project guidance
- Introduced a new documentation file, CLAUDE.md, providing comprehensive guidance on development commands, database commands, code quality standards, architecture, and testing strategies for the project.
- Outlined the monorepo structure, key technologies, and photo processing pipeline to assist developers in understanding the project setup and workflow.

Signed-off-by: Innei <tukon479@gmail.com>
2025-07-07 17:31:58 +08:00
Innei
0d7866d8a7 chore: remove unused map image file
- Deleted the obsolete 1.png image from the map component directory to clean up the project and reduce unnecessary file clutter.

Signed-off-by: Innei <tukon479@gmail.com>
2025-07-07 17:26:50 +08:00
Innei
7eade6bfa1 feat: add interactive map explorer section to README
- Introduced a new feature highlighting the Interactive Map Explorer, which provides geographic visualization of photos using GPS coordinates from EXIF data with MapLibre.

Signed-off-by: Innei <tukon479@gmail.com>
2025-07-07 17:24:45 +08:00
ChrAlpha
7310555c1a feat: map explore page (#29)
Signed-off-by: Innei <tukon479@gmail.com>
Co-authored-by: MaxtuneLee <max@xox.im>
Co-authored-by: Innei <tukon479@gmail.com>
2025-07-07 17:22:56 +08:00
Innei
139607185e refactor: simplify video conversion logging in ImageLoaderManager
- Removed the explicit logging of the conversion method from the video conversion completion message to streamline the output.
- Maintained the logging of the converted video size for clarity in processing results.

Signed-off-by: Innei <tukon479@gmail.com>
2025-07-05 15:01:25 +08:00
Innei
013b7341fe refactor: remove conversion method from LivePhoto component and related utilities
- Eliminated the conversion method state and related logic from the LivePhoto component to simplify video processing.
- Updated the video conversion utilities to remove references to the 'transmux' method, streamlining the conversion result structure.
- Adjusted the LivePhoto component's rendering logic to reflect these changes, enhancing clarity and maintainability.

Signed-off-by: Innei <tukon479@gmail.com>
2025-07-05 14:59:58 +08:00
Zephyr Sun
97afd42cf7 feat: enable cache repository to support private repository (#37) 2025-07-05 14:59:28 +08:00
Innei
fcd9c31164 refactor: simplify gallery settings atom by removing storage integration
- Replaced the atomWithStorage implementation with a standard atom for gallery settings.
- Maintained the structure of the settings, including sortBy, sortOrder, and selectedTags.

Signed-off-by: Innei <tukon479@gmail.com>
2025-07-03 17:12:45 +08:00
Innei
6ed3e86dc1 feat: implement texture worker for image loading and tile creation
- Added a new texture worker to handle image loading and LOD (Level of Detail) tile creation.
- Replaced the previous TypeScript worker with a JavaScript version for improved performance and compatibility.
- Introduced message handling for loading images, creating tiles, and managing LOD levels.
- Updated the WebGLImageViewerEngine to communicate with the new worker, enhancing image processing efficiency.

Signed-off-by: Innei <tukon479@gmail.com>
2025-07-02 16:28:56 +08:00
Innei
093266a1f3 feat: enhance GalleryThumbnail and PhotoViewer components with Thumbhash integration
- Added Thumbhash component to GalleryThumbnail for improved image loading performance.
- Updated styles in GalleryThumbnail for better visual consistency and hover effects.
- Refactored PhotoViewer to streamline the animation logic and integrate Thumbhash rendering.
- Adjusted AnimatePresence settings for smoother transitions in the PhotoViewer.

Signed-off-by: Innei <tukon479@gmail.com>
2025-07-02 16:04:55 +08:00
Innei
e4fde5ae74 feat: integrate PWA support and update manifest configuration
- Added PWA support using vite-plugin-pwa, including configuration for service worker and caching strategies.
- Updated index.html to include necessary meta tags for iOS Safari PWA support.
- Changed references from site.webmanifest to manifest.webmanifest for consistency.
- Removed redundant manifest generation from the favicon script, as it is now handled by vite-plugin-pwa.

Signed-off-by: Innei <tukon479@gmail.com>
2025-07-01 16:02:28 +08:00
Innei
16de22951d fix: omit default config social field, fixed #30
- Removed outdated setup instructions and configuration examples from README.md to streamline documentation.
- Updated site.config.ts by removing unused social media fields for a cleaner configuration structure.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-30 17:14:02 +08:00
Innei
6e84a1de2e chore: remove unused dependencies from package.json and pnpm-lock.yaml
- Deleted react-masonry and react-photo-view from both package.json and pnpm-lock.yaml as they are no longer needed.
- Updated the lock file to reflect the removal of these packages, ensuring a cleaner dependency tree.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-29 23:13:24 +08:00
Innei
bac175a901 feat: add TIFF format support and enhance Fujifilm settings description
- Introduced automatic conversion for TIFF format in image processing.
- Updated the description of Fujifilm simulation settings to "Fujifilm Recipe" for clarity.
- Added a new feature for sharing images to social media or embedding via iframe.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-29 23:12:29 +08:00
Innei
96400b1775 feat: support share to external via iframe
- Added Tailwind CSS plugins and configurations to improve styling across the application.
- Introduced new global styles and layout components for better structure and design consistency.
- Implemented a MasonryGallery component for responsive photo display.
- Enhanced photo item rendering with EXIF data and improved loading states.
- Updated package dependencies to include new Tailwind CSS utilities and components.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-29 23:09:57 +08:00
Innei
5d523af3bc feat: enhance photo reactions and loading indicators
- Integrated photo existence check in the reactions API to prevent adding reactions to non-existing photos.
- Updated the LoadingIndicator component to improve styling and removed unused codecInfo state.
- Refactored the Reaction component to utilize DropdownMenu for a more user-friendly reaction selection interface.
- Introduced RootPortalProvider for better portal management in the PhotoViewer component.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-29 17:33:35 +08:00
Innei
27ea01fbf1 refactor: remove blurhash replace to thumbhash
- Added Thumbhash component to replace Blurhash in PhotoViewer and PhotoMasonryItem for enhanced image loading performance.
- Updated the manifest version from 'v4' to 'v5' across multiple files to reflect the new data structure.
- Introduced thumbHash generation in the image processing pipeline, ensuring compatibility with existing thumbnail logic.
- Updated package dependencies to include thumbhash version 0.1.1.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-29 15:46:46 +08:00
Innei
e2a3c55910 fix: try fix blurhash logic
- Replaced `fallbackRender` with `fallback={null}` in ErrorBoundary components for consistency across the application.
- Updated the manifest version from 'v3' to 'v4' in multiple files to reflect the new data structure.
- Enhanced the PhotoViewer and PhotoMasonryItem components to handle potential errors more gracefully with the updated ErrorBoundary.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-29 15:14:45 +08:00
Innei
3f21435271 refactor: update ErrorElement and HistogramChart components for improved styling and functionality
- Enhanced the ErrorElement component by adjusting the layout for better centering and added select-text class for improved text selection.
- Modified the HistogramChart component to accept a thumbnail URL instead of tone analysis, streamlining the data flow.
- Refactored the histogram calculation logic to improve performance and clarity, including compression of histogram data.
- Updated the manifest version from 'v2' to 'v3' across multiple files to reflect the new data structure.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-29 11:28:23 +08:00
Innei
48aec690da fix: reorganize photo processing logic and enhance thumbnail generation, fixed #27 closed #28
- Consolidated thumbnail and blurhash processing into a dedicated data-processing module for better code organization.
- Improved the logic for reusing existing thumbnails and blurhashes, ensuring efficient handling of image processing.
- Updated the cache manager to validate cache data integrity and streamline the overall photo processing workflow.
- Enhanced logging for better traceability during thumbnail generation and processing.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-29 10:49:16 +08:00
Innei
708f300433 feat: add blurhash generation and component correspondence documentation
- Introduced new markdown files explaining the generation of blurhash strings and the necessity for xComponent and yComponent to match during usage.
- Updated the blurhash generation logic to improve clarity and logging, ensuring accurate component calculations based on image dimensions.
- Removed unnecessary logging parameters and streamlined the thumbnail generation process for better performance.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-28 23:08:21 +08:00
Innei
02d633c3fe refactor: enhance ActionGroup component for responsive design and drawer support
- Refactored the ActionGroup component to improve responsiveness by introducing separate button components for mobile and desktop.
- Implemented a Drawer for mobile interactions, replacing DropdownMenu for a better user experience on mobile devices.
- Consolidated button styles and logic into reusable components, enhancing code maintainability and reducing duplication.
- Ensured that all action buttons (tag filter, column adjustment, sorting) now utilize the new responsive design, providing a consistent experience across devices.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-28 22:28:24 +08:00
Innei
2c36c52f4d feat: add Git user identity configuration for CI environments
- Implemented a check for Git user identity in the `pushManifestToRemoteRepo` function to handle cases where the identity is not configured in CI environments.
- Added logic to set a default CI user identity if none is found, ensuring smooth operation during automated deployments.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-28 20:43:50 +08:00
Innei
9e0f21591a chore: update configuration files and README for storage integration
- Replaced the repository configuration in `builder.config.example.json` with S3 storage settings, including bucket and endpoint details.
- Removed the social and feed sections from `config.example.json` to simplify the configuration structure.
- Updated the README to reflect changes in the author section and added optional comments for clarity.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-28 19:05:40 +08:00
Innei
aaa4c2b4f5 chore: update README and build workflow for manifest handling
- Removed the repository configuration section from the README to streamline documentation.
- Updated the build workflow to create a photos manifest JSON file before running the Vite build, enhancing the build process.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-28 18:53:49 +08:00
Innei
1337069c74 refactor: simplify precheck script and remove pull-remote functionality
- Streamlined the precheck script by removing checks for existing directories and the builder configuration.
- Eliminated the pull-remote script, consolidating its functionality directly into the precheck process.
- The updated precheck now directly runs the builder command, enhancing efficiency and reducing complexity.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-28 14:39:00 +08:00
Innei
1a546bd357 feat: add GIT_TOKEN and PG_CONNECTION_STRING to environment configuration
- Updated the .env.template to include GIT_TOKEN for remote repository authentication.
- Modified the Dockerfile to accept GIT_TOKEN and PG_CONNECTION_STRING as build arguments, enhancing the configuration for deployment.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-28 14:19:42 +08:00
Innei
a4eb754243 fix: clear long press timer in ProgressiveImage component
- Added logic to clear the long press timer when it is already set, preventing unintended video playback triggers.
- This change enhances the user experience by ensuring that the long press action behaves as expected.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-28 14:15:08 +08:00
Innei
4b87e19ff3 refactor: update splash screen design and animations
- Revised the splash screen's visual design, changing the theme to a more minimalist style.
- Updated font families and adjusted layout properties for improved aesthetics and consistency.
- Replaced the logo and loading animations with new designs, enhancing user experience during app startup.
- Simplified CSS animations and removed unused styles to streamline the code.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-28 14:09:40 +08:00
Innei
8000a085d0 feat: integrate react-error-boundary for improved error handling, fixed #27
- Added `react-error-boundary` dependency to enhance error management in the application.
- Wrapped `Blurhash` components in `ErrorBoundary` to gracefully handle rendering errors in the gallery and debug pages.
- Updated `pnpm-lock.yaml` and `package.json` to include the new dependency version.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-28 14:05:27 +08:00
Innei
5b512d60a7 feat: enhance Live Photo functionality and improve user experience
- Added support for long press to play Live Photos on mobile devices.
- Implemented a ref for LivePhoto component to control play and stop actions.
- Updated localization files to include new strings for Live Photo playback status.
- Enhanced CSS styles to prevent text selection and improve layout consistency.
- Refactored ExifPanel and ProgressiveImage components for better integration with Live Photo features.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-28 14:00:12 +08:00
Innei
6d430faa9a feat: implement remote repository support for manifest updates
- Added functionality to push updated manifests to a remote Git repository after building.
- Introduced a Git token configuration in the builder settings to authenticate pushes.
- Enhanced the CLI to handle remote repository synchronization, including cloning and pulling updates.
- Updated the builder to return detailed results on whether updates occurred during the build process.
- Revised documentation to reflect new configuration options and usage instructions.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-28 13:34:35 +08:00
Innei
6668425fba feat: add Vite plugins for enhanced functionality and localization support
- Introduced multiple Vite plugins including `ogImagePlugin`, `feedSitemapPlugin`, `localesJsonPlugin`, and `manifestInjectPlugin` to enhance the build process and support dynamic content generation.
- Implemented a custom hot module replacement (HMR) for JSON localization files to improve development experience.
- Added a new `createDependencyChunksPlugin` for better chunk management in the build process.
- Established a structure for handling localization files and generating corresponding assets, improving internationalization support.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-27 16:58:12 +08:00