Closed timganter closed 4 years ago
There is also some weirdness when there are more check boxes?
There is also some weirdness when there are more check boxes?
Correction.... The vote has no value.... Interesting. So not a bug on your side but could you include a check for when the vote value is missing?
Nice catch! https://github.com/CouncilDataProject/seattle/pull/40/commits/458832d2038e7f32629e1bf60c1bd58187be2688 and https://github.com/CouncilDataProject/seattle/pull/40/commits/1876443c463077aceeb1849f6087d8e902e2e154 should fix those.
If all else looks good. Maybe we can merge and make new issues for anything else you find.
Adding that no-wrap thing, I noticed that https://github.com/timganter/seattle/blob/feature/votingTableFilters/src/components/VotingTable.jsx could use some refactoring/tweaking to use react semantic ui and add that singleLine={true}
to the Matter, Decision, and Name columns.
That could be an easy issue for someone at the next hack-a-thon to tackle.
Some progress towards https://github.com/CouncilDataProject/seattle/issues/18. Feel free to edit/change/modify whatever.
Some things to be aware of.
Vote
column in the table.In Favor
is checked. BecauseIn Favor
typically has the majority of rows. Adding some paging or infinite scrolling could help remove that stickyness from the re-rendering.