ObsiViewer/vault/big/note_002.md
Bruno Charest 70ca76835e feat: preserve scroll position during note list resets
- Added scroll position preservation when resetting note list (e.g. during searches)
- Implemented willReset signal in PaginationService to notify views before data resets
- Created preserveOnReset effect to capture scroll offset before list changes
- Added restoreAfterReset effect to restore scroll position after data reloads
- Updated loadInitial and invalidateCache methods to trigger willReset notifications
2025-11-01 10:10:45 -04:00

35 lines
506 B
Markdown

---
titre: note_002
auteur: Bruno Charest
creation_date: 2025-11-01T09:48:35-04:00
modification_date: 2025-11-01T09:48:35-04:00
catégorie: ""
tags: performance, test
aliases: []
status: en-cours
publish: false
favoris: false
template: false
task: false
archive: false
draft: false
private: false
created: 2025-01-15
modified: 2025-01-15
---
# Test Note 2
This is a test note number 2.
## Introduction
Performance testing content.
- Point 1
- Point 2
```markdown
# Code block
console.log("test");
```