Commit graph

17 commits

Author SHA1 Message Date
MareStare
11c9534dbc Fix grammar 2025-03-19 01:59:09 +00:00
MareStare
57781a1aa0 Add integration tests for server-side completions cancellation with Escape 2025-03-19 01:57:00 +00:00
MareStare
96d32d863d Add an integration test for aborting the completions on Escape 2025-03-19 01:37:52 +00:00
MareStare
dd7ee44e36 Abort the server-side completions when the autocomplete popup needs to be hidden 2025-03-19 01:20:31 +00:00
MareStare
a6ae4d9422 Fix invalid highlighting of the prefix match for namespaced tags in autocomplete 2025-03-17 23:15:20 +00:00
MareStare
76f434b039 Revert back the event delegation suggestion because in this case we search the closest descendant, not the closest ancestor. 2025-03-14 23:19:41 +00:00
MareStare
4f50d0de3e Add integration tests for various parts of the autocompletion business logic, including history suggestions 2025-03-14 23:01:57 +00:00
MareStare
7aa5562a21 Add the main Autocomplete ui binding glue 2025-03-14 23:01:57 +00:00
MareStare
6948aa5d1c Add AutocompleteClient wrapper over the HTTP API 2025-03-14 23:00:01 +00:00
MareStare
3c2a3e956a Use existing event delegation with submit subscription for history tracking 2025-03-14 22:59:33 +00:00
MareStare
c15e082b97 Add input history listener binding with UI 2025-03-14 22:59:33 +00:00
MareStare
e63899b91e Add AutocomplableInput model for UI binding 2025-03-14 22:58:32 +00:00
MareStare
aa2e5dd3af Simplify the listSuggestions with Array combinators 2025-03-14 22:57:31 +00:00
MareStare
d49b252eb1 Remove humor 2025-03-14 22:57:31 +00:00
MareStare
e884da9b62 Add InputHistory high level API for history suggestions 2025-03-14 22:57:31 +00:00
MareStare
1dac0ef3f2 Add an empty line after the import statement 2025-03-14 22:56:31 +00:00
MareStare
99e597d94d Add autocomplete history store 2025-03-14 22:56:31 +00:00