mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
client: recent changes list: make possible to use a distinct style for items referencing deleted notes
This commit is contained in:
@@ -127,6 +127,9 @@ export default class RecentChangesDialog extends BasicWidget {
|
||||
appContext.tabManager.getActiveContext().setNote(change.noteId);
|
||||
}
|
||||
})
|
||||
.addClass(() => {
|
||||
if (change.current_isDeleted) return "deleted-note";
|
||||
})
|
||||
.append(
|
||||
$("<span>")
|
||||
.text(formattedTime)
|
||||
|
||||
Reference in New Issue
Block a user