feat(ui): add support for editing cards #15

Manually merged
dananglin merged 2 commits from 14-edit-card-title-description into main 2024-01-10 21:10:03 +00:00

2 commits

Author SHA1 Message Date
a632c57655
fix(ui): set the card modal's title.
All checks were successful
/ test (pull_request) Successful in 32s
/ lint (pull_request) Successful in 45s
Set the card modal's title based on whether the card is being created or
edited.
2024-01-10 18:49:27 +00:00
d167039176
feat(ui): add support for editing cards
All checks were successful
/ test (pull_request) Successful in 3m13s
/ lint (pull_request) Successful in 1m4s
This commit adds support for editing an existing card's title and
description. The (previously named) input modal has been enhanced to
support both creating and editing cards.

Part of apollo/pelican#14
2024-01-10 18:21:14 +00:00