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

Display message for any invalid action on the graph #18

Open
anand-2020 opened this issue Oct 11, 2021 · 0 comments
Open

Display message for any invalid action on the graph #18

anand-2020 opened this issue Oct 11, 2021 · 0 comments
Labels
enhancement New feature or request syn-easy Easy level issue for synergise Up for Grabs

Comments

@anand-2020
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Currently, if the user wants to perform an action on the graph which is not valid for that particular graph, nothing happens. But in addition to this, it would be better if the user gets notified that the requested action can not be performed along with the reason for the same.

Describe the solution you'd like
The message should appear on bottom right of the screen and should fade out after few seconds. The message must contain the reason for the requested action being invalid. Try to use Material UI Snackbar for implementing this.

Additional context
Here, the invalid actions could be trying to add an edge between a pair of vertices when an edge already exists between them, action for deleting an edge which doesn't exist, etc.

@anand-2020 anand-2020 added enhancement New feature or request syn-easy Easy level issue for synergise Up for Grabs labels Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request syn-easy Easy level issue for synergise Up for Grabs
Projects
None yet
Development

No branches or pull requests

1 participant