-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
remove popup on the close button #1616
remove popup on the close button #1616
Conversation
Want to review this pull request? Take a look at this documentation for a step by step guide! From your project repository, check out a new branch and test the changes.
|
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.
This is looking great :)
Works as intended, thanks Jo!
There's a lot of style based changes happening here that don't have much to do with the PR though, we don't have any enforced ESLint/Prettier. I'm fine if we include them but it would be better if the changes are their own commit rather than blocked together with the !editMode || ...
code change so that future people can see the relevant info faster.
Can you:
- either:
- switch the style changes to their own commit with a commit message like
style: Update code styling in ProjectForm.js
- Only commit the change directly relevant to the Close Edit Modal logic
- switch the style changes to their own commit with a commit message like
- Delete the commented out code in the
<StyledButton>
tag
Thanks for figuring this out!
I looked at the development branch to see what styling changes I made but I just changed the onClick portion of the code |
It's because we don't have linting across the project at this time (it's in the works). Your linter is formatting the file you're working on when you trigger save probably, which is resulting in a lot of small changes to the code such as changing The file diff has a good representation of what's going on: |
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.
Thanks so much!
Fixes ##1576
What changes did you make and why did you make them ?
Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes)
Visuals before changes are applied
1576.bug.mov
Visuals after changes are applied
1576.fix.mov