Move notification bell to page header component #103

Closed
opened 2026-03-18 21:24:37 +01:00 by myrmidex · 0 comments
Owner

Summary

Moved the notification bell from the sidebar footer to a new <x-page-header> Blade component. The bell now sits top-right on every page, inline with the page title. Action buttons (Refresh, Create Route) sit to the left of the bell.

Changes

  • Created resources/views/components/page-header.blade.php — accepts title, subtitle, and optional slot for action buttons
  • All 6 main pages now use <x-page-header> instead of custom header markup
  • Bell removed from sidebar footer in layouts/app.blade.php
  • Desktop-only (hidden lg:block) — mobile still uses the bell in the mobile header
## Summary Moved the notification bell from the sidebar footer to a new `<x-page-header>` Blade component. The bell now sits top-right on every page, inline with the page title. Action buttons (Refresh, Create Route) sit to the left of the bell. ## Changes - Created `resources/views/components/page-header.blade.php` — accepts `title`, `subtitle`, and optional slot for action buttons - All 6 main pages now use `<x-page-header>` instead of custom header markup - Bell removed from sidebar footer in `layouts/app.blade.php` - Desktop-only (`hidden lg:block`) — mobile still uses the bell in the mobile header
myrmidex added this to the v1.3.1 milestone 2026-03-18 21:24:37 +01:00
myrmidex added the
enhancement
label 2026-03-18 21:24:37 +01:00
myrmidex self-assigned this 2026-03-18 21:24:37 +01:00
Sign in to join this conversation.
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: lvl0/fedi-feed-router#103
No description provided.