Changes between Initial Version and Version 2 of Ticket #36529


Ignore:
Timestamp:
Jul 27, 2025, 6:52:16 PM (8 weeks ago)
Author:
Antoliny
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36529

    • Property Owner set to Antoliny
    • Property Status newassigned
  • Ticket #36529 – Description

    initial v2  
    11On 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.
    22
    3 [[Image(Screenshot 2025-07-28 at 8.35.36 AM.png)]]
     3[[Image(changelist_sidebar_mobile.png)]]
    44In 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.
    55This layout can cause inconvenience to users and is something that I believe needs improvement.
     
    77Also, 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.
    88
    9 [[Image(sidebar_new_feature_example.png)]]
     9[[Image(changelist_sidebar_mobile_example.png)]]
    1010
    1111I 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.
Back to Top