aboutsummaryrefslogtreecommitdiff
path: root/src/tui/popup.rs
Commit message (Collapse)AuthorAge
* 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
* delete unused code fragmentslukeflo2024-11-28
|
* substitute style const for UI renderinglukeflo2024-11-28
|
* filepath as OsString, new color shemelukeflo2024-11-22
|
* some typoslukeflo2024-11-18
|
* implement warning message popuplukeflo2024-11-17
|
* selection popup fundamentlukeflo2024-11-16
|
* replaced some Strings with &str, impl lifetimes for structslukeflo2024-11-16
|
* selection popup: not impl as trait...lukeflo2024-11-15
|
* some minor fixeslukeflo2024-11-15
|
* refined complicated code partslukeflo2024-11-14
|
* implement scrolling for help popuplukeflo2024-11-14
|
* restyle help popuplukeflo2024-11-14
|
* impl popup for keybindings/messageslukeflo2024-11-14