sepehr 8d95f34fcc fix: Add debounced Undo/Redo system to avoid character-by-character history
- Add debounced state updates for title and content (500ms delay)
- Immediate UI updates with delayed history saving
- Prevent one-letter-per-undo issue
- Add cleanup for debounce timers on unmount
2026-01-04 14:28:11 +01:00

10 lines
388 B
Markdown

# Contributing
Hey, thanks for wanting to contribute.
Before you open a PR, make sure to open an issue and discuss the problem you want to solve. I will not consider PRs without issues.
I use [gitmoji](https://gitmoji.dev/) for my commit messages because I think it's fun. I encourage you to do the same, but won't enforce it.
I check PRs and issues very rarely so please be patient.