-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make info block visibility configurable #1404
Make info block visibility configurable #1404
Conversation
Peek.2022-12-29.15-59.mp4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor changes are still required. Then, it can be merged.
@@ -88,6 +88,7 @@ public function testList(): void { | |||
'folder' => $folder, | |||
'update_interval' => $interval, | |||
'print_image' => $printImage, | |||
'visibleInfoBlocks' => array(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not sufficient to test it on PHP level. Please add a few test cases in the data provider at line 147.
Signed-off-by: Christian Wolf <git@christianwolf.email>
Signed-off-by: Marcel Robitaille <mail@marcelrobitaille.me>
And connect to UI elements Signed-off-by: Marcel Robitaille <mail@marcelrobitaille.me>
Signed-off-by: Marcel Robitaille <mail@marcelrobitaille.me>
Only refresh the config from the database in a single action in the store Don't update the config in two different places in the settings dialog Signed-off-by: Marcel Robitaille <mail@marcelrobitaille.me>
Signed-off-by: Marcel Robitaille <mail@marcelrobitaille.me>
Signed-off-by: Marcel Robitaille <mail@marcelrobitaille.me>
Signed-off-by: Marcel Robitaille <mail@marcelrobitaille.me>
Signed-off-by: Marcel Robitaille <mail@marcelrobitaille.me>
Signed-off-by: Marcel Robitaille <mail@marcelrobitaille.me>
Signed-off-by: Marcel Robitaille <mail@marcelrobitaille.me>
Signed-off-by: Christian Wolf <git@christianwolf.email>
Signed-off-by: Christian Wolf <git@christianwolf.email>
e5e6efb
to
2684d21
Compare
Signed-off-by: Christian Wolf <git@christianwolf.email>
Fixes #906