basshelal / Waqti

Android app for a Kanban board time management system similar to Trello
MIT License
36 stars 7 forks source link

Allow for collapsible lists #111

Open basshelal opened 5 years ago

basshelal commented 5 years ago

Allow for collapsible lists like this: StarCitizen

We would need to make BoardView allowed to have more than 1 type of ViewHolder but that should be relatively straight forward.

We would also ideally want smooth transitions between the two states as well. This would need a lot of testing