Major change to the javascript forum view. We now wait for all messages to be loaded...
authorArt Cancro <ajc@citadel.org>
Tue, 14 Dec 2021 21:17:53 +0000 (16:17 -0500)
committerArt Cancro <ajc@citadel.org>
Tue, 14 Dec 2021 21:17:53 +0000 (16:17 -0500)
commit52e23096ff3ed8d989cb100715082329704b003d
tree5d4545960ddedf37dc284700231d320cae3886b2
parent96877f3404aff55f81a2046b374154518a8d1cf9
Major change to the javascript forum view.  We now wait for all messages to be loaded before rendering them all in one shot.  Rendering works, opening the reply box works, saving a message works, but we still have to figure out how to render a message in the location where it was entered.  Or maybe that's not a good idea?  Also the scroll_to semantics are broken but we are in a better position to redo this in a simpler way.
webcit-ng/forum_view.c
webcit-ng/static/js/main.js
webcit-ng/static/js/util.js
webcit-ng/static/js/view_forum.js