zulip/static
N-Shar-ma d88ce61801 typeahead: Make the typeahead completions undo friendly.
We now use the undo supporting `insert` function from the
`text-field-edit` module to update the text after autocompletion,
instead of just resetting the value of the textarea / input, which was
not undo-able.

So that the undo history seems sensible, we replace only the minimal
diff between the text before and after autocompletion. This ensures
that only this diff, and not the entire text, is highlighted when
undoing, as would be ideal.

Fixes: #14311.
2023-01-06 16:53:57 -08:00
..
assets compose: Create shared compose banner and use for resolved topic warning. 2022-12-06 15:42:07 -08:00
audio/notification_sounds audio: Remove the copy of zulip.ogg outside notification_sounds. 2022-06-10 12:27:48 -07:00
generated
html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
images ci: Check that non-scripts aren’t marked executable. 2022-12-07 09:54:01 -08:00
js util: Add function get_string_diff. 2023-01-06 16:53:57 -08:00
shared shared: Bump version to 0.0.16 2022-11-02 13:59:05 -07:00
styles billing: Use same font-family for inputs as for rest of the page. 2023-01-02 08:28:34 -08:00
templates settings_org: Refactor code for dropdown list widget settings. 2023-01-04 17:51:42 -08:00
third typeahead: Make the typeahead completions undo friendly. 2023-01-06 16:53:57 -08:00
.gitignore docs: Add missing space in “time zone”. 2022-02-24 14:05:12 -08:00