-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fieldset edit operations added (#234)
* Put "add question" drop-down in the fieldset edit component. Initial attempt at removing items from the edit focus handler. TODO work making it possible to add multiple questions to a fieldset, updating the styling, and adding tests. * Basic fieldset pattern adding working via downdown picker * Split different drop-down stylings into separate components * Use original file name, to make merge easier * Fix finicky interaction tests that were only failing in jsdom * Remove what looks like unused white background color; tweak drop-down width to accomodate fieldsets. * Style "add question" button for fieldsets * For speed reasons, don't create coverage report on the default "test" script. * Add an interaction test for the fieldset's "add question" button * Add "remove question" to fieldset edit ui * Remove superfluous classnames rename * Fix generic type in FormSummaryEdit ui * Upgrade node to latest LTS (20.15.0) and update pnpm-lock.yaml
- Loading branch information
1 parent
d76a311
commit 51c99ab
Showing
18 changed files
with
11,827 additions
and
14,760 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v20.12.2 | ||
v20.15.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.