-
-
Notifications
You must be signed in to change notification settings - Fork 240
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
[MainUI] Expose UI command handling to native wrappers #2622
Conversation
Signed-off-by: Dan Cunningham <dan@digitaldan.com>
#2038 Bundle Size — 10.64MiB (~+0.01%).Warning Bundle contains 2 duplicate packages – View duplicate packages Bundle metrics
|
Current #2038 |
Baseline #2035 |
|
---|---|---|
Initial JS | 1.87MiB (~+0.01% ) |
1.87MiB |
Initial CSS | 607.91KiB |
607.91KiB |
Cache Invalidation | 23.15% |
18.26% |
Chunks | 223 |
223 |
Assets | 246 |
246 |
Modules | 2888 |
2888 |
Duplicate Modules | 149 |
149 |
Duplicate Code | 1.85% |
1.85% |
Packages | 97 |
97 |
Duplicate Packages | 2 |
2 |
Bundle size by type 1 change
1 regression
Current #2038 |
Baseline #2035 |
|
---|---|---|
JS | 8.83MiB (~+0.01% ) |
8.83MiB |
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 digitaldan:native-navigation Project dashboard
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, just two minor comments:
Co-authored-by: Florian Hotze <florianh_dev@icloud.com> Signed-off-by: Dan Cunningham <dan@digitaldan.com>
Signed-off-by: Dan Cunningham <dan@digitaldan.com>
Thank @florian-h05 , i actually now tested i didn't break anything ;-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine! Just one minor comment:
Signed-off-by: Dan Cunningham <dan@digitaldan.com>
Signed-off-by: Dan Cunningham <dan@digitaldan.com>
yikes, i'm having a rough go with this, and with small changes to boot. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM now, thanks!
No worries wrt to the trouble, there is a reason we are four eyes and not only two 😉
This exposes the command item logic to native wrappers, like our IOS and Android clients, so they can control navigation of the app when receiving push notifications.
See openhab/openhab-android#3193