Changeset 0fa59c3 in Klonkt for src/views/partials/topnav.ejs


Ignore:
Timestamp:
06/26/2026 03:56:42 PM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
84903a1
Parents:
cb3d5fc
Message:

feat(fedi): rename Timeline tab/route to Newspaper (/timeline -> /newspaper)

Renamed the feed: tab label + page title -> 'Newspaper', route /timeline -> /newspaper
(+ all sub-routes, form actions, links, render path, view file timeline.ejs->newspaper.ejs,
RESERVED_SLUGS). The Following page now shows its own title instead of the feed's.

File:
1 edited

Legend:

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

    rcb3d5fc r0fa59c3  
    158158              <% } %>
    159159              <% if (typeof canManageFedi !== 'undefined' && canManageFedi) { %>
    160                 <a href="/timeline" role="menuitem" class="udi"
    161                    hx-get="/timeline?partial=1" hx-target="#pcms-main" hx-swap="innerHTML"
    162                    hx-push-url="/timeline" hx-indicator="#pcms-loading">
     160                <a href="/newspaper" role="menuitem" class="udi"
     161                   hx-get="/newspaper?partial=1" hx-target="#pcms-main" hx-swap="innerHTML"
     162                   hx-push-url="/newspaper" hx-indicator="#pcms-loading">
    163163                  <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"><circle cx="18" cy="5" r="3"/><circle cx="6" cy="12" r="3"/><circle cx="18" cy="19" r="3"/><line x1="8.59" y1="13.51" x2="15.42" y2="17.49"/><line x1="15.41" y1="6.51" x2="8.59" y2="10.49"/></svg>
    164164                  <span><%= t('nav.fediverse') %></span>
Note: See TracChangeset for help on using the changeset viewer.