Changeset 22d2dba5 in Klonkt for src/views/pages/home.ejs


Ignore:
Timestamp:
08/20/2026 07:25:24 AM (3 weeks ago)
Author:
Claude (agent) <aiclaude@…>
Branches:
main
Children:
77019fa
Parents:
c581e5e
git-author:
Robin <roboburr@…> (08/20/2026 03:33:49 AM)
git-committer:
Claude (agent) <aiclaude@…> (08/20/2026 07:25:24 AM)
Message:

wip paginamodus

File:
1 edited

Legend:

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

    rc581e5e r22d2dba5  
    7070      is als de module niet laadt -- dan doet hij niets, maar hij springt ook niet
    7171      opeens in beeld. Verschijnt pas als je ver genoeg bent (mod/read.js). %>
     72  <%# Een bericht omhoog of omlaag. Alleen in paginamodus zichtbaar (CSS). %>
     73  <%# Twee echte balken over de volle breedte. Tikzones zonder zichtbaar element
     74      werkten niet: de onderste strook ligt onder de mini-speler en de tabbalk,
     75      en die vangen de tik voordat de leesstroom hem ziet. Een balk kan daar wel
     76      bovenop. %>
     77  <button type="button" class="read-bar read-bar--top" id="read-prev" aria-label="<%= t('read.prev') %>">
     78    <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="18 15 12 9 6 15"/></svg>
     79  </button>
     80  <button type="button" class="read-bar read-bar--bottom" id="read-next-nav" aria-label="<%= t('read.next') %>">
     81    <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="6 9 12 15 18 9"/></svg>
     82  </button>
    7283  <button type="button" id="read-top" class="read-top" aria-label="<%= t('read.to_top') %>" title="<%= t('read.to_top') %>">
    7384    <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><line x1="12" y1="19" x2="12" y2="5"/><polyline points="5 12 12 5 19 12"/></svg>
Note: See TracChangeset for help on using the changeset viewer.