wip: pull request view & md rendering
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"state": "open",
|
||||
"state_reason": null,
|
||||
"title": "feat(repo): add cached repository query for titlebar picker",
|
||||
"body": "Introduces a repository list query so the titlebar can switch context without hitting GitHub repeatedly.",
|
||||
"body": "## Summary\n\nIntroduces a cached repository query so the titlebar picker can switch context without hitting GitHub on every open.\n\n### Why\n- reduces flicker while the picker opens\n- keeps recent repositories available during short reconnects\n- avoids duplicate requests when the titlebar rerenders\n\n### Notes\n- cache invalidates on explicit refresh\n- fresh network data still wins when available\n- [ ] follow up with eviction metrics",
|
||||
"body_text": "Introduces a repository list query so the titlebar can switch context without hitting GitHub repeatedly.",
|
||||
"body_html": null,
|
||||
"user": {
|
||||
@@ -126,7 +126,7 @@
|
||||
"state": "open",
|
||||
"state_reason": null,
|
||||
"title": "feat(dashboard): hydrate issue pane from cached query state",
|
||||
"body": "Wires the dashboard issue list to the query store and keeps selection stable while refetching.",
|
||||
"body": "## Summary\n\nHydrates the dashboard issue pane from cached query state so selection and scroll position stay stable during refetches.\n\n### Changes\n- reuse the cached query result before the network request resolves\n- keep the selected issue id pinned across list refreshes\n- fall back to the first visible item when the cached selection disappears\n\n### Follow-up\n- [ ] mirror the same cache behavior in the pull request detail pane\n- [ ] add a smoke test for refetch during keyboard navigation",
|
||||
"body_text": "Wires the dashboard issue list to the query store and keeps selection stable while refetching.",
|
||||
"body_html": null,
|
||||
"user": {
|
||||
|
||||
Reference in New Issue
Block a user