feat: Badge documents in sidebar that have been newly shared with you

This commit is contained in:
Tom Moor
2024-02-02 23:09:18 -05:00
parent 1bf0788de6
commit abaa56c8f1
7 changed files with 63 additions and 14 deletions

View File

@@ -34,6 +34,7 @@ export default class ViewsStore extends Store<View> {
if (!view) {
return;
}
view.touch();
}
}