Changeset 19a72df in Klonkt for src/views/partials/topnav.ejs


Ignore:
Timestamp:
06/24/2026 04:14:13 PM (3 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
82043c9
Parents:
f5c3870
Message:

fix(topnav): keep the bell, drop the duplicate Notifications menu item

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/partials/topnav.ejs

    rf5c3870 r19a72df  
    138138                <span><%= t('nav.account') %></span>
    139139              </a>
    140               <% if (typeof canManageFedi !== 'undefined' && canManageFedi) { %>
    141               <a href="/meldingen" role="menuitem" class="udi"
    142                  hx-get="/meldingen?partial=1" hx-target="#pcms-main" hx-swap="innerHTML"
    143                  hx-push-url="/meldingen" hx-indicator="#pcms-loading">
    144                 <svg class="udi-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M18 8a6 6 0 0 0-12 0c0 7-3 9-3 9h18s-3-2-3-9"/><path d="M13.73 21a2 2 0 0 1-3.46 0"/></svg>
    145                 <span><%= t('notif.title') %></span>
    146               </a>
    147               <% } %>
    148140              <a href="/favorieten" role="menuitem" class="udi"
    149141                 hx-get="/favorieten?partial=1" hx-target="#pcms-main" hx-swap="innerHTML"
Note: See TracChangeset for help on using the changeset viewer.