aboutsummaryrefslogtreecommitdiff
path: root/src/tui/ui.rs
Commit message (Collapse)AuthorAge
* Minor Feature: Sort entries by position in/of filelukeflo2024-12-25
| | | | | + Hitting now sorts the entries by position in file or position of files + Can be helpful to detect entries newly added via DOI which are appended to EOF
* better error messages for doi-addlukeflo2024-12-23
|
* rewrite add-entry via DOI workflowlukeflo2024-12-23
| | | | | | | + split some functions to fit with different popups + select if append to file (and to which) or create new file + error handling if resolving doi ist not possible + error handling for wront doi patterns
* use input struct, place cursor at poslukeflo2024-12-23
|
* feat: implement entry management in Bibiman TUITrim Bresilla2024-12-23
| | | | | | | | | | - Add `.devbox` to the `.gitignore` file - Create a new backup file `devbox.json.back` with package and shell initialization configurations - Introduce a new method `add_entry` in the Bibiman struct to manage adding entries - Implement functionality to handle new entry submissions using `doi2bib` - Update command actions to include `AddEntry` - Add `AddEntry` as a new popup type in the TUI for creating entries - Enhance the UI rendering to support the new entry popup with input fields and cursor positioning
* implemented light color schemelukeflo2024-11-29
|
* delete unused code fragmentslukeflo2024-11-28
|
* replace unused varslukeflo2024-11-28
|
* substitute style const for UI renderinglukeflo2024-11-28
|
* color struct impl, integrated with cliargslukeflo2024-11-28
|
* handling of errors and ui for multi file caselukeflo2024-11-25
|
* open correct file in editor, show file infolukeflo2024-11-24
|
* rename files arg field, start rewriting run_editor fnlukeflo2024-11-23
|
* implement needed dep injection of cli argslukeflo2024-11-23
|
* open multiple files: per CLI possiblelukeflo2024-11-22
|
* filepath as OsString, new color shemelukeflo2024-11-22
|
* some typoslukeflo2024-11-18
|
* implement warning message popuplukeflo2024-11-17
|
* Add keybind hints for popup movementlukeflo2024-11-17
|
* working selection popup, but ugly field valueslukeflo2024-11-17
|
* selection popup fundamentlukeflo2024-11-16
|
* removed tui-popup, wrote own popup codelukeflo2024-11-16
|
* selection popup: not impl as trait...lukeflo2024-11-15
|
* restyle search barlukeflo2024-11-15
|
* some minor fixeslukeflo2024-11-15
|
* change style of popups, calculate width by contentlukeflo2024-11-14
|
* refined complicated code partslukeflo2024-11-14
|
* implement scrolling for help popuplukeflo2024-11-14
|
* impl popup for keybindings/messageslukeflo2024-11-14
|
* simplify bibdata sourcinglukeflo2024-11-08
|
* reorder ui functionslukeflo2024-11-08
|
* clean up ui codelukeflo2024-11-07
|
* const reducedlukeflo2024-11-06
|
* fg text color dimmedlukeflo2024-11-06
|
* remove unneccessary TagListItem structlukeflo2024-11-06
|
* subtitle field, const for info value styleslukeflo2024-11-01
|
* Imple column/cell selection feature of ratatui 0.29.0lukeflo2024-10-25
|
* Inegrate new command-action driven structurelukeflo2024-10-25
| | | | | | | | - Map keys to actions to commands - allows for easily adding config file support - restructure folders/files - implement own input mode - rewrite UI rendering to make it better editable
* fixed some rendering bugs. TODO: move cursor when searchinglukeflo2024-10-24
|
* rewrote ui.rslukeflo2024-10-24
|
* rearrange code again, prepare for command-action setuplukeflo2024-10-24
|
* rearrange code, file and folder structurelukeflo2024-10-22