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
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