feat: add Schedule link to admin bottom nav #175

Merged
forgejo_admin merged 1 commit from 171-admin-schedule-nav into main 2026-03-29 04:33:22 +00:00
Contributor

Summary

Adds a "Schedule" navigation link to the admin bottom nav bar, completing the admin schedule view feature from #166. The link appears between Teams and Sign Out.

Changes

  • src/routes/(app)/+layout.svelte — added Schedule nav item (/admin/schedule) to admin bottom nav with calendar icon and active state highlighting

Test Plan

  • npm run build passes with no errors
  • Visual verification: admin bottom nav shows Dashboard, CRM, Teams, Schedule, Sign Out
  • Schedule link navigates to /admin/schedule
  • Active state highlights correctly when on /admin/schedule

Review Checklist

  • Single file changed, no unrelated modifications
  • Follows existing nav link pattern (same HTML structure, icon span, active class binding)
  • Build passes cleanly
  • None
  • Closes #171
  • Parent: #166 (admin schedule view, merged)

🤖 Generated with Claude Code

## Summary Adds a "Schedule" navigation link to the admin bottom nav bar, completing the admin schedule view feature from #166. The link appears between Teams and Sign Out. ## Changes - `src/routes/(app)/+layout.svelte` — added Schedule nav item (`/admin/schedule`) to admin bottom nav with calendar icon and active state highlighting ## Test Plan - `npm run build` passes with no errors - Visual verification: admin bottom nav shows Dashboard, CRM, Teams, Schedule, Sign Out - Schedule link navigates to `/admin/schedule` - Active state highlights correctly when on `/admin/schedule` ## Review Checklist - [x] Single file changed, no unrelated modifications - [x] Follows existing nav link pattern (same HTML structure, icon span, active class binding) - [x] Build passes cleanly ## Related Notes - None ## Related - Closes #171 - Parent: #166 (admin schedule view, merged) 🤖 Generated with [Claude Code](https://claude.com/claude-code)
feat: add Schedule link to admin bottom nav
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
c0150de07f
Adds navigation link to /admin/schedule between Teams and Sign Out
in the admin bottom nav bar, completing the admin schedule view feature.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
forgejo_admin deleted branch 171-admin-schedule-nav 2026-03-29 04:33:22 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ldraney/westside-app!175
No description provided.