Skip to content
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: Import Modal #3360

Merged
merged 3 commits into from
Nov 15, 2023
Merged

feat: Import Modal #3360

merged 3 commits into from
Nov 15, 2023

Conversation

xoscar
Copy link
Collaborator

@xoscar xoscar commented Nov 14, 2023

This PR adds the implementation for the import modal including CURL and Postman

Changes

  • Adds new import modal
  • Cleans up the factories to be more concise
  • Improves UX

Fixes

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

Loom video

https://www.loom.com/share/5af20f2fbe924931b2ec8886a61e318c

@xoscar xoscar self-assigned this Nov 14, 2023
@xoscar xoscar requested a review from jorgeepc November 14, 2023 21:40
@xoscar xoscar marked this pull request as ready for review November 14, 2023 21:41
Copy link
Contributor

@jorgeepc jorgeepc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking gooood!

import {Editor} from 'components/Inputs';
import {SupportedEditors} from 'constants/Editor.constants';

export const FORM_ID = 'create-test';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you are using this 🤔

@@ -45,6 +45,10 @@ const Content = ({triggerType}: IProps) => {
const onValidate = useValidateTestDraft({pluginName: plugin.name, setIsValid});
const [form] = Form.useForm<TDraftTest>();

useEffect(() => {
onValidate({}, draftTest);
}, []);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing deps?

@xoscar xoscar merged commit 9a67621 into feat-ux-test-creation Nov 15, 2023
10 of 11 checks passed
@xoscar xoscar deleted the feat/import-modal branch November 15, 2023 16:38
xoscar added a commit that referenced this pull request Nov 21, 2023
* feat(frontend): add trigger type modal (#3326)

* feat(frontend): decouple test run page (#3338)

Co-authored-by: Oscar Reyes <oscar-rreyes1@hotmail.com>

* Chore/component cleanup (#3357)

chore: component cleanup

* feat(frontend): UI updates to test trigger tab (#3354)

* feat(frontend): add new ux layout to test edit (#3359)

* feat: Import Modal (#3360)

* feat: Import Modal

* chore: component cleanup

* Feat/skip trace collection (#3351)

feat(BE): Skip Trace Collection

* Feat/skip trace collection 2 (#3353)

* feat(BE): Skip Trace Collection

* feat(FE): Skip Trace Collection

* fix: loading state

* feat(frontend): add edit test name form (#3363)

* feat(frontend): add edit test name form

* fix minor issue with form

* Fix/name update (#3366)

fix: UX improvements

* fix(frontend): fix e2e tests (#3365)

* fix(frontend): fix e2e tests

* fix

* feat: UX improvements

* fix: popover state

* fix(frontend): add variable set selector (#3380)

---------

Co-authored-by: Jorge Padilla <jorge.esteban.padilla@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants