supermemory/apps/web
Dhravya 6a84003728 fix: update web app for presigned R2 URL compatibility
- Add isSupermemoryFileUrl() utility that detects both files.supermemory.ai
  and *.r2.cloudflarestorage.com domains (presigned R2 URLs)
- Update memories-grid.tsx domain checks to use the new utility instead of
  hardcoded files.supermemory.ai string checks
- Add retry-on-error with 500ms delay to file-preview, image-preview, and
  PDF viewer components to handle transient load failures gracefully
- Uses retryKey state + key prop to force re-mount on first failure
- Add comprehensive test suite (61 tests across 5 test files)
- Set up vitest + @testing-library/react infrastructure for apps/web
2026-05-09 17:20:14 +00:00
..
app Fix missing blue gradient (Nova tint) on mobile and adjust position (#911) 2026-05-09 09:18:08 -07:00
components fix: update web app for presigned R2 URL compatibility 2026-05-09 17:20:14 +00:00
hooks feat: autumn migration (#902) 2026-05-08 22:42:55 +00:00
lib fix: update web app for presigned R2 URL compatibility 2026-05-09 17:20:14 +00:00
public feat: major iteration on the app (#896) 2026-05-02 23:58:58 +00:00
stores fix: multi-select propagation bug and redesign selection toolbar (#901) 2026-05-05 22:35:35 +00:00
.env.example feat: deep-research on user profile and tiptap integration (#672) 2026-01-15 21:53:53 +00:00
.gitignore sentry sourcemaps 2025-08-23 09:55:40 -07:00
biome.json feat: mobile responsive, lint formats, toast, render issue fix (#688) 2026-01-21 03:11:53 +00:00
components.json New Version of Supermemory Consumer App 2025-08-16 18:50:10 -07:00
globals.css feat: nova dashboard improvements with theme (#905) 2026-05-06 22:29:22 +00:00
instrumentation-client.ts feat: warning when model is unavailable in the region (#814) 2026-03-28 05:52:41 +00:00
middleware.ts feat: enhanced the integration page for more conversion (#899) 2026-05-04 17:41:52 +00:00
next.config.ts Rewrite @supermemory/memory-graph with perf optimizations + consolidate consumers (#809) 2026-03-28 19:06:27 -07:00
open-next.config.ts feat: mobile responsive, lint formats, toast, render issue fix (#688) 2026-01-21 03:11:53 +00:00
package.json feat: autumn migration (#902) 2026-05-08 22:42:55 +00:00
postcss.config.mjs feat: mobile responsive, lint formats, toast, render issue fix (#688) 2026-01-21 03:11:53 +00:00
README.md New Version of Supermemory Consumer App 2025-08-16 18:50:10 -07:00
tsconfig.json fix 2026-02-09 22:07:09 -08:00
wrangler.jsonc feat: mobile responsive, lint formats, toast, render issue fix (#688) 2026-01-21 03:11:53 +00:00

supermemory Consumer