- Timestamp:
- 07/24/2026 08:59:51 PM (7 weeks ago)
- Branches:
- main
- Children:
- c6185fa
- Parents:
- 3ffbedd
- Location:
- src/views/pages
- Files:
-
- 2 edited
-
guardian.ejs (modified) (2 diffs)
-
messages.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/guardian.ejs
r3ffbedd rfcd6964 8 8 <link rel="icon" href="/guardian/icon.svg" type="image/svg+xml"> 9 9 <meta name="theme-color" content="#ff6b35"> 10 <link rel="stylesheet" href="/ assets/css/guardian.css?v=<%= assetV.css %>">10 <link rel="stylesheet" href="/guardian/app.css"> 11 11 </head> 12 12 <body> … … 77 77 78 78 <script type="application/json" id="guardian-state"><%- JSON.stringify(state) %></script> 79 <script src="/ assets/js/guardian.js?v=<%= assetV.js %>" defer></script>79 <script src="/guardian/app.js" defer></script> 80 80 </body> 81 81 </html> -
src/views/pages/messages.ejs
r3ffbedd rfcd6964 24 24 <% } %> 25 25 26 <%# FEP-633c §2: the ward always sees who guards it (committed relations). %> 27 <% if (typeof myGuardians !== 'undefined' && myGuardians.length) { %> 28 <div class="alert" style="display:flex;align-items:center;gap:12px;flex-wrap:wrap;border-left:3px solid #35a2ff;"> 29 <span style="font-size:1.4em;">🛡</span> 30 <div style="flex:1;min-width:200px;"> 31 <strong><%= t('msg.guardians_label') %></strong><br> 32 <span><%= myGuardians.map(function(g){ return g.handle; }).join(', ') %></span> 33 </div> 34 </div> 35 <% } %> 36 26 37 <div class="msg-filters" role="tablist" aria-label="<%= t('msg.title') %>"> 27 38 <button type="button" class="msg-chip is-on" data-show="all"><%= t('msg.filter_all') %></button>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)