Coder Social home page Coder Social logo

Comments (15)

4jag avatar 4jag commented on August 27, 2024 4

1-3/4 years later, and.... Planka is still completely unresponsive. (as in not mobile-friendly).
Any plans for an android client? (would hope to support both small-screen phones and larger tablets).

from planka.

hoggatt avatar hoggatt commented on August 27, 2024 1

Love Planka!

Mobile support would put it over the top! I'd love to be able to easily use this from my phone when I'm at the store or on the go. It's not bad as-is since Planka is very vertical, but a few UI tweaks (basically: don't make the whole page so big, or just copy trello) would go a long way.

from planka.

kekkodance avatar kekkodance commented on August 27, 2024 1

sorry for necroing, any updates?

from planka.

Arslanoov avatar Arslanoov commented on August 27, 2024 1

Found out that you can add this style and it will look much better in mobile devices
#root { overflow-y: hidden; }

from planka.

Arslanoov avatar Arslanoov commented on August 27, 2024 1

The fastest, but not the best solution is just to add sub filter to your Nginx config

location / {
    sub_filter </head> '</head><style>#root{overflow-y:hidden}</style>';
    sub_filter_once on;
    ...
}

from planka.

tionis avatar tionis commented on August 27, 2024

I think it would also be a great idea to move the project title into the top "Planka" bar, as it really takes up much screen real estate on for example 13'' screens.
It tested this very primitively and also think that the board overview bar should then get hard edges on the top and rounded edges on the bottom, so that all navigation move up a bit optically. This could separate content and navigation a bit more.

from planka.

nickbe avatar nickbe commented on August 27, 2024

This is also already on our list. We will improve the mobile views and you will have a much better usability when this is done.

from planka.

timdonovanuk avatar timdonovanuk commented on August 27, 2024

Looking forward to this!

from planka.

JohnRock0422 avatar JohnRock0422 commented on August 27, 2024

+1

Any roadmap?

from planka.

frogman544 avatar frogman544 commented on August 27, 2024

It would be nice to have a roadmap that is in the "Client demo" for Planka.
In addition to the mocked data, also have the actual roadmap.

Cheers

from planka.

meltyshev avatar meltyshev commented on August 27, 2024

This is a good idea 🤔

from planka.

ncrmnt avatar ncrmnt commented on August 27, 2024

bump

from planka.

thanhnguyen2187 avatar thanhnguyen2187 commented on August 27, 2024

Hi. Is there any update on this? Planka as a PWA feels pretty nice on mobile, but on visiting a board's page, I do feel it is not the best mobile experience I have experienced.

from planka.

timdonovanuk avatar timdonovanuk commented on August 27, 2024

image

:(

from planka.

Walter-o avatar Walter-o commented on August 27, 2024

Bumping as this would be insanely epic!

edit:
best way i found to modify CSS is doing a bind mount from a local css file to the css file inside the docker container.

it allows me to update it without restarting anything.

still i hope mobile support comes some day.

edit2:
To edit css live:

  • do docker cp planka:/app/public/static/css/main.710bf5a4.css ./custom.css
    this copies the planka css file to outside the docker container.
  • add this to docker-compose:
volumes:
  - ./custom.css:/app/public/static/css/main.710bf5a4.css:ro

this overlays your custom css file over the place of the original

  • restart planka

after that you can modify the custom.css file live and it will be reflected in planka

from planka.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.