Commit Graph

8 Commits

Author SHA1 Message Date
4cadae83b3 Improve comments for cached signal values
Clarify that -1 indicates signal-based refresh is disabled

Co-authored-by: Alexays <13947260+Alexays@users.noreply.github.com>
2026-02-04 08:54:14 +00:00
c34b1b6a19 Fix unhandled JSON exception in signal handlers
Cache signal value during module construction to avoid accessing JSON config
in signal handler context. This prevents crashes when signal field is missing
or not an integer type.

- Custom module: Cache signal_ value in constructor
- Image module: Cache signal_ value in constructor
- Both modules: Use cached value in refresh() method

Co-authored-by: Alexays <13947260+Alexays@users.noreply.github.com>
2026-02-04 08:53:47 +00:00
2b552f7fb6 compat 2025-08-16 15:34:43 -07:00
6a17139423 feat: tooltip for image module 2023-04-21 16:38:21 +08:00
61a6c00c02 Happy clang 2023-03-02 16:57:32 +03:00
e128c48573 image module CSS fix 2023-01-24 14:34:02 -05:00
1938bb5d28 fix: lint 2023-01-04 16:26:50 +01:00
a650c7d90c feat: image module
Module which renders an image onto the bar.
2022-01-16 23:55:13 +00:00