Ignore:
Timestamp:
06/30/2026 06:50:59 PM (2 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
f7ed139
Parents:
f24b795
Message:

feat(media): shared Media tab bar across Images / Audio / Playlists

A new partials/media-tabs.ejs renders the Afbeeldingen | Audio | Playlists tabs (active one
highlighted) and is included on /admin/media, /admin/audio and /admin/playlists — so you can move
between all three from any of them. Playlists is now a tab too.

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

File:
1 edited

Legend:

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

    rf24b795 r2ab99c0  
    88
    99  <p><a href="/admin" class="btn">&larr; <%= t('nav.admin') %></a></p>
     10  <%- include('../partials/media-tabs', { active: 'playlists', audioOn: true }) %>
    1011  <header class="ax-header">
    1112    <div>
Note: See TracChangeset for help on using the changeset viewer.