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 (
Expand
)
Author
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