Skip to content

Mobile, Adaptive & Hamburger Button to show/hide SideBar - #107

Open
Terabuck wants to merge 2 commits into
orthanc-server:masterfrom
Terabuck:master-mobile
Open

Mobile, Adaptive & Hamburger Button to show/hide SideBar#107
Terabuck wants to merge 2 commits into
orthanc-server:masterfrom
Terabuck:master-mobile

Conversation

@Terabuck

Copy link
Copy Markdown
Contributor

Mobile responsiveness and layout adjustments

Overview
This update focuses on improving the experience for users on mobile devices. It introduces an adaptive layout to help Orthanc Explorer 2 remain usable across various screen sizes, particularly in portrait and landscape mobile views.

Key Changes
Navigation Adjustments: Added a basic off-canvas sidebar and hamburger menu, intended to save screen space on smaller displays.

Study View Refinements: Updated StudyItem.vue and StudyList.vue to transition between card-based and list layouts in order to make information easier to read on mobile screens .

Style Cleanup: Centralized some design tokens in Common.css to make future responsive tweaks easier to manage.

Framework & Localization: Synchronized components with Orthanc version 1.12.11 and added the latest Spanish translation strings for the new UI elements.

Adaptive Transitions: The layout now tries to transition more smoothly between mobile, tablet, and desktop widths.

@amazy

amazy commented Apr 23, 2026

Copy link
Copy Markdown
Member

FYI, I have created a branch in this repo to integrate the PR and finish the work: https://github.com/orthanc-server/orthanc-explorer-2/commits/pr-107/

However, I don't know when I will complete it. We are quite reluctant to integrate this since we have never received many requests for a mobile version and this will add a lot of maintenance work since, for every change in the study list UI, this multiplies the QA work by 3

Identified work so far that are blocking the integration:

  • need to support any size of screen (ex: 920x940)
  • need to support light and dark mode
  • avoid scrollbars in portrait mode (although they only appear on 'desktop' when the size width is < 760. It is still better than the current layout)

@Terabuck

Terabuck commented Apr 24, 2026 via email

Copy link
Copy Markdown
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants