2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 18:45:40 +00:00

[PUI] Small updates (#6320)

* Ensure .ts files are generated

- "yarn run compile" before "yarn run dev"
- ensures that .ts locale files are all generated

* Implement "Add Part Category" button

* Create new stock location

* Rename customActionGroups to tableActions

* Rename customFilters to tableFilters

* Edit category from table

* Edit stock location from table

* Add some placeholder buttons

* More placeholders
This commit is contained in:
Oliver
2024-01-23 00:55:44 +11:00
committed by GitHub
parent ab921ccb31
commit d502d93380
35 changed files with 287 additions and 71 deletions

View File

@ -978,6 +978,7 @@ def frontend_dev(c):
c: Context variable
"""
print('Starting frontend development server')
yarn(c, 'yarn run compile')
yarn(c, 'yarn run dev')