fix(core): fix notification list (#11423)

This commit is contained in:
EYHN
2025-04-03 10:44:32 +00:00
parent 01429f8f66
commit 093bffdf5c
4 changed files with 46 additions and 19 deletions
+4
View File
@@ -7229,6 +7229,10 @@ export function useAFFiNEI18N(): {
* `No new notifications`
*/
["com.affine.notification.empty"](): string;
/**
* `Loading more...`
*/
["com.affine.notification.loading-more"](): string;
/**
* `You'll be notified here for @mentions and workspace invites.`
*/
@@ -1797,6 +1797,7 @@
"com.affine.notification.unsupported": "Unsupported message",
"com.affine.notification.mention": "<1>{{username}}</1> mentioned you in <2>{{docTitle}}</2>",
"com.affine.notification.empty": "No new notifications",
"com.affine.notification.loading-more": "Loading more...",
"com.affine.notification.empty.description": "You'll be notified here for @mentions and workspace invites.",
"com.affine.notification.invitation-accepted": "<1>{{username}}</1> has accept your invitation",
"com.affine.notification.invitation-review-request": "<1>{{username}}</1> has requested to join <2>{{workspaceName}}</2>",