]> code.citadel.org Git - citadel.git/history - webcit-ng/static/js/view_mail.js
more style changes to the mailbox message list
[citadel.git] / webcit-ng / static / js / view_mail.js
2022-10-04 Art Cancromore style changes to the mailbox message list
2022-09-15 Art CancroConsolidated all renderings of a user profile picture...
2022-09-10 Art CancroMoved some of the banner and sidebar items around
2022-09-09 Art CancroRemove the console log of the address render. It works...
2022-09-09 Art CancroMoved render_msg_author() into a different file
2022-09-09 Art CancroSeparate out the display name and email addresses in...
2022-09-09 Art Cancromore tweaks to mailbox css
2022-09-08 Art CancroApplied style changes to the mailbox pane that are...
2022-09-08 Art Cancromailbox temporary style
2022-09-08 Art Cancrominor change to mailbox pane
2022-09-07 Art CancroGot the mailbox view (mailbox pane + reading pane)...
2022-08-31 Art CancroRemoved W3CSS and moved to CSS grid layout. There...
2022-08-01 Art CancroIn the online users list, display partially logged...
2022-07-22 Art CancroDisplay "brief" datestamps in mailbox: date if not...
2022-07-18 Art CancroAdded the dispatch function for entering a new mail...
2022-07-17 Art CancroRemoved the excess vertical whitespace between headers...
2022-07-16 Art CancroMailbox refresh is working completely now.
2022-07-15 Art CancroAdd a web API command for the server STAT command....
2022-07-14 Art CancroFinally got the divs to display correctly by making...
2022-07-12 Art CancroOk, this is close ... saving my work before I try somet...
2022-07-10 Art Cancroutf8ify_rfc822_string() is in libcitadel now
2022-07-04 Art CancroBegan CSS stylizing the mailbox view
2022-07-04 Art CancroDon't re-display a selected message when refreshing...
2022-07-04 Art CancroClear any existing mailbox refresh when setting up...
2022-07-04 Art CancroStarted separating mail and forum message renderers
2022-07-04 Art CancroAdded the logic to auto-refresh mailbox display
2022-07-03 Art CancroRendering a single row in a mailbox now has its own...
2022-07-03 Art CancroUse the library functions to stringify a date instead...
2022-07-02 Art CancroBeginnings of mailbox view
2022-07-01 Art CancroSet things up for mailbox view implementation