-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add missing notification template blocks for user, project, organization notifications #260
Comments
Template blocks on old dashboard that we need to migrate to ext-theme:
|
This work was missed when implementing the new notification system. Related readthedocs/ext-theme#260
I implemented this at readthedocs/readthedocs.org#11023 |
We might have missed opening an issue for the organization notifications, I remember discussing it at some point. For notifications for user/project/orgs on the new dashboard, you can copy the previous template HTML structure for the message-extends messages. I believe this was removed in that last PR. |
…11023) This work was missed when implementing the new notification system. Related readthedocs/ext-theme#260
Render notifications attached to these objects. This is the first pass of this work and there are some things we need to make decisions and improve. - Where (what pages) these notifications should render? - How "global" they should be considered? Note we are rendering these notifications in the template for now, but in the future they will be rendered using the APIv3: #259 Closes #260
…261) * Notifications: show attached to `User`, `Project` and `Organization` Render notifications attached to these objects. This is the first pass of this work and there are some things we need to make decisions and improve. - Where (what pages) these notifications should render? - How "global" they should be considered? Note we are rendering these notifications in the template for now, but in the future they will be rendered using the APIv3: #259 Closes #260 * Render notifications before project/organization header * Apply suggestions from code review Co-authored-by: Anthony <[email protected]> --------- Co-authored-by: Anthony <[email protected]>
From the deploy today, it seems these were not ported to the new dashboard.
The text was updated successfully, but these errors were encountered: