Commit graph

42 commits

Author SHA1 Message Date
Dhravya Shah
d14b209f7c
feat(web): support discount code checkout (#1523) 2026-08-16 13:43:53 -07:00
MaheshtheDev
6c6b5297b6 Add web app OG image metadata (#1058) 2026-06-06 02:11:36 +00:00
Mahesh Sanikommu
3b24bf2fb2
fix(web): make Nova chat mobile-native instead of full-screen takeover (#1021) 2026-05-29 20:47:17 +05:30
MaheshtheDev
1706752668 mobile responsiveness pass + connections reauth fix (#959)
Nova mobile pass
- viewport: viewportFit cover for iOS safe-area-inset
- safe-area utilities (pb-safe, pt-safe, bottom-safe-5, scroll-fade-x) in globals.css
- chat FAB pinned above iPhone home indicator; chat sidebar widths responsive across sm/md/lg with min() clamps
- chat input CoT panel max-h capped via min(60dvh, 420px)
- header tab strip swapped from visible scrollbar to scroll-fade-x mask + snap-x
- nova empty state uses svh on mobile, dvh from sm up

Add-memory modal rebuilt for mobile
- mobile shell switched from fullscreen Dialog to vaul Drawer at 85svh with swipe-down dismissal and scaled background
- in-modal header removed; tabs moved to the bottom of the sheet for thumb reach
- four tab compactLabels: Note, Links, Files, Connections
- desktop tabs now render only when !isMobile (no DOM duplication)
- note/link content state lifted to parent so switching tabs preserves typed input
- NoteContent snapshots initialContent via lazy useState so the editor isn't reset on every keystroke
- shared Drawer base uses rounded-t-xl
- removed legacy pt-4 on tab content for mobile

Connections — replace expiresAt with sync-run health
- new useConnectionHealth hook reads the latest sync run and matches auth-failure patterns; backend errorKind field still needed (TODO)
- regex tightened so 401/403 require co-occurring auth/token/grant context; refresh_token requires expired/revoked/invalid/missing qualifier
- badge label changed Disconnected -> Needs reauth
- Reconnect button replaces the sync action when needsReauth, kicks off the same OAuth flow
- per-row reconnect tracking via mutation.variables instead of a single shared id (no race when multiple rows clicked)
- fallback toast when authLink is missing so the spinner can't get stuck
- sync history panel timeline capped at max-h-260 with internal scroll
- useSyncRuns no longer refetches on mount; cache (30s) actually applies, cutting N requests per modal open
2026-05-17 21:49:23 +00:00
Dhravya Shah
5ec625cff7
Update app favicon assets (#953) 2026-05-16 21:24:27 -07:00
MaheshtheDev
62ac31ecaa chore: theme default fix (#929) 2026-05-13 14:17:51 +00:00
Mahesh Sanikommu
6437814f25
feat: add X-App-Source header to Nova + remove notify checkbox (#926)
Co-authored-by: Ishaan Gupta <ishaankone@gmail.com>
Co-authored-by: Vedant Mahajan <vedant.04.mahajan@gmail.com>
Co-authored-by: Akhilesh Arora <akhildawra@gmail.com>
2026-05-11 13:11:04 -07:00
Sarup Banskota
210fceb74b
Render research CTA via @lobbyside/react when widget is online (#884)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-24 11:39:03 -07:00
Dhravya
5e3033d484
create lobbyside (#874)
Some checks are pending
Publish Tools / publish (push) Waiting to run
2026-04-21 20:06:51 +00:00
Dhravya Shah
a843edde5e minor fixes 2026-02-10 08:36:48 -08:00
MaheshtheDev
1423bd7004 feat: mobile responsive, lint formats, toast, render issue fix (#688)
- Mobile responsive
- new toast design
- web document render issue fix
- posthog analytics
- ui improvements
2026-01-21 03:11:53 +00:00
MaheshtheDev
9fd49193ac chore: delete document, document ui (#673) 2026-01-16 21:44:26 +00:00
Mahesh Sanikommu
645f89310c
PR: nova alpha release (#670)
Co-authored-by: Dhravya Shah <dhravya@supermemory.com>
2026-01-13 00:54:56 -08:00
Aman pandit
08267ffa21
fix: resolve UI accessibility, hydration, and semantic HTML issues (#520)
Co-authored-by: Mahesh Sanikommu <mahesh.svmr@gmail.com>
2025-12-07 21:31:30 -08:00
MaheshtheDev
b148296f50 feat: layout design with theme improvements (#443)
feat: layout design with theme improvements

new improvements on light mode layout

chore: settings page with graph header and memories list
2025-10-01 21:59:54 +00:00
MaheshtheDev
60794f63e2 UI: onboarding improvements (#435)
UI: onboarding improvements

ui(onboarding): updated onboarding ui patterns
2025-10-01 21:59:53 +00:00
alexf37
ede0f39303 feat: new onboarding flow (#408)
This is the onboarding flow that you have all seen in my demo.
2025-10-01 21:59:53 +00:00
Mahesh Sanikommu
9e1e392a2b
Enhanced Text Editor and format fixes with biome (#371) 2025-08-21 08:40:44 -07:00
Mahesh Sanikommmu
39003aff23 New Version of Supermemory Consumer App 2025-08-16 18:50:10 -07:00
Dhravya Shah
47904011de Supermemory v2 Release 🚀 2025-01-20 17:50:45 -07:00
MaheshtheDev
94f4c66472 Add PWA Support for Web App 2024-08-08 12:07:37 -07:00
Vinit Shah
30e944a4f1 fix: builds 2024-08-07 18:18:56 -07:00
Dhravya Shah
390807318b OOFOF well now posthog pls 2024-08-06 14:15:57 -07:00
Dhravya Shah
be05d4fe7f posthog 2024-08-06 12:55:43 -07:00
Dhravya Shah
9b0863e123 quickfixes 2024-07-25 17:26:28 -05:00
CodeTorso
ae0535215a
Revert "small commits big pr" 2024-07-20 04:47:53 +05:30
codetorso
c1596f4ead bigger text, and fixing build errors 2024-07-18 18:52:35 +05:30
Dhravya
5b44dcb1d1 use tabs 2024-07-16 19:26:47 -05:00
Dhravya
49d257ac2c added breadcrumbs for easier navigation on web 2024-07-14 21:43:41 -05:00
Dhravya
163a55ce8f revalidate page 2024-06-30 19:18:33 -05:00
Kinfe123
78fbaf14f0 fix: prod issue 2024-06-26 01:18:57 +03:00
Kinfe Michael Tariku
f46e42c2df
Merge branch 'main' into feat/landing_revamp 2024-06-25 19:56:54 +03:00
Kinfe123
e60030c2bf feet: auth page revamp 2024-06-23 11:13:20 +03:00
Kinfe123
08e14479a0 fix: section revaamp 2024-06-21 14:49:52 +03:00
Kinfe123
14a82cf087 feat: landing page revamp init 2024-06-21 13:15:15 +03:00
codetorso
04b6add7c6 AI code refactored 2024-06-11 07:45:21 +05:30
Dhravya
f105a2fd92 commented the backend code with it's limitations + optimised and removed a bunch of unnecessary queries 2024-06-01 21:21:52 -05:00
Dhravya
7dddaf56e3 started implmeneting filter 2024-05-26 22:21:43 -05:00
Dhravya
de4e853f08 added signin page 2024-05-26 17:24:15 -05:00
Dhravya
ed9f15ec6e fix global file stuff 2024-05-25 23:08:50 -05:00
Dhravya
bbe83ab76f added kartik's code 2024-05-25 23:02:47 -05:00
Dhravya
075f45986f refactored UI, with shared components and UI, better rules and million lint 2024-05-25 18:41:26 -05:00