2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-15 03:35:28 +00:00

App orientation (#369)

* Configurable screen orientation

- Follow system (default)
- Fixed in portrait
- Fixed in landscape

* Fix for dialog
This commit is contained in:
Oliver
2023-06-13 19:53:50 +10:00
committed by GitHub
parent ba409660f4
commit 71bf3ad049
6 changed files with 185 additions and 40 deletions

View File

@ -627,6 +627,21 @@
"onOrderDetails": "Items currently on order",
"@onOrderDetails": {},
"orientation": "Screen Orientation",
"@orientation": {},
"orientationDetail": "Screen orientation (requires restart)",
"@orientationDetail": {},
"orientationLandscape": "Landscape",
"@orientationLandscape": {},
"orientationPortrait": "Portrait",
"@orientationPortrait": {},
"orientationSystem": "System",
"@orientationSystem": {},
"outstanding": "Outstanding",
"@outstanding": {},