-
Notifications
You must be signed in to change notification settings - Fork 1
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
73 dashboard lock button #86
73 dashboard lock button #86
Conversation
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.
Looks good, a few minor changes requested. I haven't tested the PR yet, but will do at some point soon.
There was an existing message display component for the portal, I have used that, it appears to use tailwind alerts. |
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.
LGTM, not sure how I forgot that the messages.html
template already existed 👀
Adds two buttons to the vehicles list item template that open modals asking for confirmation, specifying vehicle name and registration. On confirmation a new boxaction is generated with the requested action for that vehicle.
Fixes #73