Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
8 check-ins using file src/chat.c version 19f9e2482e
|
2021-09-30
| ||
| 17:24 | Minor restructuring and docs in the enter/ctrl-enter handling. Trying to get ctrl-enter to add newlines when in enter-sends mode, but it's not working for reasons beyond my ken. ... (check-in: ab9fef759e user: stephan tags: chat-input-rework) | |
| 15:59 | When stripping trailing spaces from lines to avoid the "console paste problem", leave markdown paragraph continuation markers intact. Robustified the config view layout in a trial-and-error attempt to defend against Safari-on-iPhone layout bugs. ... (check-in: cbc7f117e6 user: stephan tags: chat-input-rework) | |
| 03:21 | Provide a toast notification when ctrl-enter mode is toggled via keypress. ... (check-in: c448462596 user: stephan tags: chat-input-rework) | |
| 03:14 | Split ctrl-enter/enter input modes and compact/spacious layout into two independent settings. ... (check-in: a83defad3a user: stephan tags: chat-input-rework) | |
| 02:11 | Eliminated some of the new layout quirks caused by the change in /chat input field type. ... (check-in: bcfb758dc3 user: stephan tags: chat-input-rework) | |
|
2021-09-29
| ||
| 22:41 | /chat button size refinement. ... (check-in: c24d2bb67c user: stephan tags: chat-input-rework) | |
| 22:30 | Added mini-help hint text to /chat config view entries. ... (check-in: 3259251aeb user: stephan tags: chat-input-rework) | |
| 22:08 | Significant reworking of chat input mode to use a single contenteditable element instead of two text input elements. This required considerable collateral cleanup in how the various settings are handled and communicated within the app. ... (check-in: b9c5792e34 user: stephan tags: chat-input-rework) | |