You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when there is a failure to create a program record link, the UI will render a Toast component with text indicating the failure (Toast in Paragon). This is not the best way to indicate a failure as the toast component can dismiss itself.
It would probably be best to instead be using Alert from Paragon with the "danger" variant whenever this failure occurs.
There is also a Tooltip (Paragon component) that appears when clicking this button. It will display the text "Link copied!" when the link it successfully copied. Unfortunately, it's also displaying this Tooltip on a failure. We should make it so this Tooltip does not appear on failure.
Currently, when there is a failure to create a program record link, the UI will render a
Toastcomponent with text indicating the failure (Toast in Paragon). This is not the best way to indicate a failure as the toast component can dismiss itself.It would probably be best to instead be using
Alertfrom Paragon with the "danger" variant whenever this failure occurs.There is also a
Tooltip(Paragon component) that appears when clicking this button. It will display the text "Link copied!" when the link it successfully copied. Unfortunately, it's also displaying thisTooltipon a failure. We should make it so thisTooltipdoes not appear on failure.What it looks like now
Screen.Recording.2025-04-22.at.12.40.30.PM.mov