Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add search widget to options page #493

Merged
merged 10 commits into from
Dec 10, 2024
Merged

docs: add search widget to options page #493

merged 10 commits into from
Dec 10, 2024

Conversation

NotAShelf
Copy link
Owner

@NotAShelf NotAShelf commented Dec 9, 2024

Initial prototype for an options search widget in the rendered manual.

Most accurate out of the few that I've prototyped so far, and also the fastest. While I'm at it, I've also implemented a basic debouncing functionality to help limit the frequency of function calls. E.g. without debouncing, each keystroke (in the search bar) would re-trigger the search logic, leading to excessive resource usage.

Mostly tested, some parts are up to preference - but functionality is there.

Currently incompatible with dark theme, but hoping to fix it shortly. Fixed.

horriblename
horriblename previously approved these changes Dec 10, 2024
@NotAShelf NotAShelf merged commit d6cb4e0 into main Dec 10, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants