-
Notifications
You must be signed in to change notification settings - Fork 59
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
Support favicon customization #520
Conversation
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.
amazing to see this being picked up so quickly 🎉
Co-authored-by: Salomon Popp <[email protected]>
I had this thoughts in one of my projects recently. your issue inspired me to open this PR. |
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 believe the Admin
class also needs to be updated to include the new keyword argument
for more information, see https://pre-commit.ci
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 just tested this and it works great, thanks!
Thank @omarmoo5 for this PR and thanks @disrupted for your reviews |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #520 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 75 75
Lines 5817 5819 +2
=========================================
+ Hits 5817 5819 +2 ☔ View full report in Codecov by Sentry. |
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.
You are absolutely right! I didn't double-check and relied on my memory 😅 |
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 looks good to me. Can you update the Unreleased section in doc/changelog, so I can merge it directly?
for more information, see https://pre-commit.ci
Thanks, Done. |
Thank you @omarmoo5 for your contribution |
Solves #519 .