summaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)Author
2023-11-17feat: use x/editor (#543)Carlos Alexandro Becker
2023-08-28fix: handle running inside a snap (#527)Carlos Alexandro Becker
2023-05-09fix: lazily init UIChristian Muehlhaeuser
2023-03-02docs: fix typosKian-Meng Ang
2023-01-24fix: do not use deprecated func (#451)revertCarlos Alexandro Becker
2023-01-24fix: improve editor handling (#449)Carlos Alexandro Becker
2023-01-20feat: copy contents of document (#439)Maas Lalani
2023-01-19Show edit help when editable (#442)Maas Lalani
2023-01-06Keybindings for editing the document from the pagerJustin Moser
2022-11-23feat(ui): `e` to open edit local markdown files in editorMaas Lalani
2022-11-11chore: fmt & lint issuesCarlos A Becker
2022-11-11Bump Bubbles to v0.14.0, update accordingly, and simplify spinnersChristian Rocha
2022-11-11Bump Bubble Tea, Bubbles, Glamour, Lip Gloss, and Termenv and do related updatesChristian Rocha
2021-03-12Simplify code by removing else blockChristian Muehlhaeuser
2021-03-12Fix typoChristian Muehlhaeuser
2021-03-11Fix tab contrast in light mode, particularly in macOS terminalChristian Rocha
2021-03-10Simplify key event handlingChristian Muehlhaeuser
2021-03-09Pass through all keys when editing filterChristian Muehlhaeuser
2021-03-02Drop string methods various some types (again)Christian Rocha
2021-03-02Don't mutate paginators in the view!!Christian Rocha
2021-03-02Update pagintion after changing sections when resetting the filterChristian Rocha
2021-03-02Implement String method on some enum types for easier debuggingChristian Rocha
2021-02-01Make TUI find markdowns with a variety of file extensionsChristian Muehlhaeuser
2021-01-19Add missing newline in pagerChristian Rocha
2021-01-19If the only arguement is a directory open a TUI at that path (see #234)Christian Rocha
2021-01-19Update outdated commentChristian Rocha
2020-12-24Show stash error details in the error message viewChristian Rocha
2020-12-24Add more context to stash fail status messages + make them redChristian Rocha
2020-12-24More logging around markdown stash failuresChristian Rocha
2020-12-24Fix case where stashDocument could erroneously return a command in a commandChristian Rocha
2020-12-24Show stash feedback optimisticallyChristian Rocha
2020-12-24Adjust "secondary" green color in stash highlight + helpChristian Rocha
2020-12-24Secret keystroke: navigate tabs with shift+h, shift+lChristian Rocha
2020-12-24Highlight the most recent stash item in green in the stash viewNicolas Martin
2020-12-24Fix a case where file listings could jitterChristian Rocha
2020-12-24Only underline matched chars in filter section when a filter is appliedChristian Rocha
2020-12-24When clearing the filter forget which markdowns were stashed in-sessionChristian Rocha
2020-12-24In a filter, deleting stashed news removes those items from the filterChristian Rocha
2020-12-24Correct empty stashed state when filter is appliedChristian Rocha
2020-12-24In a filter, deleting docs stashed in-session converts them to local onesChristian Rocha
2020-12-24When stashing in a filter, turn local docs to stashed onesChristian Rocha
2020-12-24Put filter results in a tabChristian Rocha
2020-12-24Sort local ID as a last resort as not all markdowns will have an SQL IDChristian Rocha
2020-12-24Fix bug where deleting newly stashed news could delete the wrong itemChristian Rocha
2020-12-24Filter is now called findChristian Rocha
2020-12-24Move status message next to the logo in the file browserChristian Rocha
2020-12-24Use ANSI-aware truncationChristian Rocha
2020-12-24Make "already stashed" status messages more subtleChristian Rocha
2020-12-24Adjust spinner thresholds and timing so stashing feels snappierChristian Rocha
2020-12-24Fine tuning + subtle behavioral adjustments to spinners + status messagesChristian Rocha