chore(collections/list): style archived notes differently

This commit is contained in:
Elian Doran
2025-11-13 10:35:39 +02:00
parent 4ecb693be5
commit bacbe9f47c
3 changed files with 8 additions and 3 deletions

View File

@@ -90,7 +90,8 @@ const HIDDEN_ATTRIBUTES = [
"viewType",
"geolocation",
"docName",
"webViewSrc"
"webViewSrc",
"archived"
];
async function renderNormalAttributes(note: FNote) {