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

Feature/5213 implement Basic Dialog #327

Merged
merged 2 commits into from
Feb 2, 2024

Conversation

surajeaton
Copy link
Contributor

Fixes # BLUI-5214

Changes proposed in this Pull Request:

  • Added Basic dialog component
  • Added documentation
  • Add test cases

Screenshots / Screen Recording (if applicable)

Simulator Screenshot - iphone 12 pro - 2024-02-01 at 16 12 26

To Test:

For Testing, please update the existing WorkflowCardBody in the example with
<WorkflowCardBody> <> <BasicDialog title={'Error!'} body={'Error Body'} open={hasError} onDismiss={() => setHasError(false)} /> <TextInput label="TextInput" mode="flat" left={<TextInput.Icon icon="email" />} right={<TextInput.Icon icon="menu-down" />} value={errorFilledText} underlineColor={theme.colors.surface} onChangeText={(value: string): void => { setErrorFilledText(value); setHasError(value.length > 4); }} error={hasError} /> <HelperText type="error" visible={hasError} style={{ marginBottom: 8 }}> Error Message </HelperText> </> </WorkflowCardBody>

  • cd login-workflows
  • yarn start:example
  • Click on Workflow Card Body Example

Any specific feedback you are looking for?

@github-actions github-actions bot added the brightlayer-ui Used to identify Brightlayer UI platform issues for easy filtering label Feb 1, 2024
@ektaghag-eaton
Copy link
Contributor

Working fine just a small comment #327 (comment)
Screenshot 2024-02-02 at 2 28 17 PM
Screenshot 2024-02-02 at 2 15 31 PM

@ektaghag-eaton ektaghag-eaton merged commit eebea60 into release/R31 Feb 2, 2024
3 checks passed
@ektaghag-eaton ektaghag-eaton deleted the feature/5213-implement-error-manager branch February 2, 2024 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
brightlayer-ui Used to identify Brightlayer UI platform issues for easy filtering
Development

Successfully merging this pull request may close these issues.

2 participants