-
-
Notifications
You must be signed in to change notification settings - Fork 131
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 support for Akkoma's move
notification
#885
base: main
Are you sure you want to change the base?
Conversation
@@ -123,7 +123,7 @@ function NameText({ | |||
)} | |||
{showAcct && ( | |||
<> | |||
<br /> | |||
{' '} |
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 change seems like could cause some layout issues.
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.
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.
The <br>
is used for the large-size post. Maybe need to rename or add another prop to allow both cases.
# Conflicts: # src/components/ICONS.jsx # src/components/notification.jsx # src/locales/en.po
Which currently gets displayed as
[Unknown notification type: move]
.This had little-to-no testing, it's very rare that people move...
The single notification I had in my history worked exactly as expected, and I plan to keep this on my personal branch to see if it causes any issues for now if you don't plan to merge it yet.