summaryrefslogtreecommitdiff
path: root/src/list/state.rs
AgeCommit message (Expand)Author
2024-09-03removed unnecessary update_rows() call and minor refactoringAdhyan
2024-09-02search now filters the list firstAdhyan
2024-09-01passes clippy lintsAdhyan
2024-09-01removed debug statementsAdhyan
2024-09-01Merge branch 'main' of https://github.com/frroossst/rustlingsAdhyan
2024-09-01added a way to search through list, ref #2093Adhyan
2024-09-01Remove the footer separatorsmo8it
2024-09-01Add search to the help footermo8it
2024-08-29Fix displaying the list message in narrow modemo8it
2024-08-29Fix header paddingmo8it
2024-08-28Only disable links in VS code in the listmo8it
2024-08-28Use a Vec for the name col paddingmo8it
2024-08-27Separate the scroll statemo8it
2024-08-26Fix list on terminals that don't disable line wrappingmo8it
2024-08-26Darker highlighting in the listmo8it
2024-08-26File link in the list? No problem :Dmo8it
2024-08-26LOL, swapped colorsmo8it
2024-08-25Lower the maximum scroll paddingmo8it
2024-08-25Final touches :Dmo8it
2024-08-25Almost done with listmo8it
2024-08-24Separate drawing rowsmo8it
2024-08-24Use the full length for the wide footermo8it
2024-08-24Highlight selected rowmo8it
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-17Break help footer on narrow terminalsmo8it
2024-08-17q only quits the listmo8it
2024-08-17Make it clear that reset only resets one exercisemo8it
2024-08-09Update Ratatuimo8it
2024-05-14Remove inlinemo8it
2024-04-28Highlight the active filtermo8it
2024-04-27Reorder the footer keysmo8it
2024-04-25Use write macros instead of write_fmtmo8it
2024-04-18Improve resettingmo8it
2024-04-14Add terminal linksmo8it
2024-04-14Tolerate changes in the state filemo8it
2024-04-11Take care of filters when resolving the selected exercisemo8it
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-10Use light blue for the messagemo8it
2024-04-10Colorize the progress barmo8it
2024-04-09Use exercises as leakedmo8it
2024-04-09Add progress bar to listmo8it
2024-04-08Use a color for the messagemo8it
2024-04-08Simplify building rows.mo8it
2024-04-08Fix selection after applying filtersmo8it
2024-04-08Show more exercises before the selected onemo8it
2024-04-08Implement done/pending filtersmo8it
2024-04-08Set a list offsetmo8it