Changes between Initial Version and Version 2 of Ticket #36529
- Timestamp:
- Jul 27, 2025, 6:52:16 PM (8 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36529
- Property Owner set to
- Property Status new → assigned
-
Ticket #36529 – Description
initial v2 1 1 On the current changelist page, the model selection sidebar is set to `display: none` on mobile screen sizes, so it is not visible. In contrast, the filter sidebar is displayed at the bottom of the changelist. 2 2 3 [[Image( Screenshot 2025-07-28 at 8.35.36 AM.png)]]3 [[Image(changelist_sidebar_mobile.png)]] 4 4 In the above image, it's fine because the table has only one row. However, if the table contains multiple rows, it may be difficult to access the filter. 5 5 This layout can cause inconvenience to users and is something that I believe needs improvement. … … 7 7 Also, I think it would be better if the model selection sidebar is available on mobile screens as well. Not providing certain features depending on the screen size can also cause inconvenience to users. 8 8 9 [[Image( sidebar_new_feature_example.png)]]9 [[Image(changelist_sidebar_mobile_example.png)]] 10 10 11 11 I think it would be good to add a button like the one above for the side panel, and have the side panel appear when that button is clicked.