summaryrefslogtreecommitdiff
path: root/src/list/state.rs
AgeCommit message (Expand)Author
2024-11-11Fix typomo8it
2024-11-11Fix contrast in terminals with a light thememo8it
2024-10-17list: Highlight search match in exercise namesmo8it
2024-09-05Add error message when unable to get terminal sizemo8it
2024-09-04Canonicalize exercise paths only oncemo8it
2024-09-04Match filter oncemo8it
2024-09-04Final touches to searchingmo8it
2024-09-03passes clippy lints and removed extra code from the mergeAdhyan
2024-09-03replaced enumerate() with position(); converted select_if_matches_search_quer...Adhyan
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