Changeset 09ac0a5 in Klonkt


Ignore:
Timestamp:
06/16/2026 11:27:10 PM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
03bfdce
Parents:
6224462
Message:

Hub audio: mobile Home back on htmx (persistent player survives → no jumping)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/partials/bottom-tab.ejs

    r6224462 r09ac0a5  
    4040
    4141  <!-- Home -->
     42  <%# htmx-navigatie (geen full reload): de persistente audioplayer in document.body
     43      overleeft dan, dus de muziek verspringt niet bij het navigeren. Op mobiel is de
     44      top-balk toch verborgen, dus een context-reset via full-load is hier niet nodig. %>
    4245  <a class="bottom-tab-item<%= _active === 'home' ? ' is-active' : '' %>"
    4346     href="<%= _homeHref %>"
    44      <% if (!_isHub) { %>hx-get="<%= _homeHref %>?partial=1" hx-target="#pcms-main" hx-swap="innerHTML" hx-push-url="<%= _homeHref %>" hx-indicator="#pcms-loading"<% } %>
     47     hx-get="<%= _homeHref %>?partial=1" hx-target="#pcms-main" hx-swap="innerHTML"
     48     hx-push-url="<%= _homeHref %>" hx-indicator="#pcms-loading"
    4549     aria-label="Home" <%= _active === 'home' ? 'aria-current="page"' : '' %>>
    4650    <svg class="bottom-tab-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
Note: See TracChangeset for help on using the changeset viewer.