The project "Citadel server, clients, utilities":
The branch, master has been updated
via 1c6d4ba0e9a33164ce54964cf26e80f3999cf705 (commit)
from c9d0a4d624bf0d7ea335da92fd1f44d3d405b1eb (commit)
- Log -----------------------------------------------------------------
commit 1c6d4ba0e9a33164ce54964cf26e80f3999cf705
Author: Art Cancro <[email protected]>
Date: Mon Jun 16 15:01:42 2025 -0400
New pattern: top nav buttons now begin life as dumb, poorly labeled, and
ASSIGNABLE.
views.js will hide and deactivate all buttons.
Individual modules' renderers will assign labels and actions.
-----------------------------------------------------------------------
Summary of changes:
webcit-ng/static/index.html | 3 +-
webcit-ng/static/js/view_forum.js | 23 ++++++++-------
webcit-ng/static/js/view_mail.js | 62 ++++++++++++++++++++-------------------
webcit-ng/static/js/views.js | 22 +++-----------
4 files changed, 50 insertions(+), 60 deletions(-)
--
Citadel server, clients, utilities