[frontend] Add bite note and bite user notifications
This commit is contained in:
parent
82ed8b583b
commit
d546cc8733
1 changed files with 8 additions and 0 deletions
|
@ -55,6 +55,14 @@
|
||||||
{
|
{
|
||||||
<span class="notification-text">@Loc["quoted your post:"]</span>
|
<span class="notification-text">@Loc["quoted your post:"]</span>
|
||||||
}
|
}
|
||||||
|
else if (NotificationResponse is { Note: not null, Type: "bite" })
|
||||||
|
{
|
||||||
|
<span class="notification-text">@Loc["bit your note:"]</span>
|
||||||
|
}
|
||||||
|
else if (NotificationResponse is { Type: "bite" })
|
||||||
|
{
|
||||||
|
<span class="notification-text">@Loc["bit you"]</span>
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
<span class="notification-text">
|
<span class="notification-text">
|
||||||
|
|
Loading…
Add table
Reference in a new issue