2c1b2924d4
refactor: move most of the horrible add_module
macro content into proper functions
2022-12-04 23:23:22 +00:00
862c46c7ec
style: run rustfmt
...
d'oh
2022-11-30 22:49:49 +00:00
64f54040ef
refactor: move dynamic_label.rs to dynamic_string.rs and fix failing test
2022-11-30 22:40:53 +00:00
d20972cb32
feat: dynamic tooltips
...
Resolves #36
2022-11-30 22:27:56 +00:00
00f973c3a4
style: run rustfmt
2022-11-28 22:30:32 +00:00
5d153a02fc
feat(custom): ability to embed scripts in labels for dynamic content
...
Fully resolves #34 .
2022-11-28 22:30:31 +00:00
e274ba39cd
refactor(custom): rename exec
to on_click
for consistency
...
BREAKING CHANGE: This changes the option on buttons in the `custom` module. Any uses of the module must be updated to use the new custom widget attribute name.
2022-11-28 22:26:14 +00:00
c9e66d4664
feat: common module options (show_if
, on_click
, tooltip
)
...
The first three of many options that are common to all modules.
Resolves #36 . Resolves partially #34 .
2022-11-28 22:09:18 +00:00
bc625b929b
refactor: clippy & fmt
2022-11-05 17:32:42 +00:00
9f82ba58cd
chore: cleanup println
2022-10-23 17:18:49 +01:00
3750124d8c
feat: new custom module
...
Allows basic modules to be created from a config object, including popup content.
2022-10-23 17:01:35 +01:00