Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
10 check-ins using file src/chat.c version 6ab5313628
|
2020-12-29
| ||
| 00:37 | Replaced use of a deprecated DOM API. ... (check-in: b06442a621 user: stephan tags: trunk) | |
| 00:27 | Added new 'chat' perm to /json/cap response. ... (check-in: e06315f976 user: stephan tags: trunk) | |
|
2020-12-28
| ||
| 09:46 | Chat: fixed +1 being added to Date.getDate() call (copy/paste error). ... (check-in: 5fab875d32 user: stephan tags: trunk) | |
| 08:59 | chat: when loading older messages, return scroll point to the position it was at when load was started, per chat room request. ... (check-in: 49cc6f28e8 user: stephan tags: trunk) | |
| 08:54 | chat: replaced the (approximate) messages-since-hidden count in the page title (i.e. browser tab label) to an asterisk so that users don't feel compelled to verify that number against what they actually see in the list (which differs at times). ... (check-in: 0a5fd03e5c user: stephan tags: trunk) | |
| 02:55 | chat: removed some dead code. If URL parameter ping=### is seen, assuming we're running from the 'chat' CLI command and automatically start up in chat-only mode. ... (check-in: b111d1ca74 user: stephan tags: trunk) | |
| 00:23 | chat: corrected the scroll position tracking when toggling single/multi-line mode to work from arbitrary points within the scroll area. ... (check-in: 0f59fba08a user: stephan tags: trunk) | |
|
2020-12-27
| ||
| 22:01 | chat: when toggling between single/multi-line mode, retain the message area scroll position, insofar as its size allows for (e.g. might not work if the history is too short to scroll). ... (check-in: 423ee8101a user: stephan tags: trunk) | |
| 21:22 | Refactored the calc-elem-effective-height routine into the fossil.dom API for reuse elsewhere. Fixed (arguably) a minor layout quirk in the chat input field in multi-line mode. ... (check-in: 299fd6905f user: stephan tags: trunk) | |
| 21:00 | Put the <form> outside of the chat-input-area <div>. Safari requires this. ... (check-in: ca60df9238 user: drh tags: trunk) | |