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

Tabbed Page: Support Iconify and openHAB icons for tabs #3044

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

Conversation

jimtng
Copy link
Contributor

@jimtng jimtng commented Jan 29, 2025

Resolve #2937

image

With badge:
image

image
config:
  label: tabbed test
  sidebar: true
tabs:
  - component: oh-tab
    config:
      badgeColor: green
      icon: if:f7:archivebox-fill
      page: page:photos
      title: Iconify XXXXXXXXXX
    slots:
      default: []
  - component: oh-tab
    config:
      icon: f7:archivebox_fill
      page: page:photos
      title: F7 XXXXXXXXXX
    slots:
      default: []
  - component: oh-tab
    config:
      badgeColor: blue
      icon: oh:siren
      page: page:home
      title: OH Icon
    slots:
      default: []

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
Copy link

relativeci bot commented Jan 29, 2025

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

ddf2bd3(current) vs 95844d2 main#2743(baseline)

Warning

Bundle contains 2 duplicate packages – View duplicate packages

Bundle metrics  Change 3 changes Regression 2 regressions
                 Current
#2754
     Baseline
#2743
Regression  Initial JS 1.9MiB(+0.02%) 1.9MiB
Regression  Initial CSS 577.25KiB(~+0.01%) 577.21KiB
Change  Cache Invalidation 22.7% 17.51%
No change  Chunks 227 227
No change  Assets 250 250
No change  Modules 2952 2952
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 7 changes Regression 7 regressions
                 Current
#2754
     Baseline
#2743
Regression  JS 9.19MiB (+100%) undefined
Regression  CSS 867.37KiB (+100%) undefined
Regression  Fonts 526.1KiB (+100%) undefined
Regression  Media 295.6KiB (+100%) undefined
Regression  IMG 140.74KiB (+100%) undefined
Regression  HTML 1.38KiB (+100%) undefined
Regression  Other 871B (+100%) undefined

Bundle analysis reportBranch jimtng:tab-iconsProject dashboard


Generated by RelativeCIDocumentationReport issue

@florian-h05 florian-h05 added enhancement New feature or request main ui Main UI labels Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request main ui Main UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

More icon sets for tabbed pages
2 participants