kbss-cvut / react-maintenance-planner

React component to visualize and manage maintenance plans.
GNU Lesser General Public License v3.0
0 stars 1 forks source link

Undo redo actions #46

Closed PluharVit closed 2 years ago

PluharVit commented 2 years ago

https://github.com/kbss-cvut/react-maintenance-planner/issues/37 https://github.com/kbss-cvut/react-maintenance-planner/issues/39 https://github.com/kbss-cvut/react-maintenance-planner/issues/40

netlify[bot] commented 2 years ago

Deploy Preview for react-maintenance-planner ready!

Name Link
Latest commit 2294b1448c314afc991bf5d5d7cba6d69b2fea0f
Latest deploy log https://app.netlify.com/sites/react-maintenance-planner/deploys/62dea56c21e1080008e5bbbb
Deploy Preview https://deploy-preview-46--react-maintenance-planner.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

LaChope commented 2 years ago

It is working well but there are some issues with UI, "+" button is not very well located when title is long and reorder button is clipping:

image

Possible solutions:

Also, on hover of buttons there should be some visual indication that the buttons are clickable (e.g. change of opacity like the edit button) :)

LaChope commented 2 years ago

LGTM