index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
list
Age
Commit message (
Expand
)
Author
2024-08-26
File link in the list? No problem :D
mo8it
2024-08-26
LOL, swapped colors
mo8it
2024-08-25
Lower the maximum scroll padding
mo8it
2024-08-25
Final touches :D
mo8it
2024-08-25
Almost done with list
mo8it
2024-08-24
Separate drawing rows
mo8it
2024-08-24
Use the full length for the wide footer
mo8it
2024-08-24
Highlight selected row
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-17
Break help footer on narrow terminals
mo8it
2024-08-17
q only quits the list
mo8it
2024-08-17
Make it clear that reset only resets one exercise
mo8it
2024-08-09
Update Ratatui
mo8it
2024-05-14
Remove inline
mo8it
2024-04-28
Highlight the active filter
mo8it
2024-04-27
Reorder the footer keys
mo8it
2024-04-25
Use write macros instead of write_fmt
mo8it
2024-04-18
Improve resetting
mo8it
2024-04-14
Add terminal links
mo8it
2024-04-14
Tolerate changes in the state file
mo8it
2024-04-11
Take care of filters when resolving the selected exercise
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
Use light blue for the message
mo8it
2024-04-10
Colorize the progress bar
mo8it
2024-04-09
Use exercises as leaked
mo8it
2024-04-09
Add progress bar to list
mo8it
2024-04-08
Use a color for the message
mo8it
2024-04-08
Simplify building rows.
mo8it
2024-04-08
Fix selection after applying filters
mo8it
2024-04-08
Show more exercises before the selected one
mo8it
2024-04-08
Implement done/pending filters
mo8it
2024-04-08
Set a list offset
mo8it
2024-04-08
Lowercase "filter" in help footer
mo8it
2024-04-08
Show message on reset
mo8it
2024-04-07
Separate UiState
mo8it