️(frontend) improve tree stability

Improve tree stability by limiting the requests,
we now only load the tree request one time then
we let the treeContext handle the state without
mutating it directly.
We do not do the doc subpage request anymore,
the treeContext has already the data we need,
we just need to update the tree node when needed.
This commit is contained in:
Anthony LC
2025-07-22 17:53:41 +02:00
parent b28ff8f632
commit bbf48f088f
15 changed files with 191 additions and 247 deletions

View File

@@ -16,6 +16,7 @@ and this project adheres to
- ♻️(frontend) redirect to doc after duplicate #1175
- 🔧(project) change env.d system by using local files #1200
- ⚡️(frontend) improve tree stability #1207
### Fixed