index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
list.rs
Age
Commit message (
Collapse
)
Author
39 hours
I dont know why this is not pushed
main
anand
2025-02-18
Upgrade to edition 2024
mo8it
2024-09-05
Add error message when unable to get terminal size
mo8it
2024-09-04
Simplify handling `p` in list
mo8it
2024-09-04
Final touches to searching
mo8it
2024-09-03
replaced enumerate() with position(); converted ↵
Adhyan
select_if_matches_search_query to apply_search_query
2024-09-03
removed unnecessary update_rows() call and minor refactoring
Adhyan
2024-09-03
moved continue to end of if-block
Adhyan
2024-09-02
search now filters the list first
Adhyan
2024-09-02
escape/enter no longer exits the list, exits only the search
Adhyan
2024-09-01
passes clippy lints
Adhyan
2024-09-01
removed debug statements
Adhyan
2024-09-01
added a way to search through list, ref #2093
Adhyan
2024-08-27
Separate the scroll state
mo8it
2024-08-25
Almost done with list
mo8it
2024-08-24
Separate drawing rows
mo8it
2024-08-24
Almost done with list display
mo8it
2024-08-24
Don't exit the list on "to current" if nothing is selected
mo8it
2024-08-24
Start list without Ratatui
mo8it
2024-08-19
"Continue at" quits the list
mo8it
2024-08-17
Restore the terminal after an error in the list
mo8it
2024-08-17
Disable mouse in the list
mo8it
2024-08-09
Update Ratatui
mo8it
2024-07-25
Use the rexported crossterm from ratatui
mo8it
2024-04-28
Revert escaping with ESC in list to be able to clear the message
mo8it
2024-04-27
Esacpe the list with ESC
mo8it
2024-04-18
Place mods under all imports
mo8it
2024-04-14
Tolerate changes in the state file
mo8it
2024-04-12
Remove the modifier filter in the list mode
mo8it
2024-04-11
Don't listen on keys with modifiers
mo8it
2024-04-11
Fix selected when there are no rows
mo8it
2024-04-11
Remove "I AM NOT DONE" and the verify mode and add AppState
mo8it
2024-04-10
Accept repeat keyboard events
mo8it
2024-04-09
Use exercises as leaked
mo8it
2024-04-09
Add progress bar to list
mo8it
2024-04-08
Implement done/pending filters
mo8it
2024-04-08
Show message on reset
mo8it
2024-04-07
Implement resetting
mo8it
2024-04-07
Separate UiState
mo8it
2024-04-07
State -> StateFile
mo8it
2024-04-07
Better variable name
mo8it
2024-04-07
Add UiState
mo8it
2024-04-07
Fix lifetimes
mo8it
2024-04-07
Implement "continue at"
mo8it
2024-04-07
Shorten the help footer
mo8it
2024-04-07
Add "Next" column
mo8it
2024-04-07
Show help message
mo8it
2024-04-07
Prevent unneeded redraws
mo8it
2024-04-07
Done navigation
mo8it
2024-04-07
Started with list
mo8it