Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Was supposed to be part of the previous commit :/. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | chat-user-filter |
| Files: | files | file ages | folders |
| SHA3-256: |
a3ea94205b7c262eaec84fd733e4b583 |
| User & Date: | stephan 2021-09-23 12:03:53.380 |
Context
|
2021-09-23
| ||
| 12:23 | Corrected persistence of the timestamps toggle. Removed about 40 lines of dead CSS. ... (check-in: dddd42baa6 user: stephan tags: chat-user-filter) | |
| 12:03 | Was supposed to be part of the previous commit :/. ... (check-in: a3ea94205b user: stephan tags: chat-user-filter) | |
| 12:00 | Added toggle for the recent activity timestamps. ... (check-in: 9938acb049 user: stephan tags: chat-user-filter) | |
Changes
Changes to src/chat.c.
| ︙ | ︙ | |||
180 181 182 183 184 185 186 | @ </div> @ <input type="file" name="file" id="chat-input-file"> @ </div> @ <div id="chat-drop-details"></div> @ </div> @ </div> @ <fieldset id='chat-user-list-wrapper' class='hidden'> | | | 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 | @ </div> @ <input type="file" name="file" id="chat-input-file"> @ </div> @ <div id="chat-drop-details"></div> @ </div> @ </div> @ <fieldset id='chat-user-list-wrapper' class='hidden'> @ <legend>Active Users (most recent first)</legend> @ <div id='chat-user-list'>(user list goes here)</div> @ </fieldset> @ <div id='chat-preview' class='hidden chat-view'> @ <header>Preview: (<a href='%R/md_rules' target='_blank'>markdown reference</a>)</header> @ <div id='chat-preview-content' class='message-widget-content'></div> @ <div id='chat-preview-buttons'><button id='chat-preview-close'>Close Preview</button></div> @ </div> |
| ︙ | ︙ |