Commit Graph

10 Commits

Author SHA1 Message Date
Timofey Gelazoniya 2c0e62016b
refactor: reduce CPU usage with Event Loop Proxy events 2024-09-14 22:08:52 +03:00
Timofey Gelazoniya 8577920504
refactor: abstract debug console logic and migrate to parking_lot
- Added dependency parking_lot to Cargo.toml configuration.
- Added a DebugConsole struct to manage and toggle the visibility of a debug console window.
2024-09-10 00:19:15 +03:00
Timofey Gelazoniya 805ba16c2c
refactor: imports 2024-09-06 04:21:29 +03:00
Timofey Gelazoniya d9f92c97f4
revert cpu usage optimizations due some errors
This reverts commits 46af703 and 9866802
2024-09-06 04:18:53 +03:00
Timofey Gelazoniya 42c3278f82
chore: update todo list, add imports
- use std::time::{Duration, Instant} for convenience
2024-09-06 02:50:05 +03:00
Timofey Gelazoniya 46af703f1d
chore: bump version (v0.2.2) 2024-09-06 02:36:33 +03:00
Timofey Gelazoniya 9866802f91
refactor: reduce CPU usage 2024-09-06 02:32:16 +03:00
Timofey Gelazoniya 0a4c10de34
refactor: improve tray icon/menu implementation. 2024-09-06 02:06:53 +03:00
Timofey Gelazoniya 559b0e843c
feat: add console window toggling 2024-09-06 01:55:10 +03:00
Timofey Gelazoniya 75b70514e1
feature: tray applet 2024-09-04 01:46:04 +03:00