mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-11 22:18:54 +08:00
feat(core): adjust history modal styles (#11675)
- add avatar/name info to each history snapshot item - add avatar to audio transcription job owner fix AF-2483 
This commit is contained in:
@@ -585,6 +585,10 @@ export function useAFFiNEI18N(): {
|
||||
* `all`
|
||||
*/
|
||||
all(): string;
|
||||
/**
|
||||
* `current`
|
||||
*/
|
||||
current(): string;
|
||||
/**
|
||||
* `Automatically check for new updates periodically.`
|
||||
*/
|
||||
|
||||
@@ -135,6 +135,7 @@
|
||||
"Unknown User": "Unknown User",
|
||||
"Deleted User": "Deleted User",
|
||||
"all": "all",
|
||||
"current": "current",
|
||||
"com.affine.aboutAFFiNE.autoCheckUpdate.description": "Automatically check for new updates periodically.",
|
||||
"com.affine.aboutAFFiNE.autoCheckUpdate.title": "Check for updates automatically",
|
||||
"com.affine.aboutAFFiNE.autoDownloadUpdate.description": "Automatically download updates (to this device).",
|
||||
|
||||
Reference in New Issue
Block a user