-
Notifications
You must be signed in to change notification settings - Fork 45
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
Error Toast UI #30
Comments
We could create it as a modal where we center the error container with grey blurred background. It would better implementation. |
@shubhankarb180 that sounds great to me. If you can work on this, can you find a way to re-purpose the Modal.js component in src/components? Perhaps we can use it for both the terms of service and this, and we pass in some functions as props, so that it can be used in multiple use cases. Let me know if that makes sense? |
Give me sometime . I need to review the code and flow to see how modal.js is being used. Once I figure that out will comment if we can re-purpose it. Sounds good ? Also can you please tell me where exactly modal.js is being used . So that I check it out once for use case purpose ?? |
The modal.js is being used in the Terms of Service component! You can always do global search command + shift + f and search for |
@mikhael28 , just got super busy with work. Will work on this issue on weekend. Sounds good ? |
@shubhankarb180 that sounds good, I'm assigning this ticket to you! |
@mikhael28 Can you please reassign the issue to someone else ? I tried to work on it but not successful. Will try to work on other issues |
Okay, that sounds good! Any idea what you want to start with? |
I am currently looking at the queue and seeing if anything is pending that I can get started with. Let me check and will surely comment on that. In the mean time, if you find anything you want to assign , please let me know . I actually have been busy with work as I had work on weekend as well so will try and look in the issues queue now |
Perhaps @shubhankarb180 you can help us with localization/internationalization - do you speak any languages fluently apart from English? We have @CoDigo93 working on Brazilian/Portugese right now, as per this ticket: #63 |
I speak only english as of now. Have planned to learn one more language but later 😊. But will find one issue to work on . |
@jayeclark I’m going to close this issue, as you have addressed a part of the issue with your previous PR. The ultimate goal, is to replace the |
I don't know what it is, but I just don't like the errorToast notification UI. Can somebody give some practical suggestions/inspirations for us to rework this?
Edit: the UI looks a little better now with thinner buttons, but still not a great experience.
The text was updated successfully, but these errors were encountered: