Changeset 16e99e5 in Klonkt


Ignore:
Timestamp:
06/27/2026 12:47:45 AM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
1b99225
Parents:
00a2bcd
Message:

chore(admin): drop the fediverse quick-links from the dashboard

News / Notifications / My replies / Blocking are reached via the Fediverse nav button +
the bell + the tabbed section, so don't duplicate them on the admin dashboard.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/admin.ejs

    r00a2bcd r16e99e5  
    5454      <a href="/admin/shows" class="btn"><%= t('admin.b_agenda') %></a>
    5555    <% } %>
    56     <% if (typeof apEnabled === 'undefined' || apEnabled) { %>
    57       <a href="/news" class="btn">🌐 <%= t('tl.title') %></a>
    58       <a href="/notifications" class="btn">🔔 <%= t('notif.title') %></a>
    59       <a href="/fediverse" class="btn">🐘 <%= t('admin.b_fediverse') %></a>
    60       <a href="/blocking" class="btn">🚫 <%= t('blk.title') %></a>
    61     <% } %>
     56    <%# Fediverse pages (News / Notifications / My replies / Blocking) are reached via the
     57        "Fediverse" nav button + the bell + the tabbed section — not duplicated here. %>
    6258    <a href="/admin/updates" class="btn"><%= t('admin.b_updates') %></a>
    6359    <a href="/admin/handleiding" class="btn"><%= t('admin.b_help') %></a>
Note: See TracChangeset for help on using the changeset viewer.