-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Feature/kevin/email notifications panel #520
Conversation
…d email notification settings
…ght organization for applicaiton.scss to match studio sass breakdown.
…compiling, added in initial icon references
…d fontawesome icons into discusison home with basic positioning
…or the rest of _discussion.scss
…d email notification settings
…ght organization for applicaiton.scss to match studio sass breakdown.
…compiling, added in initial icon references
…d fontawesome icons into discusison home with basic positioning
…or the rest of _discussion.scss
@jimabramson please review |
@@ -82,6 +82,9 @@ class @DiscussionUtil | |||
user_profile : "/courses/#{$$course_id}/discussion/forum/users/#{param}" | |||
followed_threads : "/courses/#{$$course_id}/discussion/forum/users/#{param}/followed" | |||
threads : "/courses/#{$$course_id}/discussion/forum" | |||
"enable_notifications" : "/notification_prefs/enable/" | |||
"disable_notifications" : "/notification_prefs/disable/" | |||
"notifications_status" : "/user_api/v1/user_prefs/?key=notification_pref&use=#{param}" |
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.
i think use= param is a typo, but i also think you don't need it, since this is ajax and the user comes from auth. (the operation is working for me in manual tests)
…hub.com/edx/edx-platform into feature/kevin/email_notifications_panel
feature flag worked for me in testing on local. |
…edx/edx-platform into feature/kevin/email_notifications_panel
@ormsbee mind sanity-checking the feature flag? lms/envs/{common/aws}.py + lms/templates/discussion/_underscore_templates.html |
…hub.com/edx/edx-platform into feature/kevin/email_notifications_panel
👍 |
Feature/kevin/email notifications panel
add user profile and fixed edit
Remove extraneous width setting from .response-header-actions
Co-authored-by: Renovate Bot <bot@renovateapp.com>
update discussion panel to show instructions and toggle email notifications on and off as a feature flag.