2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-06 09:43:38 +00:00

[UI] Import context (#11685)

* Refactor ImporterDrawer

- Use a single, globally accessible object
- Provide global state management

* Expose global importer state to the plugin interface

* Improve registration of data import serializers

* Update frontend version / docs

* Bump API version
This commit is contained in:
Oliver
2026-04-08 06:01:00 +10:00
committed by GitHub
parent 448d775690
commit 437dddc75f
15 changed files with 178 additions and 117 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@inventreedb/ui",
"description": "UI components for the InvenTree project",
"version": "0.9.0",
"version": "0.10.0",
"private": false,
"type": "module",
"license": "MIT",