HumanSignal / HumanSignal/label-studio
Label Studio is not responsive, not Mobile Friendly, especially the labeling sidepanel editor, how can i use it in mobile and label data,
- Dominant language
- TypeScript
- Stars
- 28.3k
- Forks
- 3.7k
- Avg merge
- 14h
- Merged PRs (30d)
- 15
Description
Labeling Panel Not Mobile-Friendly
The labeling interface and side panels are not responsive, making it difficult to use on smaller screens.
Does anyone know how to make it responsive for mobile, its basically the issue of labeling sidepanel resizer, which is not responsive
Side Panel Resizer Too Restrictive
The side panel's resizer enforces hard min/max width limits, preventing full flexibility for resizing — especially problematic on mobile or when needing full-width views.
Resizer Class Names are Dynamically Generated
Makes it hard to locate or override resizer behavior via static CSS or class name search (e.g., lsf-resizer__handle_quickview is generated via BEM).
Resizer Behavior Controlled via Props Across Components
The current resizer logic depends on props like minWidth and maxWidth, leading to inconsistent behavior across the app depending on where it’s used.
Contributor guide
Assessment
This issue has not been assessed yet.