diff --git a/src/app/features/list/paginated-notes-list.component.ts b/src/app/features/list/paginated-notes-list.component.ts
index 772d012..418fc7b 100644
--- a/src/app/features/list/paginated-notes-list.component.ts
+++ b/src/app/features/list/paginated-notes-list.component.ts
@@ -151,12 +151,12 @@ import { takeUntil } from 'rxjs/operators';
{{ note.title }}
{{ note.filePath }}
✍️ {{ a }}
- {{ d }}
+ {{ d }}
🕓 {{ formatDateTime(ts) }}
-
-
![]()
+
+
@@ -315,7 +315,7 @@ import { takeUntil } from 'rxjs/operators';
.action-buttons { position: relative; display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 0.5rem; }
/* Enhanced note card with color indicator and action buttons */
- .note-card { transition: all 0.3s ease-in-out; background-repeat: no-repeat; background-size: 100% 120px; background-position: top center; }
+ .note-card { transition: all 0.3s ease-in-out; background-repeat: no-repeat; background-size: 100% 100%; background-position: top center; }
.note-card:hover { transform: translateY(-1px); }
/* Color dot indicator */
@@ -388,6 +388,18 @@ export class PaginatedNotesListComponent implements OnInit, OnDestroy {
@Output() clearQuickLinkFilter = new EventEmitter();
@Output() clearFolderFilter = new EventEmitter();
+ // Enforce default sort (updated asc) when filters change
+ private resetSortOnFilterChange = effect(() => {
+ // Track dependencies
+ const _folder = this.folderFilter();
+ const _tag = this.tagFilter();
+ const _quick = this.quickLinkFilter();
+ const _tagsList = this.filter.tags();
+ // Apply default sort
+ this.state.setSortBy('updated');
+ this.state.setSortOrder('asc');
+ });
+
// Local state
private q = signal('');
selectedNoteId = signal(null);
diff --git a/vault/Allo-3/test/dessin.excalidraw.md b/vault/Allo-3/test/dessin.excalidraw.md
index d735e76..f643b94 100644
--- a/vault/Allo-3/test/dessin.excalidraw.md
+++ b/vault/Allo-3/test/dessin.excalidraw.md
@@ -1,6 +1,6 @@
---
-excalidraw-plugin: parsed
updated: "2025-11-04T01:33:48.022Z"
+description: "Données d'un dessin Excalidraw, à consulter et modifier dans la vue Excalidraw."
---
==⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠==