pariyatti / mobile-app

The Pariyatti mobile app
https://pariyatti.app/
GNU Affero General Public License v3.0
8 stars 11 forks source link

Create a common widget for Today cards and Bookmark cards #22

Open deobald opened 3 years ago

deobald commented 3 years ago

This card should be done after the switch to ListView.builder (#21)

Since the display of all card types is identical between the Today screen and the Bookmarks tab, reuse a custom widget between both.

NamanShergill commented 3 years ago

Is this done? Should I work on this if it isn't?

deobald commented 3 years ago

@NamanShergill It's not done, but I think we should focus on getting #54 merged and then merging the other two open PRs before we get any more changes in flight. This card is pretty simple so it can happen any time, but it touches enough parts of the code that I wouldn't want to do it with a bunch of other pending changes in open PRs.