feat(ui): jobs view stub + sidebar entry

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
root
2026-06-01 03:32:16 +10:00
parent ec8517a82c
commit 6d42c7b440
4 changed files with 33 additions and 1 deletions

View File

@@ -19,7 +19,8 @@ const VIEWS = {
resource: () => import('./views/resource.js'),
search: () => import('./views/search.js'),
inbox: () => import('./views/inbox.js'),
'sacred-valley': () => import('./views/sacred_valley.js')
'sacred-valley': () => import('./views/sacred_valley.js'),
jobs: () => import('./views/jobs.js')
};
async function renderView(ctx) {