mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
[PR #1184] [MERGED] fix(mobile): make label edit popup fully scrollable and keep Delete button visible at the bottom on all devices #1217
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/plankanban/planka/pull/1184
Author: @symonbaikov
Created: 6/7/2025
Status: ✅ Merged
Merged: 6/7/2025
Merged by: @meltyshev
Base:
master← Head:fix/mobile-label-popup-scroll📝 Commits (3)
e822372feat(api): add endpoint to fetch all assigned cards with related data2813cabfix(mobile): make label edit popup fully scrollable and keep Delete button visible at the bottom on all devices\n\nCloses #1183\n\n- Popup content is now flexbox-based and scrollable on all mobile sizes\n- Delete and Save buttons are aligned on the same row and always visible\n- Removed absolute positioning from Delete button for correct flex behavior\n- Improved mobile usability when keyboard is open\n\nBefore: On mobile, the label edit popup content could be hidden by the keyboard, and the Delete button floated or overlapped.\nAfter: Popup content scrolls, input is always accessible, and Delete button stays at the bottom right next to Save. UX is consistent on all mobile devices.cee11f6fix: Responsive color buttons, cleanup📊 Changes
6 files changed (+44 additions, -42 deletions)
View changed files
📝
client/src/components/labels/LabelsStep/AddStep.jsx(+1 -3)➖
client/src/components/labels/LabelsStep/AddStep.module.scss(+0 -10)📝
client/src/components/labels/LabelsStep/EditStep.jsx(+9 -6)📝
client/src/components/labels/LabelsStep/EditStep.module.scss(+7 -7)📝
client/src/components/labels/LabelsStep/Editor.module.scss(+26 -15)📝
client/src/lib/popup/Popup.module.css(+1 -1)📄 Description
Closes #1183
Before: On mobile, the label edit popup content could be hidden by the keyboard, and the Delete button floated or overlapped.

After: Popup content scrolls, input is always accessible, and Delete button stays at the bottom right next to Save. UX is consistent on all mobile devices.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.