2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-27 21:16:48 +00:00

Update sound assets

This commit is contained in:
Oliver Walters 2021-03-01 14:51:16 +11:00
parent 4c28031611
commit 3761f4090f
5 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,7 @@
- Fixes form display bug for stock adjustment actions
- User permissions are now queried from the InvenTree server
- Any "unauthorized" actions are now not displayed
- Uses server-side pagination, providing a significant increase in UI performance
## 0.1.2 - February 2021
---

Binary file not shown.

View File

@ -113,6 +113,8 @@ Future<void> showServerError(String title, String description) async {
title = I18N.of(OneContext().context).serverError;
}
// TODO - Play audio notification
showSnackIcon(
title,
success: false,

View File

@ -64,7 +64,8 @@ flutter:
- assets/image/icon.png
- assets/release_notes.md
- assets/sounds/barcode_scan.mp3
- assets/sounds/error_tone.mp3
- assets/sounds/barcode_error.mp3
- assets/sounds/server_error.mp3
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.