-
Notifications
You must be signed in to change notification settings - Fork 130
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
[Feature request]: Nodes quick options #307
base: master
Are you sure you want to change the base?
Conversation
The image you linked 404s |
@Hunter275 it is just gif of a feature. Now it should work. |
This should be good to go if there aren't any more wishes. EDIT: |
@Hunter275 now it should be ready |
Screenshots of "Node Details" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments about useEffect usage
Let's match every mobile and web feature for consistency. If that is possible. But it would be nice to add a checklist for PRa to not forget to check is changes work on web and mobile. |
Yes! Like when it's UI/UX change it would be awesome to add before and after screenshots. Information it this was tested in the app, web and mobile view etc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I missed one of the useEffect's in src/components/Dialog/NodeDetailsDialog.tsx. You should be able to remove it without a problem, and it will avoid extra re-renders due to setting the device to state
This PR adds the option to click on the node and get more options. Like in mobile apps.
ToDo: