Open kcjpop opened 2 years ago
When viewing a flashcard set, we can have 2 modes: Deck and List.
FiLayers
FiList
We don't need bookmark, maybe speech. If current user is the owner of this deck, we show option to remove a card from set.
Users can switch between modes with this button group (should be a component in common/ButtonGroup)
common/ButtonGroup
What
When viewing a flashcard set, we can have 2 modes: Deck and List.
FiLayers
) is the current default presentation where users can navigate and flip cardsFiList
) is where we show a table of cards just as below:We don't need bookmark, maybe speech. If current user is the owner of this deck, we show option to remove a card from set.
Users can switch between modes with this button group (should be a component in
common/ButtonGroup
)