Commit graph

2 commits

Author SHA1 Message Date
43095b9932
fix(ui): display status message when moving card
After moving cards from one status to another the status bar now shows
either a confirmation or an error message depending on the success of
the move.
2024-01-13 19:54:24 +00:00
e77c798fbe
feat(ui): add support for viewing cards
All checks were successful
/ test (pull_request) Successful in 28s
/ lint (pull_request) Successful in 31s
This commit adds support for viewing all the details of a card in a
separate widget. The user simply needs to press the Enter key to view
the card. To return to the Kanban board the user needs to press the
Escape key.

Part of apollo/pelican#16
2024-01-12 15:07:42 +00:00