Commit Graph

999 Commits

Author SHA1 Message Date
Jack Wills 997eebca20 fix: github workflow update 2025-02-24 14:16:57 +00:00
Jack Wills 82c2de547e chore: merge main into dev 2025-02-23 15:10:09 +00:00
Jack Wills 225c64d849 chore: merge release-v0.10.0 into main 2025-02-23 15:10:03 +00:00
Jack Wills c4c0ae218a chore: release v0.10.0 2025-02-23 15:10:02 +00:00
Jack Wills f774948076 docs: changelog 2025-02-23 14:45:12 +00:00
Jack Wills 0f005719bf docs: changelog 2025-02-23 14:44:55 +00:00
Jack Wills 8fc845415d docs: typo 2025-02-23 14:25:29 +00:00
Jack Wills a1f31c6c88 fix: update_redraw on delete container change 2025-02-23 14:24:04 +00:00
Jack Wills bb4eec2b5e refactor: headers::draw() 2025-02-23 13:14:22 +00:00
Jack Wills 6ea4ba86bd docs: comment improved 2025-02-23 12:56:01 +00:00
Jack Wills 6d5a1e1b10 docs: changelog 2025-02-23 09:32:10 +00:00
Jack Wills 27811934ca refactor: dead code removed 2025-02-23 09:24:39 +00:00
Jack Wills b0c276fc08 docs: changelog 2025-02-22 13:50:11 +00:00
Jack Wills 1ed2b71b1a chore: create_release.sh updated 2025-02-22 13:47:39 +00:00
Jack Wills 9194c77342 chore: create_release.sh updated 2025-02-22 12:43:03 +00:00
Jack Wills fabf29a5d5 docs: readme.me updated 2025-02-22 09:23:47 +00:00
Jack Wills e9e033cc89 docs: readme.md 2025-02-21 22:57:37 +00:00
Jack Wills 6025a7644f docs: changelog 2025-02-21 22:55:11 +00:00
Jack Wills 1394da9033 docs: changelog 2025-02-21 22:54:52 +00:00
Jack Wills 0655383fc5 Merge branch 'feat/edition' into dev 2025-02-21 22:45:18 +00:00
Jack Wills 7e4a960b88 feat: update Rust edition to 2024 2025-02-21 22:45:06 +00:00
Jack Wills e5f355a192 chore: dependencies updated 2025-02-21 22:31:58 +00:00
Jack Wills f90e831239 feat: filter panel colors 2025-02-21 22:00:12 +00:00
Jack Wills 893e6fcef4 Merge branch 'fix/renderer' into dev 2025-02-21 18:04:27 +00:00
Jack Wills bfc295c50e fix: Only re-draw the screen if data/layout has changed 2025-02-21 16:40:34 +00:00
Jack Wills 53625e67cb fix: reduce render execution in the err loop 2025-02-21 11:41:26 +00:00
Jack Wills cef62b38aa chore: Rust 1.85.0 linting 2025-02-21 11:17:28 +00:00
Jack Wills 17a5e7a258 feat: set log timezone, closes #56
Implement a CLI arg, and config file setting, for changing the timezone of the Docker logs timestamp
2025-02-21 11:03:19 +00:00
Jack Wills 8305e6fda6 Merge branch 'dev' of https://github.com/mrjackwills/oxker into dev 2025-02-16 12:54:51 +00:00
Jack Wills f4d54e1ba8 feat: config file, closes #47
Enable use of a config file, with custom keymap and custom colours
2025-02-16 12:54:35 +00:00
Jack Wills 8fd95b7fd1 feat: config file, cloes #47
Enable use of a config file, with custom keymap and custom colours
2025-02-16 12:53:54 +00:00
Jack Wills 4539d8ad07 chore: dependencies updated 2025-02-06 11:49:30 +00:00
Jack Wills 5c8e76e7bb chore: .devcontainer dependencies updated 2025-01-31 10:52:05 +00:00
Jack Wills 2354b0b9be chore: example docker-compose.yml updated 2025-01-31 10:46:52 +00:00
Jack Wills 6aee618113 chore: dependencies updated 2025-01-31 10:46:38 +00:00
Jack Wills 64d1bdf2bf chore: dependencies updated 2025-01-09 16:44:22 +00:00
Jack Wills 3065265e26 chore: Rust 1.84 linting 2025-01-09 16:40:17 +00:00
Jack Wills bc47e2f6e5 chore: merge main into dev 2024-12-05 20:46:33 +00:00
Jack Wills 43d6a4e4b3 chore: merge release-v0.9.0 into main 2024-12-05 20:46:28 +00:00
Jack Wills 894d8d823d chore: release v0.9.0 2024-12-05 20:46:26 +00:00
Jack Wills 08b1e34054 fix: cargo fmt 2024-12-05 20:14:11 +00:00
Jack Wills e40e0a9569 docs: changelog 2024-12-05 17:49:04 +00:00
Jack Wills caf23be4a7 refactor: dead code removed 2024-12-05 17:48:24 +00:00
Jack Wills 9c4f891038 refactor: input_handler
use a mouse_point variable
2024-12-05 17:45:44 +00:00
Jack Wills de76bc2293 refactor: draw_block
make TX & RX color consts,
refactor filter_by_spans
2024-12-05 17:45:16 +00:00
Jack Wills a98624d8ac docs: changelog 2024-12-05 15:37:48 +00:00
Jack Wills d4906d33c2 fix: DockerData spawns insertion error.
Previously incorrectly checking spawn entry in the hashmap, now use VacantEntry matching before spawning a tokio thread
2024-12-05 15:25:16 +00:00
Jack Wills 6434791936 docs: changelog 2024-12-05 13:35:12 +00:00
Jack Wills 69f6c96b70 refactor: remove input_poll_rate from Ui, instead use const POLL_RATE 2024-12-04 22:24:46 +00:00
Jack Wills 35aec5060f refactor: pass &FrameDate into draw_frame() 2024-12-04 21:28:10 +00:00