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 meta tag apple-mobile-web-app-capable deprecation warning #2783

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

florian-h05
Copy link
Contributor

Chromium issued the following deprecation warning:

<meta name="apple-mobile-web-app-capable" content="yes"> is deprecated. Please include <meta name="mobile-web-app-capable" content="yes">

Chromium issued the following deprecation warning:

```
<meta name="apple-mobile-web-app-capable" content="yes"> is deprecated. Please include <meta name="mobile-web-app-capable" content="yes">
```

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
@florian-h05 florian-h05 marked this pull request as ready for review October 1, 2024 16:07
@florian-h05 florian-h05 requested a review from ghys as a code owner October 1, 2024 16:07
@florian-h05 florian-h05 added this to the 4.3 milestone Oct 1, 2024
@florian-h05 florian-h05 added the main ui Main UI label Oct 1, 2024
@florian-h05 florian-h05 changed the title Fix meta tag deprecation warning Fix meta tag apple-mobile-web-app-capable deprecation warning Oct 1, 2024
Copy link

relativeci bot commented Oct 1, 2024

#2317 Bundle Size — 10.83MiB (~-0.01%).

512ad77(current) vs 937e1ef main#2316(baseline)

Warning

Bundle contains 2 duplicate packages – View duplicate packages

Bundle metrics  Change 1 change
                 Current
#2317
     Baseline
#2316
No change  Initial JS 1.89MiB 1.89MiB
No change  Initial CSS 576.57KiB 576.57KiB
Change  Cache Invalidation 0.01% 0%
No change  Chunks 226 226
No change  Assets 249 249
No change  Modules 2917 2917
No change  Duplicate Modules 149 149
No change  Duplicate Code 1.8% 1.8%
No change  Packages 96 96
No change  Duplicate Packages 2 2
Bundle size by type  Change 1 change Improvement 1 improvement
                 Current
#2317
     Baseline
#2316
No change  JS 9.04MiB 9.04MiB
No change  CSS 863.34KiB 863.34KiB
No change  Fonts 526.1KiB 526.1KiB
No change  Media 295.6KiB 295.6KiB
No change  IMG 140.74KiB 140.74KiB
Improvement  HTML 1.38KiB (-0.42%) 1.39KiB
No change  Other 871B 871B

Bundle analysis reportBranch florian-h05:meta-depr-warnProject dashboard


Generated by RelativeCIDocumentationReport issue

@florian-h05 florian-h05 merged commit e272807 into openhab:main Oct 1, 2024
8 checks passed
@florian-h05 florian-h05 deleted the meta-depr-warn branch October 1, 2024 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
main ui Main UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant