Skip to content

codemirror file view: Add search widget

Administrator requested to merge fkling/file-view-search into main

Created by: fkling

This adds CodeMirror's default search functionality. This works now because the file view is focusable. When focused (e.g. by clicking into it), meta+f will show CodeMirror's search input.

This currently uses it's own default style but we might be able to either customize it via CSS or we can completely render our own UI (the search extension allows to do that).

2022-08-03_18-16

Test plan

Enable CodeMirror file view, focus it, press meta+f to search.

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading