- 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
		
			
				
	
	
		
			42 lines
		
	
	
		
			827 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			827 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
---
 | 
						|
tags: test, performance, big, note, content
 | 
						|
created: 2025-01-15
 | 
						|
modified: 2025-01-15
 | 
						|
---
 | 
						|
 | 
						|
# Test Note 1
 | 
						|
 | 
						|
This is a test note number 1 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
 | 
						|
- Item 2
 | 
						|
- Item 3
 | 
						|
 | 
						|
### Subsection
 | 
						|
 | 
						|
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
 | 
						|
 | 
						|
## Random Data
 | 
						|
 | 
						|
Number: 1
 | 
						|
Date: 2025-01-15
 | 
						|
Tags: test, performance, big, note, content
 | 
						|
 | 
						|
Some additional content to make the file larger and more realistic.
 | 
						|
 | 
						|
```javascript
 | 
						|
console.log('This is test note 1');
 | 
						|
```
 | 
						|
 | 
						|
More paragraphs here to simulate real note content.
 | 
						|
 | 
						|
Another paragraph with some text.
 | 
						|
 | 
						|
And one more paragraph to make it even longer.
 |