-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
Convert base from Coffeescript to Javascript #2550
Convert base from Coffeescript to Javascript #2550
Conversation
31c41ae
to
59883f3
Compare
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.
Let's make modules out of these functions.
The commit message still refers to a removal, that was already extracted. Would you mind to update the message?
becbd97
to
0b8d900
Compare
Done. I reworded the message. It was an old commit, that I cherry picked. |
0b8d900
to
3ec1b2c
Compare
b10fbe0
to
704f0c3
Compare
704f0c3
to
dfea032
Compare
Also move file to app/javascript - folder.
Create a javascript file for each function. They are not related to each other.
try to reduce the jQuery usage and migrate the picture selector section from jQuery to vanilla Javascript.
The overlay is now a web component and a bit easier to use. The API is still the same, but the component is using the same mechanic as the Spinner.
dfea032
to
e28a6ce
Compare
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.
Nice work
What is this pull request for?
Also move file to app/javascript - folder. Remove getUrlParam - method because it isn't used anywhere.
Checklist