Commit Graph

555 Commits

Author SHA1 Message Date
Jack Wills 2781f6ec7d chore: dependencies updated 2023-04-19 18:05:37 +00:00
Jack Wills c972025b52 Merge branch 'main' into dev 2023-04-02 20:35:57 +00:00
Jack Wills 46fa47b896 docs: screenshot 2023-04-02 20:35:41 +00:00
Jack Wills ba9cb23b8c Merge branch 'main' into dev 2023-04-02 20:32:53 +00:00
Jack Wills af27ad0c70 docs: screenshot 2023-04-02 20:32:29 +00:00
Jack Wills e02f0271f0 chore: merge main into dev 2023-03-30 20:06:15 +00:00
Jack Wills 12e953dd27 chore: merge release-v0.3.0 into main 2023-03-30 20:06:09 +00:00
Jack Wills 18b838a0fc chore: release v0.3.0 2023-03-30 20:06:08 +00:00
Jack Wills bb82de34bf docs: changelog 2023-03-30 19:29:59 +00:00
Jack Wills b25f8b18f4 feat: clear delete_map on set_delete_container(None) 2023-03-30 19:29:40 +00:00
Jack Wills a44fddb82e docs: changelog 2023-03-30 18:46:59 +00:00
Jack Wills 5a360360ba chore: dependencies updated 2023-03-30 18:44:14 +00:00
Jack Wills b246e8c25a chore: dependencies updated 2023-03-30 17:17:48 +00:00
Jack Wills 8a6ac422d9 docs: changelog 2023-03-30 03:16:15 +00:00
Jack Wills 932644b74f docs: changelog 2023-03-30 03:15:11 +00:00
Jack Wills 58e03a750f chore: dependencies updated 2023-03-30 03:14:46 +00:00
Jack Wills 73ab7580c6 docs: README.md and screenshot updated 2023-03-30 02:58:44 +00:00
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