- 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
		
			
				
	
	
		
			59 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			59 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
---
 | 
						|
titre: note_213
 | 
						|
auteur: Bruno Charest
 | 
						|
creation_date: 2025-11-01T09:48:45-04:00
 | 
						|
modification_date: 2025-11-01T09:49:06-04:00
 | 
						|
catégorie: ""
 | 
						|
tags: demo, test, performance
 | 
						|
aliases: []
 | 
						|
status: en-cours
 | 
						|
publish: false
 | 
						|
favoris: false
 | 
						|
template: false
 | 
						|
task: false
 | 
						|
archive: false
 | 
						|
draft: false
 | 
						|
private: false
 | 
						|
created: 2025-11-01
 | 
						|
modified: 2025-11-01
 | 
						|
---
 | 
						|
# Test Note 213
 | 
						|
 | 
						|
This is a test note number 213 generated for performance testing.
 | 
						|
 | 
						|
## Section 1
 | 
						|
 | 
						|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
 | 
						|
 | 
						|
## Section 2
 | 
						|
 | 
						|
- Item 1: Some content
 | 
						|
- Item 2: More content
 | 
						|
- Item 3: Even more content
 | 
						|
 | 
						|
### Subsection
 | 
						|
 | 
						|
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
 | 
						|
 | 
						|
## Random Data
 | 
						|
 | 
						|
Number: 213
 | 
						|
Date: 2025-11-01
 | 
						|
Tags: demo, test, performance
 | 
						|
 | 
						|
Some additional content to make the file larger and more realistic.
 | 
						|
 | 
						|
`
 | 
						|
javascript
 | 
						|
console.log('This is test note 213');
 | 
						|
function test() {
 | 
						|
    return 'performance test data';
 | 
						|
}
 | 
						|
`
 | 
						|
 | 
						|
More paragraphs here to simulate real note content with various formatting.
 | 
						|
 | 
						|
Another paragraph with some **bold text** and *italic text*.
 | 
						|
 | 
						|
And one more paragraph to make it even longer with a [link](https://example.com) and some inline code.
 |