Skip to content

feat(editor): expand details inspector sidebar (#130) - #153

Merged
Dyu20705 merged 2 commits into
devfrom
issue/130-details-inspector
Aug 30, 2026
Merged

feat(editor): expand details inspector sidebar (#130)#153
Dyu20705 merged 2 commits into
devfrom
issue/130-details-inspector

Conversation

@Dyu20705

Copy link
Copy Markdown
Owner

Issue relationships

Parent issue: #128
Depends on: #129 (PR #152 merged)
Blocks: #131

Problem and scope

Implements Issue #130: Details Inspector Sidebar.

  • Expands Details Inspector sidebar into a collapsible panel displaying contextual note metrics:
    • Statistics (words, characters, reading time)
    • Tags chips list (parsed via canonical parser extractTags)
    • Outgoing wiki-links list (parsed via canonical parser parseWikiLinks)
    • Backlinks list (integrated with backlinkIndex)
    • Japanese study status (read-only due date, interval, stability, difficulty)
    • Timestamps and storage metadata
  • Adds editor.toggle-details command bound to Ctrl+I / Cmd+I in editor scope.
  • Provides accessible keyboard focus restore and Escape dismissal.
  • Ensures zero layout shift and viewport containment across 1024x768, 1280x720, 1440x900, 720x450.

Verification evidence

npm run test:content     -> PASS (3/3 passed)
npm run lint             -> PASS (0 errors, 0 warnings)
npm run test:unit        -> PASS (289/289 passed)
npm run test:integration -> PASS (107/107 passed)
npm run test:perf        -> PASS (4/4 passed)
git diff --check         -> PASS (clean)

Copilot AI lite review requested due to automatic review settings August 30, 2026 10:33

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@Dyu20705
Dyu20705 merged commit 05ea67f into dev Aug 30, 2026
1 check failed
@Dyu20705
Dyu20705 deleted the issue/130-details-inspector branch August 31, 2026 03:07
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.

2 participants