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

Fix issue #78, custom images not working in list view. #85

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AdoreJc
Copy link

@AdoreJc AdoreJc commented Oct 1, 2024

Fix issue #78, custom images not working in list view.
Added method customizeGroupingCards(c = null) to customize cards in list view.
In method checkDashboardReady() listen to node with id #dashboard-planner and find class .planner-grouping.
Using MutationObserver to check when new .planner-grouping nodes add to document and call customizeGroupingCards(c = null) to enable changes.
Add rule .Grouping-styles__overlay{opacity: 0!important;} in disable_color_overlay to enable the color overlay function in list view.
Screenshot 2024-09-30 at 20 19 35

@ksucpea
Copy link
Owner

ksucpea commented Oct 4, 2024

Thanks! I'll try taking a look at this more in depth when I get a chance. I'm pretty busy right now with exams.

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