-
-
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
Make tabbed pages routable #2647
Conversation
This adds the ability to route through tabbed page by their index, i.e. 0 for the first tab and so on. Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
@digitaldan Now that we can navigate the UI when clicking a notification, the UI needs to be able to navigate tabbed pages through routes. This implements this! |
#2095 Bundle Size — 10.67MiB (-0.06%).Warning Bundle contains 2 duplicate packages – View duplicate packages Bundle metrics
|
Current #2095 |
Baseline #2094 |
|
---|---|---|
Initial JS | 1.88MiB (+0.01% ) |
1.88MiB |
Initial CSS | 607.91KiB |
607.91KiB |
Cache Invalidation | 17.82% |
18.26% |
Chunks | 223 |
223 |
Assets | 246 |
246 |
Modules | 2888 (-0.21% ) |
2894 |
Duplicate Modules | 149 |
149 |
Duplicate Code | 1.85% |
1.85% |
Packages | 97 |
97 |
Duplicate Packages | 2 |
2 |
Bundle size by type 1 change
1 improvement
Current #2095 |
Baseline #2094 |
|
---|---|---|
JS | 8.86MiB (-0.08% ) |
8.86MiB |
CSS | 891.55KiB |
891.55KiB |
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:tabbed-pages-routing Project dashboard
Depends on openhab/openhab-webui#2647. Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Docs PR: openhab/openhab-docs#2326 |
Thats excellent! Someone asked about this exact feature when we released the command item, so i know its going to be well received . |
Depends on openhab/openhab-webui#2647. Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
This adds the ability to route through tabbed page by their index, i.e. 0 for the first tab and so on.