The project "Citadel server, clients, utilities":
The branch, master has been updated
via 467eda9260ef20faf6903a7e9e35e9a667d94ede (commit)
from f81f8c11b27aaf1efa64a669ecc11ebd21343d1d (commit)
- Log -----------------------------------------------------------------
commit 467eda9260ef20faf6903a7e9e35e9a667d94ede
Author: Art Cancro <[email protected]>
Date: Mon Apr 7 23:27:00 2025 -0400
Room config accordion now works clicking anywhere on the legend.
It was definitely annoying to have to sharpshoot the little + or - box on the
left side
of the legend, and since we now implement the more traditional style of
automatically closing
all other boxes when a new one is opened, it made more sense to do it this way.
Click on
any legend and it will open that dialog, closing all the other ones.
I expect we'll use this in several other places.
And tomorrow I'll probably discover that there's now a makeIntoAccordion()
method that's been
built into the browsers for the last few years.
-----------------------------------------------------------------------
Summary of changes:
webcit-ng/static/js/edit_room.js | 62 ++++++++++++++++++----------------------
1 file changed, 28 insertions(+), 34 deletions(-)
--
Citadel server, clients, utilities