voteflux / digipol

An app to allow Australian Voters to vote on current issues and bills in the parliament.
https://digipol.app
GNU General Public License v3.0
60 stars 9 forks source link

Compressed topics #198

Closed KipCrossing closed 3 years ago

KipCrossing commented 3 years ago

Problem: The TopicsWidget in the BillListItem takes up too much space

Solution: Add logic and a boolean opperator to allow a smaller version (Row) of the TopicsWidget

Usage:

                TopicsWidget(
                  topics: widget.billData.topics,
                  canPress: false,
                  compressed: true,
                ),

Screenshot from 2021-01-24 12-11-18