Remove inbox top-level navigation (#120)
* add gated codex goals support * sync README SDK versions * bump claude agent sdk * add codex goals settings toggle * reuse status dashboard message and simplify settings actions * refine settings page UX * fix settings nav hash routing * add dashboard UX verification * refine dashboard settings and inbox UX * remove inbox top-level navigation
This commit is contained in:
@@ -142,7 +142,9 @@ describe('web dashboard overview route', () => {
|
||||
},
|
||||
];
|
||||
const overview = route('/api/overview', {
|
||||
loadPairedTasks: () => [makePairedTask({ id: 'review-1' })],
|
||||
loadPairedTasks: () => [
|
||||
makePairedTask({ id: 'merge-1', status: 'merge_ready' }),
|
||||
],
|
||||
readSnapshots: () => snapshots,
|
||||
isInboxItemDismissed: () => true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user