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

Page view: Fix title sometimes not centered & Fix Vue warn #3024

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

florian-h05
Copy link
Contributor

@florian-h05 florian-h05 commented Jan 16, 2025

Fixes an issue, where the page title was not centered sometimes due to a rendering issue (race condition?) in Framework7.

Fixes the following Vue warning:

 Avoid adding reactive properties to a Vue instance or its root $data at runtime - declare it upfront in the data option.

Fixes an issue, where the page title was not centered sometimes due to a rendering issue (race condition?) in Framework7.
Fixes the following Vue warning:

```
 Avoid adding reactive properties to a Vue instance or its root $data at runtime - declare it upfront in the data option.
 ```

Signed-off-by: Florian Hotze <dev@florianhotze.com>
@florian-h05 florian-h05 requested a review from ghys as a code owner January 16, 2025 17:45
@florian-h05 florian-h05 added bug Something isn't working main ui Main UI labels Jan 16, 2025
@florian-h05 florian-h05 added this to the 5.0 milestone Jan 16, 2025
Copy link

relativeci bot commented Jan 16, 2025

#2724 Bundle Size — 10.98MiB (~+0.01%).

6244156(current) vs cd09e52 main#2723(baseline)

Warning

Bundle contains 2 duplicate packages – View duplicate packages

Bundle metrics  Change 2 changes Regression 1 regression
                 Current
#2724
     Baseline
#2723
Regression  Initial JS 1.9MiB(+0.01%) 1.9MiB
No change  Initial CSS 577.21KiB 577.21KiB
Change  Cache Invalidation 17.32% 17.38%
No change  Chunks 227 227
No change  Assets 250 250
No change  Modules 2951 2951
No change  Duplicate Modules 154 154
No change  Duplicate Code 1.8% 1.8%
No change  Packages 98 98
No change  Duplicate Packages 2 2
Bundle size by type  Change 1 change Regression 1 regression
                 Current
#2724
     Baseline
#2723
Regression  JS 9.19MiB (~+0.01%) 9.19MiB
No change  CSS 867.25KiB 867.25KiB
No change  Fonts 526.1KiB 526.1KiB
No change  Media 295.6KiB 295.6KiB
No change  IMG 140.74KiB 140.74KiB
No change  HTML 1.38KiB 1.38KiB
No change  Other 871B 871B

Bundle analysis reportBranch florian-h05:page-title-not-cente...Project dashboard


Generated by RelativeCIDocumentationReport issue

@florian-h05 florian-h05 merged commit a1ffc6c into openhab:main Jan 16, 2025
5 checks passed
@florian-h05 florian-h05 deleted the page-title-not-centered branch January 16, 2025 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working main ui Main UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant