-
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.
* Place PDF ingested patterns on separate pages, corresponding to original location in source PDF. * Remove page from PDF element type, for now - we don't need it to fill the pdf * Add logging for submission validation errors * Use session data rather than form post data when generating PDF * Add placeholder back button to each page, which acts as a submit button. * Move the actions definition into PromptComponent, and implement on the page-set pattern. This allows us to easily vary the available actions based on the currently selected page. * Wire the back button up as a link instead of a submit button. * Add new actions prop to pageset story * Add name=action to the submit buttons, to distinguish between next and submit operations. Also, remove the unused actions array from the Prompt type. Prompts are now just a single component, so perhaps the type should just go away. * remove comment * Pdf pages (#181) * Place PDF ingested patterns on separate pages, corresponding to original location in source PDF. * Remove page from PDF element type, for now - we don't need it to fill the pdf * Add logging for submission validation errors * Use session data rather than form post data when generating PDF * Add placeholder back button to each page, which acts as a submit button. * Move the actions definition into PromptComponent, and implement on the page-set pattern. This allows us to easily vary the available actions based on the currently selected page. * Wire the back button up as a link instead of a submit button. * Add new actions prop to pageset story * Add name=action to the submit buttons, to distinguish between next and submit operations. Also, remove the unused actions array from the Prompt type. Prompts are now just a single component, so perhaps the type should just go away. --------- Co-authored-by: Daniel Naab <[email protected]> * Fix merge issue: remove appending of radio group to rootSequence. * options don't need page * options don't need page * comment radio * radio option page * remove radio option page --------- Co-authored-by: jimmoffet <[email protected]>
- Loading branch information
1 parent
010a873
commit 384a22c
Showing
12 changed files
with
338 additions
and
121 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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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.