summaryrefslogtreecommitdiff
path: root/src/list.rs
AgeCommit message (Expand)Author
2024-09-04Simplify handling `p` in listmo8it
2024-09-04Final touches to searchingmo8it
2024-09-03replaced enumerate() with position(); converted select_if_matches_search_quer...Adhyan
2024-09-03removed unnecessary update_rows() call and minor refactoringAdhyan
2024-09-03moved continue to end of if-blockAdhyan
2024-09-02search now filters the list firstAdhyan
2024-09-02escape/enter no longer exits the list, exits only the searchAdhyan
2024-09-01passes clippy lintsAdhyan
2024-09-01removed debug statementsAdhyan
2024-09-01added a way to search through list, ref #2093Adhyan
2024-08-27Separate the scroll statemo8it
2024-08-25Almost done with listmo8it
2024-08-24Separate drawing rowsmo8it
2024-08-24Almost done with list displaymo8it
2024-08-24Don't exit the list on "to current" if nothing is selectedmo8it
2024-08-24Start list without Ratatuimo8it
2024-08-19"Continue at" quits the listmo8it
2024-08-17Restore the terminal after an error in the listmo8it
2024-08-17Disable mouse in the listmo8it
2024-08-09Update Ratatuimo8it
2024-07-25Use the rexported crossterm from ratatuimo8it
2024-04-28Revert escaping with ESC in list to be able to clear the messagemo8it
2024-04-27Esacpe the list with ESCmo8it
2024-04-18Place mods under all importsmo8it
2024-04-14Tolerate changes in the state filemo8it
2024-04-12Remove the modifier filter in the list modemo8it
2024-04-11Don't listen on keys with modifiersmo8it
2024-04-11Fix selected when there are no rowsmo8it
2024-04-11Remove "I AM NOT DONE" and the verify mode and add AppStatemo8it
2024-04-10Accept repeat keyboard eventsmo8it
2024-04-09Use exercises as leakedmo8it
2024-04-09Add progress bar to listmo8it
2024-04-08Implement done/pending filtersmo8it
2024-04-08Show message on resetmo8it
2024-04-07Implement resettingmo8it
2024-04-07Separate UiStatemo8it
2024-04-07State -> StateFilemo8it
2024-04-07Better variable namemo8it
2024-04-07Add UiStatemo8it
2024-04-07Fix lifetimesmo8it
2024-04-07Implement "continue at"mo8it
2024-04-07Shorten the help footermo8it
2024-04-07Add "Next" columnmo8it
2024-04-07Show help messagemo8it
2024-04-07Prevent unneeded redrawsmo8it
2024-04-07Done navigationmo8it
2024-04-07Started with listmo8it