Problem: you have to scroll a long time, if you have for example a list with 250 cards.
Is there any possibility to configure Trello, that the list is visible without any vertical scrolling ?
I would also expect performance problems with 250 cards. Although trello claims decent performance for ~1000 cards, in my experience 500 is a usability limit. AFAIK there is no way to configure this behaviour. However, you can hack away with javascript to wrap the list to your liking. Hint: chrome allows userscripts from local machine, so you could probably do it in a default manner with chrome- something like
sheet.insertrule...
'#board {',
'flex-wrap: wrap;',
'flex-direction: column;',
'}
saved as a userscript shoud do the job.
You could also use a browser plugin to get a better overview of your cards.
Trello Folds is the most capable add-on for Chrome that I know of:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.