-
Notifications
You must be signed in to change notification settings - Fork 400
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
UI: Masonry layout for widgets #2845
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #2845 +/- ##
=============================================
+ Coverage 56.11% 56.65% +0.54%
- Complexity 8545 8919 +374
=============================================
Files 2140 2167 +27
Lines 90538 91964 +1426
Branches 6717 6831 +114
=============================================
+ Hits 50795 52089 +1294
- Misses 37985 38000 +15
- Partials 1758 1875 +117 |
@lukasrgr |
Just a little Information for you @da-Kai - I tried this and it basically scrumbled up sometimes all Widgets as they got rendered too slow because of the slower Channel Population of some Components - either we need to increase the Timeout here: or find another solution for it i guess ? :) Edit: The CSS does not get applied correctly if the Container is getting bigger after Channel Population. This leads to Overlapping Cards for example. I also got it from time to Time, that the Cards were just above each other on the top left upper corner, where nothing could be seen anymore. JFYI Greetings ! |
Aktuell
Masonry Layout