- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>