Skip to content

[MainUI] Semantics picker #3178

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

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Conversation

mherwege
Copy link
Contributor

@mherwege mherwege commented May 1, 2025

This PR changes the semantics picker to use a treeview.

This treeview is inherited from #3165 and enhanced (and this PR does include all changes from this previous PR as well). It therefore also introduces some enhancements in the semantic treeview maintenance.

The semantics treeview presents a searchable treeview of the semantic classes/properties, limited to what is relevant in the context. When used as a picker, radio buttons are used for picking. It has filter and expand capabilities, options to show the semantic name and synonyms and tooltips showing the semantic descriptions if available.

This PR can be review after #3165 (in which case I will rebase this one when done), or can be reviewed completely to cover both semantics maintenance and semantics picker. If this is the preference, I will rename this PR and close the previous one. @florian-h05 Please advise.

@jimtng @andrewfg @lolodomo FYI

SemanticsPicker

Closes #3211

@mherwege mherwege requested review from ghys and florian-h05 as code owners May 1, 2025 16:29
Copy link

relativeci bot commented May 1, 2025

#3218 Bundle Size — 11.32MiB (+0.39%).

395c0a4(current) vs 0d52054 main#3209(baseline)

Warning

Bundle contains 2 duplicate packages – View duplicate packages

Bundle metrics  Change 7 changes Regression 2 regressions
                 Current
#3218
     Baseline
#3209
Regression  Initial JS 2.01MiB(+0.03%) 2.01MiB
No change  Initial CSS 577.53KiB 577.53KiB
Change  Cache Invalidation 19.12% 17.89%
Change  Chunks 253(+0.8%) 251
Change  Assets 276(+0.73%) 274
Change  Modules 3019(+0.84%) 2994
Regression  Duplicate Modules 157(+6.08%) 148
Change  Duplicate Code 1.73%(+2.37%) 1.69%
No change  Packages 97 97
No change  Duplicate Packages 2 2
Bundle size by type  Change 2 changes Regression 2 regressions
                 Current
#3218
     Baseline
#3209
Regression  JS 9.53MiB (+0.43%) 9.49MiB
Regression  CSS 873.4KiB (+0.28%) 871KiB
No change  Fonts 526.1KiB 526.1KiB
No change  Media 295.6KiB 295.6KiB
No change  IMG 140.74KiB 140.74KiB
No change  HTML 1.38KiB 1.38KiB
No change  Other 871B 871B

Bundle analysis reportBranch mherwege:semantics_pickerProject dashboard


Generated by RelativeCIDocumentationReport issue

@jimtng
Copy link
Contributor

jimtng commented May 1, 2025

Beautiful!

@mherwege mherwege changed the title Semantics picker [MainUI] Semantics picker May 1, 2025
@florian-h05 florian-h05 added main ui Main UI enhancement New feature or request awaiting other PR Depends on another PR labels May 16, 2025
mherwege added 12 commits June 19, 2025 08:33
Signed-off-by: Mark Herwege <[email protected]>
Signed-off-by: Mark Herwege <[email protected]>
Signed-off-by: Mark Herwege <[email protected]>
Signed-off-by: Mark Herwege <[email protected]>
Signed-off-by: Mark Herwege <[email protected]>
Signed-off-by: Mark Herwege <[email protected]>
Signed-off-by: Mark Herwege <[email protected]>
Signed-off-by: Mark Herwege <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting other PR Depends on another PR enhancement New feature or request main ui Main UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Terminology alignment semantic information in Item status and edit screen.
3 participants