feat(reader): adding current Time and Battery to Footer (#3306) (#3402)

* added current time to desktop bar

* added time prototype to footer, needs code cleanup and settings toggle

* fixed settings toggle, added translations and code cleanup

* added battery support and moved Statusbar to own Component

* #3306 added 24 hour clock support

* refactored code styling and getting rid of any type in battery hook

* Add battery info for Tauri Apps

---------

Co-authored-by: Huang Xin <chrox.huang@gmail.com>
This commit is contained in:
scinac
2026-03-03 17:10:13 +01:00
committed by GitHub
parent 0609e828b1
commit 38552a0c2e
44 changed files with 1140 additions and 117 deletions
+1
View File
@@ -55,6 +55,7 @@ tauri-plugin-native-bridge = { path = "./plugins/tauri-plugin-native-bridge" }
tauri-plugin-native-tts = { path = "./plugins/tauri-plugin-native-tts" }
tauri-plugin-websocket = "2"
tauri-plugin-sharekit = "0.3"
tauri-plugin-device-info = "1.0.1"
[target."cfg(target_os = \"macos\")".dependencies]
rand = "0.8"