11 Commits

Author SHA1 Message Date
ergosteur
d62bddc3aa perf: implement background thumbnail generation and inter-post preloading
Key changes:
- Added Web Worker for background image thumbnailing with a 1MiB threshold to optimize CPU/memory usage.
- Implemented a serial task queue for memory-safe high-res image processing, preventing OOM crashes.
- Added inter-post preloading in the modal for seamless 'Previous/Next' navigation.
- Refined scanning UI with double-buffering and a dark background to completely eliminate white flashes.
- Renamed project to 'instaarchive-viewer' in package.json.
- Fixed 'Open image in new tab' by denylisting /archives and /api in PWA config.
2026-03-07 21:42:56 -05:00
ergosteur
42c13ea106 chore: bump version to 1.2.0 2026-03-07 21:16:39 -05:00
ergosteur
d4e20d9b98 fix: refine dockerignore and bump version to v1.1.4 2026-03-07 20:10:40 -05:00
ergosteur
ec8c771733 feat: implement permalinks and document PWA cache troubleshooting 2026-03-07 05:20:09 -05:00
ergosteur
5267dab236 fix: address Docker EACCES errors with better logging and SELinux hints 2026-03-07 03:02:02 -05:00
ergosteur
ebf2bf660a fix: improve Docker archive discovery and switch to compiled server 2026-03-07 02:57:19 -05:00
ergosteur
6f5021638c feat: add Dockerfile and GitHub Actions workflow for GHCR deployment 2026-03-07 02:45:17 -05:00
ergosteur
d396b356be feat: implement persistent caching, glassy scanning UI, and UI refinements 2026-03-07 02:28:22 -05:00
ergosteur
e23dfe4474 feat: implement self-hostable mode with server-side directory scanning 2026-03-07 00:59:31 -05:00
ergosteur
47e44ec5e9 feat: improve archive parsing, add .json.xz support, and fix profile pic display 2026-03-07 00:03:54 -05:00
ergosteur
cd7dc5f981 feat: Initialize InstaArchive PWA project
Sets up a new React PWA project with Vite, Tailwind CSS, and basic PWA features. Includes essential files like README, .gitignore, package.json, and initial app structure.
2026-03-06 22:41:48 -05:00