Commit Graph

588 Commits

Author SHA1 Message Date
Jack Wills d628e80299 refactor: popup() use saturating_x() rather than checked_x() 2023-03-30 02:28:53 +00:00
Jack Wills b9c125da46 fix: out of bound bug in heading_bar
use a `saturating_sub` to calculate the column_width
2023-03-30 02:22:47 +00:00
Jack Wills 5d0d3ffa63 Merge branch 'feat/delete' into dev 2023-03-30 02:12:18 +00:00
Jack Wills 937202fe34 feat: delete container, closes #27
Enable a user to delete a container. A dialog will pop up to ask the user to confirm the deletion. A user can then click on either button, or press N/Y to make a selection
2023-03-30 02:12:03 +00:00
Jack Wills 7c92ffef7d refactor: button_item() include brackets 2023-03-29 18:00:31 +00:00
Jack Wills cb1271cf7f feat: github workflow create image for ghcr.io 2023-03-29 17:30:14 +00:00
Jack Wills e0b49be840 fix: "-d" arg error text updated 2023-03-29 17:29:19 +00:00
Jack Wills f906799782 fix: alter the help box link underlining 2023-03-29 17:20:20 +00:00
Jack Wills 7a9bdc9699 chore: dependencies updated 2023-03-29 17:19:47 +00:00
Jack Wills f23dac9bc8 fix: alter the help box link underlining 2023-03-20 00:06:21 +00:00
Jack Wills d431f85021 feat: use ratatui 2023-03-19 21:08:33 +00:00
Jack Wills bcf98c9399 chore: merge main into dev 2023-03-13 22:02:01 +00:00
Jack Wills 1ff5599479 chore: merge release-v0.2.5 into main 2023-03-13 22:01:41 +00:00
Jack Wills cb9686cfe8 chore: release v0.2.5 2023-03-13 22:01:39 +00:00
Jack Wills 896ed99d46 docs: changelog 2023-03-13 21:49:23 +00:00
Jack Wills 1407738651 fix: workflow on tag only 2023-03-13 21:48:53 +00:00
Jack Wills 37a49bc048 docs: changelog 2023-03-13 21:18:13 +00:00
Jack Wills 457157755b chore: dependencies updated 2023-03-13 21:14:36 +00:00
Jack Wills 7401267a84 docs: changelog 2023-03-13 02:02:12 +00:00
Jack Wills e3d0d64b4d docs: changelog 2023-03-13 00:56:16 +00:00
Jack Wills 5aaa3c1ab0 chore: dependencies updated 2023-03-13 00:54:38 +00:00
Jack Wills 7a1563030e chore: dependencies updated 2023-03-11 21:09:18 +00:00
Jack Wills 79de92c392 refactor: use unwrap_or_default() 2023-03-11 21:04:44 +00:00
Jack Wills d9f0bd5566 refactor: result return 2023-03-11 21:04:16 +00:00
Jack Wills 5ff5452773 docs: changelog 2023-03-09 15:22:26 +00:00
Jack Wills 8ba37a165b refactor: reaplace unwrap_or(()) with .ok() 2023-03-09 15:18:00 +00:00
Jack Wills 5582c45403 chore: Rust 1.68.0 clippy linting 2023-03-09 15:12:51 +00:00
Jack Wills 20b79e9cd5 chore: devcontainer use spare protocol index 2023-03-09 15:09:43 +00:00
Jack Wills 0c07d4b406 chore: dependencies updated 2023-03-09 15:08:52 +00:00
Jack Wills 924f14e998 feat: increase mpsc channel size (16 to 32 messages) 2023-03-07 03:24:42 +00:00
Jack Wills d1497a4451 revert: temporary devcontainer buildkit fix removed 2023-03-07 03:24:07 +00:00
Jack Wills 601a73d2c8 chore: dependencies updated 2023-03-07 03:23:46 +00:00
Jack Wills 598f67c6f6 feat: KeyEvents send modifier, so can quit on ctrl + c 2023-03-02 16:09:57 +00:00
Jack Wills 507660d835 feat: only send relevant mouse events to input handler 2023-03-02 16:01:37 +00:00
Jack Wills 0061ca1f37 chore: merge main into dev 2023-03-02 05:38:05 +00:00
Jack Wills 2e9e5d4653 chore: merge release-v0.2.4 into main 2023-03-02 05:37:53 +00:00
Jack Wills 1e7193f715 chore: release v0.2.4 2023-03-02 05:37:52 +00:00
Jack Wills 324f8f4fd3 docs: changelog 2023-03-02 05:29:20 +00:00
Jack Wills af3ae1815e docs: changelog 2023-03-02 05:18:41 +00:00
Jack Wills 340893a860 fix: correctly set gui error 2023-03-02 05:18:06 +00:00
Jack Wills cda0913616 docs: changelog 2023-03-02 05:01:33 +00:00
Jack Wills 2bb4c33890 chore: dependencies updated 2023-03-02 05:00:56 +00:00
Jack Wills 8f006dd8f2 docs: changelog 2023-03-02 04:40:57 +00:00
Jack Wills 85e8203d45 Merge branch 'fix/mouse_capture' into dev 2023-03-02 04:22:57 +00:00
Jack Wills bd33b0b31a docs: readme 2023-03-02 04:21:43 +00:00
Jack Wills 4500ba46e1 docs: changelog 2023-03-02 04:14:13 +00:00
Jack Wills cb7518afe6 docs: changelog 2023-03-02 04:13:31 +00:00
Jack Wills c74f6c1179 refactor: enable_mouse_capture() moved into Ui struct 2023-03-02 04:10:38 +00:00
Jack Wills 9d2e72086b docs: comment typos 2023-03-02 03:54:55 +00:00
Jack Wills 93f7c07f70 fix: nullify_event_read(), mouse event output fix 2023-03-02 03:48:21 +00:00