kanriapp / kanri

🪐 Modern offline Kanban board app for Windows, MacOS and Linux. Built with simplicity and user experience in mind.
https://kanriapp.com
GNU General Public License v3.0
779 stars 68 forks source link

Potentially enhance the UI so that full text is visible in card #628

Open badlydrawnrob opened 3 months ago

badlydrawnrob commented 3 months ago

It's a minor thing I suppose so sorry for being pedantic, but if there's a large amount of text (or many tasks) they're currently overflow: hidden and you have to scroll into view. You can extend the box height in the card description but it doesn't store that height in memory when you close the card and reopen it.

Screenshot 2024-08-16 at 15 44 12

I'd be leaning towards Trello's method of just displaying everything and having the card itself scroll in and out of view.

Screenshot 2024-08-16 at 15 48 48
trobonox commented 3 months ago

Thanks for the suggestion, this is a good idea and I see where you're coming from, but I might ask around a bit more to see what users prefer. If the opinions are not quite clear I could see if it's possible to make this a toggle in the Kanban preferences inside the settings menu.

SoftExpert commented 1 month ago

Personally I prefer how the details are displayed in the Projects section of GitHub - a sliding panel that allows to scroll content. This covers just half of the board and keeps visibility on both the board and the card details.