-
Notifications
You must be signed in to change notification settings - Fork 4
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
Crash details: Ability to swap addresses #1653
base: nextjs
Are you sure you want to change the base?
Conversation
@@ -132,7 +132,7 @@ export default function UserDetails({ | |||
onClick={() => { | |||
if ( | |||
window.confirm( | |||
"Are you user you want to delete this user?" | |||
"Are you sure you want to delete this user?" |
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.
wittle typo
✅ Deploy Preview for vision-zero-nextjs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
disabled={isMutating} | ||
onClick={async () => { | ||
if ( | ||
window.confirm( |
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.
john and i talked about this and in the future we may create a reuseable confirm/cancel modal to use across the app but for now we are going with window.confirm
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.
It does feel weird that if you are editing and then click the swap addresses button, the input stays open with the previous value. i was trying to come up with a scenario where someone would accidentally duplicate the primary address instead of swapping, but that feels far fetched and the values are in the change log, so nothing would really be lost.
Visually i want the lines to line up better, but its like this in prod now anyway, so mvp mvp 🚢
I just saw the comment about auto all caps -- and if its thats how it coming from CRIS, then I think so yes, we should make it match the rest of the data. But I can be convinced otherwise! |
Associated issues
Closes cityofaustin/atd-data-tech#19961
Testing
URL to test:
Local or netlify
Steps to test:
Ship list
main
branch