$ the-wire · showcase
Autocomplete debounce fix, docx and pptx preview heights
By RepoJournal · Filed · About Open WebUI
Open WebUI shipped two fixes: skipping autocomplete debounce after document shrink, and giving docx and pptx previews a definite frame height.
Open WebUI fixed an autocomplete behavior in the editor [1]. The debounce was still applied when the document shrank past the captured position, and is now skipped, so suggestions respond immediately after a cut that removes the caret's context.
Docx and pptx previews in the file modal now get a definite frame height [2], preventing them from loading into an undefined height and keeping the modal layout stable.
A broad refactor [3] also landed, co-authored with Classic298, though the diff's scope is not detailed in the commit message.
Action items
- → Pull the latest open-webui commit to pick up the autocomplete debounce and preview height fixes open-webui/open-webui [plan]
References
- [1] fix: skip the autocompletion debounce when the document shrank past the captured position (#28824) ↗ open-webui/open-webui
- [2] fix: give docx and pptx previews in the file modal a definite frame height (#28878) ↗ open-webui/open-webui
- [3] refac ↗ open-webui/open-webui