-
-
Notifications
You must be signed in to change notification settings - Fork 242
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
Rule/script/scene edit: Update tag input & Refactoring #2083
Conversation
521c708
to
ed88ed6
Compare
Closes #2086 - Adds Non-semantic tags to Items list (e.g. /settings/items/) consistently with similar list of Rules / Scripts / Pages. - Extends `getItemTypeAndMetaLabel` with relatesTo part of Semantic classification and moves it to a mixin. - Fixes incorrect calculation of vue virtual box height on Items list. - Replaces custom tag input with accordion tag input (inspired by #2078) and show number of tags (inspired by #2083). - Moves the custom tag input to `item-form.vue`, so it is available also in Model view, when creating Item from Thing etc. Also-by: Florian Hotze <[email protected]> Signed-off-by: David Kesl <[email protected]>
3fef6a9
to
f1da3a2
Compare
I guess that Jenkins is failing because of a dependency mismatch between openHAB core and this branch. I will rebase so that #2098 is available in the PR branch. |
f1da3a2
to
f2cb252
Compare
Job #1290: Bundle Size — 15.81MiB (+0.29%).Important Bundle introduced 1 and removed 1 duplicate package – View changed duplicate packages Warning Bundle introduced 13 new packages: @jsep-plugin/regex, @jsep-plugin/arrow, @jsep-plugin/object and 10 more – View changed packages Bundle metrics
Bundle size by type
View job #1290 report View florian-h05:rule-scene-edit branch activity |
@ghys Can you please have a look at this PR? |
Signed-off-by: Florian Hotze <[email protected]>
…al-settings.vue Signed-off-by: Florian Hotze <[email protected]>
Signed-off-by: Florian Hotze <[email protected]>
Signed-off-by: Florian Hotze <[email protected]>
Signed-off-by: Florian Hotze <[email protected]>
f2cb252
to
7c489d7
Compare
Sorry for not having reviewed it - you were right to merge, it's a good addition 👍 |
rule-edit-mixin.js
).