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

Thing inbox: Fix "show ignored" checkbox not checkable on small screens #2472

Merged
merged 2 commits into from Mar 13, 2024

Conversation

florian-h05
Copy link
Contributor

@florian-h05 florian-h05 commented Mar 13, 2024

Fixes #2457.

The list index collided with the "show ignored" checkbox and caused it to not be checkable on smaller screens (mobile phones).
As I have found no real fix for this issue (setting z-indizes does not work due to the structure of the page), I created this workaround to switch the checkbox and the label on smaller screens.

Fixes openhab#2457.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
@florian-h05 florian-h05 requested a review from a team as a code owner March 13, 2024 09:26
Copy link

relativeci bot commented Mar 13, 2024

Job #1795: Bundle Size — 11.13MiB (~+0.01%).

f00174f(current) vs 5ec8fc8 main#1794(baseline)

Warning

Bundle contains 19 duplicate packages – View duplicate packages

Bundle metrics  Change 1 change
                 Current
Job #1795
     Baseline
Job #1794
No change  Initial JS 1.84MiB 1.84MiB
No change  Initial CSS 607.88KiB 607.88KiB
Change  Cache Invalidation 17.13% 16.75%
No change  Chunks 220 220
No change  Assets 243 243
No change  Modules 3092 3092
No change  Duplicate Modules 164 164
No change  Duplicate Code 1.75% 1.75%
No change  Packages 151 151
No change  Duplicate Packages 18 18
Bundle size by type  Change 1 change Regression 1 regression
                 Current
Job #1795
     Baseline
Job #1794
Regression  JS 9.32MiB (~+0.01%) 9.31MiB
Not changed  CSS 889.35KiB 889.35KiB
Not changed  Fonts 526.1KiB 526.1KiB
Not changed  Media 295.6KiB 295.6KiB
Not changed  IMG 140.74KiB 140.74KiB
Not changed  HTML 1.24KiB 1.24KiB
Not changed  Other 871B 871B

View job #1795 reportView florian-h05:thing-inbox-show-all branch activityView project dashboard

@florian-h05 florian-h05 added bug Something isn't working main ui Main UI labels Mar 13, 2024
@florian-h05 florian-h05 added this to the 4.2 milestone Mar 13, 2024
@florian-h05 florian-h05 merged commit a1eca7d into openhab:main Mar 13, 2024
6 checks passed
@florian-h05 florian-h05 deleted the thing-inbox-show-all branch March 13, 2024 09:42
florian-h05 added a commit to florian-h05/openhab-webui that referenced this pull request Mar 30, 2024
Follow-up for openhab#2472.

Improve the condition to only show the reversed order where really required.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
florian-h05 added a commit that referenced this pull request Mar 30, 2024
…2512)

Follow-up for #2472.

Improve the condition to only show the reversed order where really
required.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working main ui Main UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Main UI Inbox Show Ignored checkox cannot be checked
1 participant