-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
Charts: Force re-render on device orientation change #2706
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
florian-h05
changed the title
Chart page: Force re-render on device orientation change
Charts: Force re-render on device orientation change
Aug 12, 2024
#2178 Bundle Size — 10.79MiB (~+0.01%).a359c06(current) vs 94aa16a main#2176(baseline) Warning Bundle contains 2 duplicate packages – View duplicate packages Bundle metrics
|
Current #2178 |
Baseline #2176 |
|
---|---|---|
Initial JS | 1.89MiB (~-0.01% ) |
1.89MiB |
Initial CSS | 608.01KiB |
608.01KiB |
Cache Invalidation | 17.83% |
24.49% |
Chunks | 226 |
226 |
Assets | 249 |
249 |
Modules | 2907 |
2907 |
Duplicate Modules | 149 |
149 |
Duplicate Code | 1.81% |
1.81% |
Packages | 97 |
97 |
Duplicate Packages | 2 |
2 |
Bundle size by type 1 change
1 regression
Current #2178 |
Baseline #2176 |
|
---|---|---|
JS | 8.97MiB (~+0.01% ) |
8.97MiB |
CSS | 892.57KiB |
892.57KiB |
Fonts | 526.1KiB |
526.1KiB |
Media | 295.6KiB |
295.6KiB |
IMG | 140.74KiB |
140.74KiB |
HTML | 1.24KiB |
1.24KiB |
Other | 871B |
871B |
Bundle analysis report Branch florian-h05:chart-rerender-rotat... Project dashboard
Generated by RelativeCI Documentation Report issue
Signed-off-by: Florian Hotze <[email protected]>
florian-h05
force-pushed
the
chart-rerender-rotate
branch
from
August 12, 2024 12:29
7ad9764
to
a359c06
Compare
florian-h05
added a commit
that referenced
this pull request
Aug 12, 2024
Fixes #2702. Signed-off-by: Florian Hotze <[email protected]> (cherry picked from commit f7f04bf)
florian-h05
added
the
patch
A PR that has been cherry-picked to a patch release branch
label
Aug 12, 2024
florian-h05
added a commit
to florian-h05/openhab-webui
that referenced
this pull request
Aug 12, 2024
Follow-up for openhab#2706. Signed-off-by: Florian Hotze <[email protected]>
florian-h05
added a commit
to florian-h05/openhab-webui
that referenced
this pull request
Aug 13, 2024
Follow-up for openhab#2706. Signed-off-by: Florian Hotze <[email protected]>
florian-h05
added a commit
that referenced
this pull request
Aug 13, 2024
#2710) Follow-up for #2706. Signed-off-by: Florian Hotze <[email protected]>
florian-h05
added a commit
that referenced
this pull request
Aug 13, 2024
#2710) Follow-up for #2706. Signed-off-by: Florian Hotze <[email protected]> (cherry picked from commit f745fa9)
florian-h05
added a commit
to florian-h05/openhab-webui
that referenced
this pull request
Aug 15, 2024
Improves the fixes from openhab#2677, openhab#2511, openhab#2706 and openhab#2710 to only apply on iOS devices. Avoids/Fixes regressions with other platforms such as https://community.openhab.org/t/chart-scrollbar/157828. Known issues: - Charts display in popups on iPads are rendered to large. Signed-off-by: Florian Hotze <[email protected]>
florian-h05
added
regression
bug
Something isn't working
and removed
bug
Something isn't working
regression
labels
Aug 15, 2024
florian-h05
added a commit
that referenced
this pull request
Aug 15, 2024
Improves the fixes from #2677, #2511, #2706 and #2710 to only apply to iOS devices. Avoids/Fixes regressions with other platforms such as https://community.openhab.org/t/chart-scrollbar/157828. Known issues: - Charts display in popups on iPads are rendered to large. Signed-off-by: Florian Hotze <[email protected]>
florian-h05
added a commit
that referenced
this pull request
Aug 15, 2024
Improves the fixes from #2677, #2511, #2706 and #2710 to only apply to iOS devices. Avoids/Fixes regressions with other platforms such as https://community.openhab.org/t/chart-scrollbar/157828. Known issues: - Charts display in popups on iPads are rendered to large. Signed-off-by: Florian Hotze <[email protected]> (cherry picked from commit 17c2119)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #2702.