summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/helpers/search_helper.go
AgeCommit message (Expand)Author
2024-01-19Add SetSelection function for list contexts and use it in most placesJesse Duffield
2023-10-10When refreshing models, re-apply active filter for the corresponding viewStefan Haller
2023-09-25Don't select current search result when showing search statusJesse Duffield
2023-09-20Add search historyKarim Khaleel
2023-07-03Add integration tests for searching/filteringJesse Duffield
2023-07-03Color view frame differently when searching/filteringJesse Duffield
2023-07-03Show filter status similar to what we show with searchJesse Duffield
2023-07-03Only cancel search if main or temporary context loses focusJesse Duffield
2023-07-03Scroll to top when filtering and retain selection when cancelling filterJesse Duffield
2023-07-03Move more logic into search helperJesse Duffield
2023-07-03Cancel filter/search when hitting escapeJesse Duffield
2023-07-03Introduce filtered list view modelJesse Duffield