mirror of
https://github.com/plankanban/planka.git
synced 2025-12-06 09:13:16 +03:00
[PR #776] [MERGED] feat: Added mobile support #1058
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/776
Author: @papiforcex
Created: 6/3/2024
Status: ✅ Merged
Merged: 7/26/2024
Merged by: @meltyshev
Base:
master← Head:mobile-support📝 Commits (8)
1afc33fPartially fixed mobile support for the board view9e1f4dfMerge branch 'master' into mobile-support52103c7fix: Update Russian translation (#831)c53a00bfix: Update Russian translation (#832)6a7a582chore(deps): Bump socket.io-parser from 3.3.3 to 3.3.4 in /client (#833)38b6805fix: Update healthcheck parameters in docker-compose-dev.yml (#834)062bc79Merge branch 'mobile-support' of https://github.com/papiforcex/planka into pr/776830f895chore: Remove empty line📊 Changes
14 files changed (+133 additions, -40 deletions)
View changed files
📝
.husky/pre-commit(+1 -0)📝
client/package-lock.json(+3 -3)📝
client/src/components/Background/Background.module.scss(+2 -0)📝
client/src/components/Board/Board.module.scss(+11 -1)📝
client/src/components/BoardActions/BoardActions.module.scss(+10 -1)📝
client/src/components/BoardActions/Filters.module.scss(+9 -3)📝
client/src/components/Card/Card.module.scss(+13 -0)📝
client/src/components/CardModal/CardModal.module.scss(+22 -0)📝
client/src/components/Fixed/Fixed.module.scss(+1 -0)📝
client/src/components/Header/Header.module.scss(+5 -0)📝
client/src/components/List/List.module.scss(+13 -0)📝
client/src/locales/ru-RU/core.js(+39 -30)📝
client/src/locales/ru-RU/login.js(+3 -1)📝
docker-compose-dev.yml(+1 -1)📄 Description
Mobile support feature
Description
This pull request provides fixes facing the issue #19 including the following changes:
The board now adapts to mobile screens as well as the filters and the search bar above the board view. I've also fixed the scroll bar at the bottom of the page which was not showing up unless you scroll down to the bottom of the board view, mostly if you got long tasks with enough cards in it to go over the viewport height (on desktop as well as on mobile).
The cards modal also have been updated so it does not overrun the screen's width as well as the sidebar tools which now runs bellow the card details and on which appearence changes depending of how small the screen width is.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.