-
-
Notifications
You must be signed in to change notification settings - Fork 113
Removing jQuery usage from app #612
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
Removing jQuery usage from app #612
Conversation
Just need to quick refact the |
826d2ea
to
3ea27f4
Compare
3ea27f4
to
f896446
Compare
Could anyone review this ? 😅 |
Sorry about that @dbendaou. I've deployed a preview app to test these 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.
Requested couple of minor changes for safe query selector checks.
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.
🙏🏻
…s-and-events ember-learn#588 components/actions-and-events
After removing jquery usage from test, this PR aims to remove jquery usage in the app.
TODO :
app/components/ember-anchor.js
app/services/scroll-position-reset.js
app/mixins/scroll-tracker.js
Related issue #441