2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-25 12:33:33 +00:00

feat(frontend): warn if notes are dirty (#11772)

* feat(frontend): warn if notes are dirty

closes https://github.com/invenhost/InvenTree/issues/301

* fix type

* fix small style issues

* add changelog entry

* stop closing tab
This commit is contained in:
Matthias Mair
2026-04-22 01:11:27 +02:00
committed by GitHub
parent d837c8a910
commit 6cb0cfbfcc
5 changed files with 71 additions and 3 deletions
+2
View File
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- [#11772](https://github.com/inventree/InvenTree/pull/11772) the UI now warns if you navigate away from a note panel with unsaved changes
### Changed
### Removed