update image resolution and search bar cursor color

This commit is contained in:
tzw
2025-02-10 11:23:38 +06:30
parent fb6a9f691a
commit 9fdc20a61b
13 changed files with 246 additions and 203 deletions

View File

@@ -1,6 +1,8 @@
const uploadPhotoLimit = 10;
const shipmentCountForCartonFilter = 10;
const resendCountSec = 30;
int imageQuality = 100;
double imageMaxWidth = 1000;
const config_collection = "configs";
const user_collection = "users";
@@ -84,7 +86,7 @@ const privilege_receiving = "rc";
const privilege_pickup = "pku";
const privilege_collect = "col";
const privilege_report = "rpt";
const privilege_pin ="pin";
const privilege_pin = "pin";
// Pickup types
const shipment_local_pickup = "Local pickup";