Skip to content
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 earnings list month entries collapseable and change default of it for newly added widget #4030

Conversation

kimmerin
Copy link
Contributor

Hi,

this change is a first step in the redesign of the earnings list widget as discussed in #4010. It makes month-entries "clickable" and leads to the collapse and expanse of the entries. This allows the widget to take up less space. I've also added a new configuration entry to control the default behavior (collapse all, expand current month, expand all). The deault behavior of newly added widget is "expand current month" that I regard as a useful default. If a widget has been added already, the previous "default" "expand all" is used.

kimmerin added 3 commits May 12, 2024 22:07
("all", "none", "current month"). If a new widget is added, "current
month" is used as default, if the widget is "loaded" from a file
pre-configuration, "all" is used as default to keep the old behavior to
prevent existing dashboard designs to break
buchen pushed a commit that referenced this pull request May 25, 2024
Added the configuration of how many months should be shown with details
("all", "none", "current month").

Issue: #4030
Signed-off-by: Lothar Kimmeringer <[email protected]>
[removed isNewWidget property; removed duplicated message labels;
use adapter for mouse listener, rebased to master]
Signed-off-by: Andreas Buchen <[email protected]>
buchen added a commit that referenced this pull request May 25, 2024
Used for the earnings list widget: If a new widget is added, "current
month" is used as default, if the widget is "loaded" from a file
pre-configuration, "all" is used as default to keep the old behavior to
prevent existing dashboard designs to break

Issue: #4030
Co-authored-by: Lothar Kimmeringer <[email protected]>
Co-authored-by: Andreas Buchen <[email protected]>
@buchen
Copy link
Member

buchen commented May 25, 2024

I have adapted the pull request according to the comments and merged it. Thanks.

@buchen buchen closed this May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants