Commit Graph

  • decc396347 docker main jason 2026-03-13 22:36:02 -05:00
  • d684240697 unraid jason 2026-03-13 22:33:36 -05:00
  • b0aaf80c60 Merge pull request 'cleanup' (#12) from review-opti into main jason 2026-03-12 11:00:23 -05:00
  • faa206d44b cleanup jason 2026-03-12 10:59:06 -05:00
  • c65355a43b Merge pull request 'docs: reorganize roadmap by utility, mark Sprint 1 complete, add high-value features' (#11) from feature/sprint1-dragdrop-presets-shortcuts into main jason 2026-03-08 21:46:59 -05:00
  • 5579656279 docs: reorganize roadmap by utility, mark Sprint 1 complete, add high-value features jason 2026-03-08 21:46:03 -05:00
  • 87c9078a99 Merge pull request 'feature/sprint1-dragdrop-presets-shortcuts' (#10) from feature/sprint1-dragdrop-presets-shortcuts into main jason 2026-03-08 21:40:08 -05:00
  • a9da791766 docs: update INSTRUCTIONS with Sprint 1 completed features jason 2026-03-08 21:38:49 -05:00
  • 98f03c9b22 docs: update README with Sprint 1 features (drag/drop, presets, shortcuts) jason 2026-03-08 21:38:01 -05:00
  • 9d59fac386 Merge pull request 'Fix preset button text color for proper theme contrast' (#9) from feature/sprint1-dragdrop-presets-shortcuts into main jason 2026-03-08 17:16:04 -05:00
  • 3e35978b73 Fix preset button text color for proper theme contrast jason 2026-03-08 17:15:07 -05:00
  • 733235c101 Merge pull request 'feature/sprint1-dragdrop-presets-shortcuts' (#8) from feature/sprint1-dragdrop-presets-shortcuts into main jason 2026-03-08 17:10:08 -05:00
  • 87ac7b0ce4 Add Sprint 1 changes documentation jason 2026-03-08 17:07:40 -05:00
  • e6a99a4141 Add drag & drop, smart presets, and keyboard shortcuts jason 2026-03-08 17:06:58 -05:00
  • 4f694b1024 Add smart presets for common use cases jason 2026-03-08 17:05:53 -05:00
  • 531f0cb3b3 Fix preview file size calculation and format conversion jason 2026-03-08 17:05:07 -05:00
  • f5bd461fef Update ROADMAP: mark Phase 1.1 complete, add next priorities jason 2026-03-08 16:58:53 -05:00
  • e1fa4fb6ad Merge pull request 'Move preview to full-width section below controls for more preview space' (#7) from feature/ui-upgrade-dark-mode-preview into main jason 2026-03-08 16:52:05 -05:00
  • c344590cb2 Move preview to full-width section below controls for more preview space jason 2026-03-08 16:50:57 -05:00
  • 6f55ecb1d3 Merge pull request 'feature/ui-upgrade-dark-mode-preview' (#6) from feature/ui-upgrade-dark-mode-preview into main jason 2026-03-08 16:43:15 -05:00
  • 909c206490 Update README with new UI features and live preview jason 2026-03-08 16:25:00 -05:00
  • 2771d24262 Add comprehensive UI upgrade documentation jason 2026-03-08 16:24:12 -05:00
  • ef0edc0756 Add modern UI with dark mode, live preview, and sleek design jason 2026-03-08 16:23:11 -05:00
  • cdac0b0cd9 Add theme store for dark/light mode management jason 2026-03-08 16:22:33 -05:00
  • 4022cda357 Add client-side preview utility functions jason 2026-03-08 16:22:21 -05:00
  • d7509daf0d Add modern design system with dark/light mode support jason 2026-03-08 16:21:55 -05:00
  • b9169cb939 Add live preview implementation guide jason 2026-03-08 16:14:57 -05:00
  • f060347f6e Add comprehensive feature roadmap jason 2026-03-08 16:14:13 -05:00
  • ead10d9009 Merge pull request 'Add missing app.css for frontend build' (#5) from fix/add-package-lockfiles into main jason 2026-03-08 16:07:09 -05:00
  • 564b0b763d Add missing app.css for frontend build jason 2026-03-08 16:06:23 -05:00
  • fed1f1d078 Merge pull request 'fix/add-package-lockfiles' (#4) from fix/add-package-lockfiles into main jason 2026-03-08 16:05:24 -05:00
  • aeb729389f Update documentation for simplified npm install approach jason 2026-03-08 16:04:33 -05:00
  • ca0f4f10b3 Simplify Dockerfile to use npm install (works without lockfiles) jason 2026-03-08 16:04:05 -05:00
  • 0eeacd8472 Merge pull request 'fix/add-package-lockfiles' (#3) from fix/add-package-lockfiles into main jason 2026-03-08 16:02:56 -05:00
  • 27780c36c1 Update backend package-lock.json with correct multer version jason 2026-03-08 16:01:38 -05:00
  • 348e74497f Update multer to version 2.1.0 (fixes npm registry error) jason 2026-03-08 16:01:10 -05:00
  • 04a078a1ad Merge pull request 'fix/add-package-lockfiles' (#1) from fix/add-package-lockfiles into main jason 2026-03-08 15:52:19 -05:00
  • 17868a55a9 Update documentation with auto-generation approach jason 2026-03-08 15:51:11 -05:00
  • 5170cdfd19 Update Dockerfile to auto-generate lockfiles during build jason 2026-03-08 15:50:11 -05:00
  • f7641a4845 Add documentation for Docker build fix jason 2026-03-08 15:49:10 -05:00
  • 882fad492c Add .dockerignore to optimize build context jason 2026-03-08 15:48:52 -05:00
  • 6b7b97ff74 Add backend package-lock.json for npm ci support jason 2026-03-08 15:48:41 -05:00
  • 7419eb7592 Add frontend package-lock.json for npm ci support jason 2026-03-08 15:48:31 -05:00
  • abcd3473af docs: comprehensive README with TypeScript and Unraid deployment jason 2026-03-07 23:06:33 -06:00
  • e581b3339b feat: update docker-compose with configurable environment variables jason 2026-03-07 23:05:53 -06:00
  • d36f20deac feat: update Dockerfile with multi-stage TypeScript build and env vars jason 2026-03-07 23:05:32 -06:00
  • b378965b27 feat: add frontend Svelte app with resize and crop UI jason 2026-03-07 23:03:00 -06:00
  • 1b5b803b27 feat: add frontend main entry point jason 2026-03-07 23:02:42 -06:00
  • cefa32dc93 feat: add frontend API helper with env-aware base URL jason 2026-03-07 23:02:34 -06:00
  • aed1bdf77d feat: add TypeScript Vite config jason 2026-03-07 23:02:18 -06:00
  • 71e2d59900 refactor: remove JS vite config in favor of TypeScript version jason 2026-03-07 23:00:57 -06:00
  • 86202d24b8 feat: add TypeScript config for Vite config file jason 2026-03-07 23:00:05 -06:00
  • 99f9555046 feat: add frontend TypeScript config jason 2026-03-07 22:59:57 -06:00
  • bda3caa24f feat: update frontend package.json with TypeScript support jason 2026-03-07 22:59:47 -06:00
  • 02d69fa491 feat: add backend Express server with API and static serving jason 2026-03-07 22:59:13 -06:00
  • a2e0ba405b feat: add image transform route with Sharp resize and crop jason 2026-03-07 22:59:01 -06:00
  • 54c9925eb6 feat: add backend image transform types with crop support jason 2026-03-07 22:58:47 -06:00
  • b724e87c1d feat: add backend TypeScript config jason 2026-03-07 22:58:37 -06:00
  • 0a81f30c36 feat: update backend package.json with TypeScript dependencies jason 2026-03-07 22:58:28 -06:00
  • a05e0ba66a Add frontend main.js entry point jason 2026-03-07 22:45:06 -06:00
  • ed5c1191c8 Add frontend index.html jason 2026-03-07 22:44:58 -06:00
  • 2912743ff5 Add Svelte configuration jason 2026-03-07 22:42:50 -06:00
  • 938ab2d39e Add Vite configuration for Svelte jason 2026-03-07 22:42:13 -06:00
  • cfbc17d8ed Add frontend package.json with Svelte dependencies jason 2026-03-07 22:42:05 -06:00
  • b26902c22d Add backend environment variables example jason 2026-03-07 22:41:57 -06:00
  • 990f6ae372 Add backend server with API endpoints jason 2026-03-07 22:41:49 -06:00
  • 67db1b2704 Add backend package.json with dependencies jason 2026-03-07 22:41:26 -06:00
  • fa4d0a1954 Add docker-compose.yml for Unraid deployment jason 2026-03-07 22:41:16 -06:00
  • 39f4202eb6 Add Dockerfile with multi-stage build configuration jason 2026-03-07 22:41:06 -06:00
  • b48c7a7561 Add INSTRUCTIONS.md with development roadmap and setup guide jason 2026-03-07 22:40:22 -06:00
  • 70bcae1c6a Update README with comprehensive project documentation jason 2026-03-07 22:39:27 -06:00
  • 7ae62ee6ff Initial commit jason 2026-03-07 22:37:25 -06:00