-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(v2): impl initial create form modal feature, update Tile component #3048
Merged
karrui
merged 31 commits into
form-v2/develop
from
form-v2/feat/workspace/create-form-1
Jan 14, 2022
Merged
feat(v2): impl initial create form modal feature, update Tile component #3048
karrui
merged 31 commits into
form-v2/develop
from
form-v2/feat/workspace/create-form-1
Jan 14, 2022
Conversation
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
karrui
force-pushed
the
form-v2/feat/workspace/create-form-1
branch
2 times, most recently
from
December 8, 2021 02:34
4df1e54
to
2089f51
Compare
karrui
force-pushed
the
form-v2/feat/workspace/layout-0
branch
from
December 8, 2021 02:55
cb48a24
to
d51786c
Compare
karrui
force-pushed
the
form-v2/feat/workspace/create-form-1
branch
from
December 8, 2021 02:55
2089f51
to
51c9ef6
Compare
karrui
force-pushed
the
form-v2/feat/workspace/layout-0
branch
from
December 13, 2021 06:38
d51786c
to
6e10117
Compare
karrui
force-pushed
the
form-v2/feat/workspace/create-form-1
branch
from
December 13, 2021 06:38
51c9ef6
to
00a646e
Compare
karrui
force-pushed
the
form-v2/feat/workspace/layout-0
branch
from
December 13, 2021 07:18
6e10117
to
1be9742
Compare
karrui
force-pushed
the
form-v2/feat/workspace/create-form-1
branch
from
December 13, 2021 07:18
00a646e
to
94ec2dd
Compare
Base automatically changed from
form-v2/feat/workspace/layout-0
to
form-v2/develop
December 15, 2021 03:32
only handle email mode responses for now, since storage mode screens are not in the app yet
used in settings page, and also when creating an email mode form
long texts in buttons were not wrapping and overflowing
karrui
force-pushed
the
form-v2/feat/workspace/create-form-1
branch
from
December 15, 2021 03:38
94ec2dd
to
0f4a98d
Compare
# Conflicts: # frontend/src/components/Tile/Tile.stories.tsx # frontend/src/theme/components/Button.ts # frontend/src/theme/components/Tile.ts
# Conflicts: # frontend/package-lock.json # frontend/package.json
This was referenced Oct 4, 2022
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
This PR adds the initial create form flow (without templates) to the workspace. Whilst doing so, updates the Tile component to be more extensible.
This PR does not include some features of form creation, such as
Closes #2788
Solution
Features:
CreateFormWizardContext
to store create form statesCreateFormModal
component, show the modal when create form button is clickedMailToLink
component for generating mailto linksImprovements:
Bug Fixes:
Before & After Screenshots
New stories have been added
Tests
Will add tests sooooooooooooooooooon
Deploy Notes
New dependencies:
dedent
: Dedent strings due to extra tabs in codefile-saver
: Trigger saving of files