Jack Wills
ff839af4ef
tests: test_draw_blocks_help() with esc text
2024-05-07 18:14:09 +00:00
Jack Wills
7f2f7c34a1
feat: "esc" key function in help box
2024-05-02 13:57:02 +00:00
Jack Wills
93d857eb04
chore: Rust 1.78.0 linting
2024-05-02 13:38:37 +00:00
Jack Wills
97c7a4ccfb
Merge branch 'JCQuintas-close-dialogs-with-esc' into dev
2024-04-20 12:24:58 +00:00
Jose Quintas
0e4c3ceab9
Allow closing dialogs with Escape
2024-04-19 19:30:57 +02:00
Jack Wills
bf33776e9a
refactor: impl AsyncTTY
...
move methods inside of AsyncTTY
2024-04-17 21:14:28 +00:00
Jack Wills
aa09474053
tests: reduced header section test
2024-04-17 15:19:11 +00:00
Jack Wills
4628803b2b
fix: header display when width changes
...
Only show header when the cumulative header widths is less than the header section width
2024-04-17 15:10:33 +00:00
Jack Wills
0631a73ec2
feat: use tokio CancellationToken
...
In docker exec mode, replace use of Arc<AtomicBool> with a CancellationToken
2024-04-17 11:25:39 +00:00
Jack Wills
dfd4948d9c
chore: Rust 1.77 linting
2024-03-30 15:24:45 +00:00
Jack Wills
867edbecb9
chore: release v0.6.1
2024-02-14 14:39:42 +00:00
Jack Wills
e7845ae6f0
docs: typos
2024-02-14 14:24:48 +00:00
Jack Wills
1f62bb5021
refactor: use &[T] instead of &Vec<T>
2024-02-14 14:21:28 +00:00
Jack Wills
d469d71652
revert: debugging code removed
2024-02-14 14:19:45 +00:00
Jack Wills
f74ae3f5c3
tests: update port test with new colour
2024-02-14 10:25:32 +00:00
Jack Wills
d3b23585b3
fix: ports all listed in white
2024-02-14 09:42:31 +00:00
Jack Wills
6202b7bbfd
fix: use long container name in delete popup
2024-02-14 09:33:37 +00:00
Jack Wills
a182d40a74
fix: memory display, closes #33
...
Memory usage calculation now uses correct methodology
2024-02-12 17:40:28 +00:00
Jack Wills
10180d2e08
chore: update dependencies
...
Some breaking changes in ratatui, should now all have been addressed
2024-02-12 16:20:02 +00:00
Jack Wills
76cd08ab2f
refactor: return &[T] instead of &Vec<T>
2024-02-05 22:30:30 +00:00
Jack Wills
d33dce3eec
chore: update to ratatui v0.26.0
2024-02-05 22:11:49 +00:00
Jack Wills
5b28741631
test: color match tests updated
2024-02-05 14:50:50 +00:00
Jack Wills
0436ff1b73
refactor: draw_block constaints into consts
2024-01-23 21:43:06 +00:00
Jack Wills
7a096a65c4
fix: ports display tweak, plus test
2024-01-18 18:48:33 +00:00
Jack Wills
65a1afcb06
feat: Added ports section, closes #21
2024-01-18 14:30:54 +00:00
Jack Wills
9aab99dbf0
docs: changelog
2024-01-17 16:15:09 +00:00
Jack Wills
53543a1b72
tests: gui tests
2024-01-16 10:38:22 +00:00
Jack Wills
8e9243d884
test: terminal wip
2024-01-14 00:31:38 +00:00
Jack Wills
a68794f78d
wip: terminal tests
2024-01-14 00:22:26 +00:00
Jack Wills
a34c046dee
fix: is_oxker_in_container()
...
Check is both is_oxker and running in a container, so that oxker container commands will only be ignored if both are true
2024-01-13 23:01:22 +00:00
Jack Wills
b9df4e446a
tests: AppData tests
2024-01-13 22:51:42 +00:00
Jack Wills
40ddcb727d
fix: header arrow on left
2024-01-06 22:32:09 +00:00
Jack Wills
27cf53e41f
refactor: rename string_wrapper > unit_struct
2024-01-06 22:05:16 +00:00
Jack Wills
a722731c6a
refactor: string_wrapper .get() return &str
2024-01-05 14:14:55 +00:00
Jack Wills
4301e4709f
fix: Docker Commands hidden
...
When only one container running, mistakingly hid the Docker Commands section
2024-01-05 13:16:20 +00:00
Jack Wills
e936bb4b78
feat: re-arrange columns + ContainerName + ContainerImage, closes #32
...
Have container name as first column.
Wrap name and image using the StringWrapper macro, so that can have a custom fmt::Display, which will only show the firs 29 chars of both the name and image name
2024-01-05 13:16:06 +00:00
Jack Wills
ccf8b55a74
refactor: sort_containers
2024-01-02 19:02:36 +00:00
Jack Wills
0890991ff1
chore: dependencies updated
2023-12-31 00:09:58 +00:00
Jack Wills
81be75f27f
chore: Rust 1.75.0 linting
2023-12-31 00:06:16 +00:00
Jack Wills
0ad1ec9d85
docs: comment typo
2023-12-15 18:56:57 +00:00
Jack Wills
bd7df7983d
chore: release v0.4.0
2023-11-20 17:10:25 +00:00
Jack Wills
9e83d48641
fix: typo
2023-11-20 15:24:35 +00:00
Jack Wills
39943645c7
style: UI text changes
2023-11-20 14:19:05 +00:00
Jack Wills
5ef24b840b
fix: Help menu added missing keys
2023-11-20 12:46:15 +00:00
Jack Wills
b608432865
refactor: variable names updated
2023-11-20 10:27:54 +00:00
Jack Wills
56dba91e9a
refactor: variable name changes
2023-11-19 23:03:41 +00:00
Jack Wills
cd1da2ad96
fix: State ordering use .order()
2023-11-19 22:52:43 +00:00
Jack Wills
d200d13c26
refactor: dead code removed
2023-11-19 22:48:49 +00:00
Jack Wills
2de76e2f35
chore: lints moved from main.rs to Cargo.toml
2023-11-19 22:48:40 +00:00
Jack Wills
a15da5ed43
feat: export logs feature, closes #1
...
Save logs to a file.
`--logs-dir` cli arg to change from the default location.
Refactor of input_handler
2023-11-19 22:25:28 +00:00