PAPER-04 · Home / Reset surface#1013
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces the PaperHomeView component, a new dashboard variant for the 'Paper & Graphite' theme, and integrates it into the main HomeView using lazy loading. The new view features a time-sensitive greeting, a summary of queued tasks, and a quick capture input. Feedback focuses on improving the robustness of the component within a KeepAlive context by properly managing global event listeners and reactive state, as well as enhancing internationalization support for username parsing.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b5e516eaac
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6bca0473be
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fc125043a0
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c5d5c94fa7
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Summary
PaperHomeView.vue— morning-reset surface with serif italic greeting (period derived from local clock, "Hello" fallback),tk-ledequeue summary, up to three "queued for you" cards (proposals first with ember halo, triage carry-overs hairline only), and a single-line italic quick-capture row with ⌘; hint.HomeView.vuenow delegates toPaperHomeView(lazy-loaded viadefineAsyncComponent) wheneverpaperThemeStore.isOn; the Obsidian path is unchanged.workspaceStore.homeSummary(no refetch unless cache is empty) and dispatches through the existingcaptureStore.createItem(source: 'Typed').Part of the Paper & Graphite, Ember Edition overhaul.
Master tracker: #996
Closes #1000
Test plan
npm run typecheckcleannpm run lint— 6 pre-existing warnings, 0 newnpx vitest --run src/tests/views/paper/— 8/8 greennpx vitest --run src/tests/views/HomeView.spec.ts— still green (Obsidian path)