-
Notifications
You must be signed in to change notification settings - Fork 47
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
Component - Flash Message #415
Comments
I think Example: Scenario 1: Dismissible Flash message
^ might have to include something about creating the props? We also need to add ACs to set up props and var tables for the flash messages and include them at the bottom of the pages. For reference theres many other tickets in this repo for adding props and vars tables to the components so you can look at those to see what I'm talking about (the Buttons page has this implemented) |
Got it! will do just that |
@blazebarsamian I have updated the ticket with the following scenarios. Please review and let me know if it looks good. Scenario 1: Dismissible Flash message
Scenario 2: Dismissible + Timer based Flash message
Scenario 3: Persistent Flash message
Also, I will need to pair on props |
@prehnRA just checking to see if we have any harmonium updates and If I can proceed to start implementing this feature request |
@HauwaAguillard I checked in with robert and he said we should be good to go to work on things
|
Awesome! I am available to pair whenever |
adding a note to the description regarding icons for the close button |
Pushed up PR #417 and assigned @CheetoMao for review. Notes: Dismissible flash will need engineering assistance to add some functionality so that when the user clicks on I would love some suggestions on how well to go about resolving these issues. Thank you! cc: @blazebarsamian |
@HauwaAguillard you still need to set up the props and vars tables at the bottom of the examples page |
@blazebarsamian looking into this now. May grab you for some pairing time incase I get stuck on props setup |
@blazebarsamian props and vars are setup. |
created #418 to add the dismissbile state flash message |
Picking this up to work on change request by Blaze on PR #417 |
PR #417 has been updated with latest Feedback and it's ready for review. |
checking to see if there is any update on PR #417 @blazebarsamian |
@HauwaAguillard I dont have any Harmonium time this week to work on the transitions :( |
@Dacello pushed up PR #428 and added the dismissible state to the flash component. Most of my PR #417 is done and should be ready to be merged, oh except maybe for the jolting. Looking for reviews so we can merge our updated flash component. 🎉 cc: @CheetoMao |
perusing Harmonium during working session, I think we can close this issue right? @HauwaAguillard |
@DejaTrudeaux I think the issue is that #417 never got merged, so we cant close this out yet. But yea, we should probably see if we can get that merged |
I'm submitting a ...
What is the current behavior?
Currently, flash message persist on screen until page is refreshed.
What is the expected behavior?
Scenario 1: Dismissible Flash message
Scenario 2: Dismissible + Timer based Flash message
Scenario 3: Persistent Flash message
Notes from pairing with @blazebarsamian and @CheetoMao
Some Requirements:
Flash messages should be:
Types:
Success
Warning
Informational
Alert
States:
Persistent - e.g forms - flash message doesn't go away until problem is fixed
Timer + User based - fades away, and also allows users to dismiss
User based - flash message only goes away when user dismisses
Note: Flash messages would need some animation(ease in/out)
Note on Icons for the close button:
x
or-
for the close button for now.Check with @prehnRA for Harmonium status before implementation.
The text was updated successfully, but these errors were encountered: