From fb74f1db60c54f84f2c7c4fb8b89b5c92961e010 Mon Sep 17 00:00:00 2001 From: Taras Mankovski Date: Fri, 2 Oct 2020 18:14:32 -0400 Subject: [PATCH] Added changeset for #2624 --- .changeset/2624.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .changeset/2624.md diff --git a/.changeset/2624.md b/.changeset/2624.md new file mode 100644 index 0000000000..4b964a2abf --- /dev/null +++ b/.changeset/2624.md @@ -0,0 +1,14 @@ +--- +'@changeset/plugin-scaffold': patch +--- +Make title meaningful after component creation + +Fixes #2458. + +After the change, the UX should look like this: + +### If the component creation was successful: +![successfully-created-component](https://user-images.githubusercontent.com/33940798/94339294-8bd1e000-0016-11eb-885b-7936fcc23b63.gif) + +### If the component creation failed: +![failed-to-create-component](https://user-images.githubusercontent.com/33940798/94339296-90969400-0016-11eb-9a74-ce16b3dd8d88.gif)