Skip to content

feat(web): add inline vault directory create action#25

Open
Mingholy wants to merge 2 commits into
simpx:mainfrom
Mingholy:feat/ft-6-inline-vault-plus
Open

feat(web): add inline vault directory create action#25
Mingholy wants to merge 2 commits into
simpx:mainfrom
Mingholy:feat/ft-6-inline-vault-plus

Conversation

@Mingholy

@Mingholy Mingholy commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add an inline + action on hovered vault directory rows to create child items quickly.
  • Preserve existing context menu behavior for files and folders, including entries under .loopat.
  • Wire the new action through the tree/context page flow without changing file row layout by default.

Before / After

Inline vault directory add action

Before (main) After (feat/ft-6-inline-vault-plus)
before after

Context menu preserved inside .loopat

file context menu

Test plan

  • cd web && bunx tsc -b
  • bun run build
  • git diff --check
  • Hover and right-click context menu states were checked in Chrome DevTools against the running app.
  • Lint not run: root, web, and server package manifests do not define a lint script.

Mingholy and others added 2 commits June 8, 2026 21:23
Add `!e.nativeEvent.isComposing` check to the onKeyDown handler in
NewFileDialog, consistent with the existing guard in CreateItemDialog.
This prevents CJK IME users from accidentally triggering form submission
when confirming a composition sequence with Enter.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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