Skip to content
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

Notifications: allow dismiss user's notifications #11130

Merged
merged 3 commits into from
Feb 21, 2024

Conversation

humitos
Copy link
Member

@humitos humitos commented Feb 20, 2024

It uses the current pattern/code on the old dashboard. The work on the new dashboard is tracked in a separate issue at readthedocs/ext-theme#259

Peek 2024-02-21 10-18

Closes #11118

@humitos humitos marked this pull request as ready for review February 21, 2024 09:22
@humitos humitos requested review from a team as code owners February 21, 2024 09:22
@humitos humitos requested review from agjohnson and stsewd February 21, 2024 09:22
Copy link
Contributor

@agjohnson agjohnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me 👍

@@ -93,3 +93,49 @@ def get_message(self):
)

return message

def get_absolute_url(self):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see anything that changed here, so I assume this is just moved code. Anything in particular you want eyes on otherwise here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, just moving the code to a place where it can be reused.

@humitos humitos merged commit eab2500 into main Feb 21, 2024
7 checks passed
@humitos humitos deleted the humitos/dismiss-notifications branch February 21, 2024 20:05
Copy link

sentry-io bot commented Feb 28, 2024

Suspect Issues

This pull request was deployed and Sentry observed the following issues:

  • ‼️ UnboundLocalError: local variable 'path' referenced before assignment /projects/{project_slug}/ View Issue

Did you find this useful? React with a 👍 or 👎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Notifications: ability to dismiss a notification
2 participants