diff --git a/docs/app/settings.md b/docs/app/settings.md index 03537c2..748d061 100644 --- a/docs/app/settings.md +++ b/docs/app/settings.md @@ -9,21 +9,15 @@ The *Settings* view provides access to user configurable settings, in addition t The main settings view is shown below, and provides the following options: - **Server** - Configure and select server profile -- **Home Screen** - Configure home screen settings - **App Settings** - Configure app settings +- **Home Screen** - Configure home screen settings +- **Part** - Configure part settings +- **About** - Display app version information {% with id="settings_view", url="app/settings.png", maxheight="240px", description="Settings view" %} {% include 'img.html' %} {% endwith %} -## Home Screen - -The *Home Screen* view allows you to configure display options for the app 'home screen': - -{% with id="home_settings", url="app/home_settings.png", maxheight="240px", description="Home Screen Settings" %} -{% include 'img.html' %} -{% endwith %} - ## App Settings The *App Settings* view provides configuration options for the InvenTree app: @@ -54,5 +48,15 @@ Configure audible app notifications: ### App Settings -- **Use Strict HTTPS** - Enforce strict checking of HTTPs certificates. Enabling this option may prevent you from connecting to the server if there are certificate issues -- **Upload Error Reports** - Enable uploading of anonymous error / crash reports. These reports are used to improve the quality of the app. \ No newline at end of file +- **Dark Mode** - Enable "dark mode" display for the app. +- **Use Strict HTTPS** - Enforce strict checking of HTTPs certificates. Enabling this option may prevent you from connecting to the server if there are certificate issues. +- **Language** - Select app language. By default, will use the system language of the device the app is installed on. +- **Upload Error Reports** - Enable uploading of anonymous error / crash reports. These reports are used to improve the quality of the app. + +## Home Screen + +The *Home Screen* view allows you to configure display options for the app 'home screen': + +{% with id="home_settings", url="app/home_settings.png", maxheight="240px", description="Home Screen Settings" %} +{% include 'img.html' %} +{% endwith %} diff --git a/docs/assets/images/app/app_settings.png b/docs/assets/images/app/app_settings.png index 652ef6a..733ef87 100644 Binary files a/docs/assets/images/app/app_settings.png and b/docs/assets/images/app/app_settings.png differ diff --git a/docs/assets/images/app/home_settings.png b/docs/assets/images/app/home_settings.png index b25a596..c9dbb7a 100644 Binary files a/docs/assets/images/app/home_settings.png and b/docs/assets/images/app/home_settings.png differ diff --git a/docs/assets/images/app/po_detail.png b/docs/assets/images/app/po_detail.png index 031c528..be2c980 100644 Binary files a/docs/assets/images/app/po_detail.png and b/docs/assets/images/app/po_detail.png differ diff --git a/docs/assets/images/app/po_lines.png b/docs/assets/images/app/po_lines.png index 29ccc4c..7a0ff16 100644 Binary files a/docs/assets/images/app/po_lines.png and b/docs/assets/images/app/po_lines.png differ diff --git a/docs/assets/images/app/po_list.png b/docs/assets/images/app/po_list.png index 37e7b17..95cc382 100644 Binary files a/docs/assets/images/app/po_list.png and b/docs/assets/images/app/po_list.png differ diff --git a/docs/assets/images/app/po_stock.png b/docs/assets/images/app/po_stock.png index 0f584ff..ecc1d0b 100644 Binary files a/docs/assets/images/app/po_stock.png and b/docs/assets/images/app/po_stock.png differ diff --git a/docs/assets/images/app/settings.png b/docs/assets/images/app/settings.png index 60fb110..8e2b2af 100644 Binary files a/docs/assets/images/app/settings.png and b/docs/assets/images/app/settings.png differ