-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
website: improve cheat-sheet page performance #1252
Merged
Finii
merged 8 commits into
ryanoasis:gh-pages
from
rszyma:fix/gh-pages-cheatsheet-performance
May 30, 2023
Merged
website: improve cheat-sheet page performance #1252
Finii
merged 8 commits into
ryanoasis:gh-pages
from
rszyma:fix/gh-pages-cheatsheet-performance
May 30, 2023
Commits on May 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 156981d - Browse repository at this point
Copy the full SHA 156981dView commit details -
cheat_sheet: Sort removed icons last
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
Configuration menu - View commit details
-
Copy full SHA for c06a149 - Browse repository at this point
Copy the full SHA c06a149View commit details -
cheat-sheet: Allow incomplete searches
[why] Sometimes one does not know what the exact search term is. For example if you want to find a 'homefolder' but the name is 'homedirectory' it is impossible to find. [how] Allow prefix search, in this case at least 'home' will find both variants. I do believe a full substring search would be even better, but that is not supported by minisearch. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
Configuration menu - View commit details
-
Copy full SHA for b42a1b8 - Browse repository at this point
Copy the full SHA b42a1b8View commit details -
[why] Often it is easier to find what one wants if the search result is sorted. [how] Do a full result sort. * Sort by id (class name) * Put removed icons last We do not need the boost function anymore, so that pre-sorting is removed. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
Configuration menu - View commit details
-
Copy full SHA for b068b08 - Browse repository at this point
Copy the full SHA b068b08View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2503ca - Browse repository at this point
Copy the full SHA d2503caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2360483 - Browse repository at this point
Copy the full SHA 2360483View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d1ccc6 - Browse repository at this point
Copy the full SHA 5d1ccc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 270a604 - Browse repository at this point
Copy the full SHA 270a604View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.