Skip to content

move note ux + new feature section#649

Merged
moehdotdev merged 1 commit into
mainfrom
dev
Mar 20, 2026
Merged

move note ux + new feature section#649
moehdotdev merged 1 commit into
mainfrom
dev

Conversation

@moehdotdev

Copy link
Copy Markdown
Member

small but nice set of changes around the move note flow and keeping the landing page in sync with what the app actually does.


what changed

MoveNoteDialog.tsx
swapped the router.push button inside the toast for an IntentPrefetchLink — so now when you move a note and hit "checkout" in the toast, it uses the prefetch link instead of a plain imperative navigation. the layout stuff (flex, items-center, gap-2) moved inside the link where it belongs.

FeaturesSection.tsx
added the "move your stuff" video to the feature videos map so the landing page actually shows a demo for it.

lib/data.ts
added "move your stuff" as a proper entry in the Features array with a description and the FileSymlink icon — now it shows up on the landing page like the rest of the features.


why

the move note feature existed in the app but wasn't represented on the landing page at all — no feature card, no video, nothing. also the toast's "checkout" button was doing an imperative push which skips any prefetching benefits we get from the intent link.


what's better now

  • the "checkout" toast action is consistent with how the rest of the app handles navigation
  • landing page now actually shows off the move feature with a real video demo
  • feature list is complete and up to date

@vercel

vercel Bot commented Mar 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
notevo Ready Ready Preview, Comment Mar 20, 2026 5:19am

@moehdotdev moehdotdev merged commit d0366ec into main Mar 20, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant