Changeset 00f669b in Klonkt for src/views


Ignore:
Timestamp:
06/24/2026 03:27:49 PM (3 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
d0cab9d
Parents:
d988fa0
Message:

feat(fediverse-client): notifications inbox (/meldingen)

Aggregates new followers + replies/likes/boosts on your posts into one feed
(getNotifications). New pages/fedi-notifications view + Beheer link. The old
native notifications.ejs (dead since comments removed) is left untouched.

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

Location:
src/views/pages
Files:
1 added
1 edited

Legend:

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

    rd988fa0 r00f669b  
    5858    <% } %>
    5959    <a href="/tijdlijn" class="btn">🌐 <%= t('tl.title') %></a>
     60    <a href="/meldingen" class="btn">🔔 <%= t('notif.title') %></a>
    6061    <a href="/admin/updates" class="btn"><%= t('admin.b_updates') %></a>
    6162    <a href="/admin/handleiding" class="btn"><%= t('admin.b_help') %></a>
Note: See TracChangeset for help on using the changeset viewer.