Jack Wills
e8f5cf9c6f
refactor: get_horizotal/vertical contraints into single method
2023-02-27 14:50:04 +00:00
Kian-Meng Ang
a0e2eb38ae
docs: fix typos
...
Found via `typos --format brief`
2023-02-03 10:21:16 +08:00
Jack Wills
b4488e4bdb
refactor: major refactor of internal data handling
...
What started off as an inquisitive look at how the gui drawing blocks get the data they require in order to draw to the screen, ended up as a realisation that it could be achieved in a better manner. Basically just use x.get(y), instead of using x[y] all over the place
2023-01-28 20:44:09 +00:00
Jack Wills
9dcd0509ef
refactor: derive Default for GuiState
2023-01-18 02:01:01 +00:00
Jack Wills
bf9dcac704
chore: Rust 1.66 linting
2022-12-15 16:34:24 +00:00
Jack Wills
a98e8b7260
chore: cargo fmt
2022-10-16 00:00:41 +00:00
Jack Wills
9e9d51559a
feat: use gui_status for various gui states
2022-10-15 00:23:26 +00:00
Jack Wills
90e26c300e
wip: gui_status, should use a hashset?
2022-10-14 21:26:20 +00:00
Jack Wills
59797685df
fix: loading icon color & shifting, closes #15
2022-10-13 02:33:05 +00:00
Jack Wills
62fb224786
refactor: String::from("") > String::new()
2022-10-07 03:04:06 +00:00
Jack Wills
e76878f424
refactor: Impl Copy where able to
2022-10-01 19:57:27 +00:00
Jack Wills
37d8791672
chore: comment typos
2022-09-19 21:59:09 +00:00
Jack Wills
76677316fd
chore: release v0.1.4
2022-09-07 14:53:01 +00:00
Jack Wills
66583e1b03
feat: is_loading use HashSet<Uuid>
...
each set loading function uses a unique uuid, so that the loading animation will always be played, previously would stop on any remove_loading call
2022-09-07 14:33:03 +00:00
Jack Wills
34275b0220
refactor: gui const fn's take self
2022-09-07 13:59:40 +00:00
Jack Wills
bfc9cf9b39
wip: Docker file
2022-09-04 15:49:41 -04:00
Jack Wills
1bd61d4ce8
chore: linting nursery
2022-08-04 13:01:16 +00:00
Jack Wills
1263662bd9
chore: linting pedantic
2022-08-04 12:56:45 +00:00
Jack Wills
4fdef153bf
chore: release v0.1.0
2022-07-23 04:24:11 +00:00
Jack Wills
3dd1c1323b
refactor: dead code removed
2022-07-23 04:22:56 +00:00
Jack Wills
a70d6fa968
refacor: creation & drawing of headers
2022-07-22 20:38:22 +00:00
Jack Wills
96ca208197
wip: header+column widths
2022-07-22 19:38:19 +00:00
Jack Wills
28bf0e603d
refactor: docker functions
2022-04-29 17:03:50 +00:00
Jack Wills
679203cf2d
feat: docker_recv for all docker commands
2022-04-29 16:10:14 +00:00
Jack Wills
b10f927481
feat: show id column
2022-04-29 01:03:06 +00:00
Jack Wills
1017850a6c
feat: refactored centered box to diplay in any of 9 areas
2022-04-28 21:25:27 +00:00
Jack Wills
bb29c0ebfa
fix: cargo fmt added to create_release
2022-04-25 02:53:14 +00:00
Jack Wills
5101f60aaa
init commit
2022-04-25 02:44:39 +00:00