-
Notifications
You must be signed in to change notification settings - Fork 182
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
Provide community favorites shortcut #385
Conversation
Thanks for the PR @naomiceron, pardon my delay in reviewing.
|
display: block; | ||
margin: 0 auto; | ||
width: fit-content; | ||
} | ||
|
||
#focus-btn, #lofi-btn { |
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 should be a CSS class instead of two IDs
@@ -667,6 +669,13 @@ $(function() { | |||
} | |||
}); | |||
|
|||
// Handle community favorites click | |||
$("#fav-btn").click(function(event) { |
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.
Can refactor away this button
Thank you! @shakeelmohamed, should I remove the community button entirely? I ask because of the second point
I will make the changes as soon as possible :) |
Yeah that makes sense to me |
@shakeelmohamed Do you still have any interest in having this implemented? I would be happy to work on it if you can think of buttons you would like :) |
@jbecker7 Hey welcome! Go for it, please read through all comments in this PR and look at the changes before submitting your own |
Closing due to no activity |
Motivation and Context
This adds a generalized concept of community favorites, which includes the existing focus shortcut and the new lofi girl shortcut.
Closes #374 (Add shortcuts for "community favorites")
Types of changes
Description
This change adds a shortcut for community favorites as a general concept, clicking it makes appear a shortcut for focus and a shortcut for lofi. Tested it on Safari and Chrome.
Final checklist: