Move notification bell to page header component #103
Labels
No labels
bug
devops
duplicate
enhancement
good first issue
next major release
next minor release
question
testing
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lvl0/fedi-feed-router#103
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
resources/views/components/page-header.blade.php— acceptstitle,subtitle, and optional slot for action buttons<x-page-header>instead of custom header markuplayouts/app.blade.phphidden lg:block) — mobile still uses the bell in the mobile header