-
Notifications
You must be signed in to change notification settings - Fork 659
Closed
Labels
buggood first issueAn issue that is not too complicated to resolve, and it's an ideal issue for new contributors.An issue that is not too complicated to resolve, and it's an ideal issue for new contributors.
Description
This is:
- Bug
Specifications
- OS: Windows 10
- Browser: Chrome
Expected Behavior
When clicking the Close button, the Snackbar element should vanish. Also, the Close message is currently black on a dark gray background (see the screenshot below), which makes it nearly invisible and is thus very difficult to use: its text color should be more user friendly. 🙂
Actual Behavior
Clicking on the Close button does nothing.
Steps to Reproduce the Problem
- Run the
adminapp (this may be theexamples/apps/adminapp) and navigate to the Account's settings which you may also find at URL route/admin/account. - Edit
packages/app-security/src/admin/views/Account.tsx'sonSubmithandler by making an error appear. Your code should transform from:
const { error } = response.security.updateCurrentUser;
into, for example:
const { error } = { message: "This is an arbitrary error" } - Click on
Update Account. You should see the snackbar show up exactly like in the screenshot below.
Additional info
You may see a list of Tokens in my screenshot. That's a new feature which I am currently working on - don't worry if you don't see it in the app yet. 🍻
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
buggood first issueAn issue that is not too complicated to resolve, and it's an ideal issue for new contributors.An issue that is not too complicated to resolve, and it's an ideal issue for new contributors.
