Improve stock list restore and item-level refresh feedback
This commit is contained in:
+2
-1
@@ -1,5 +1,5 @@
|
||||
export const APP_NAME = 'Lonc';
|
||||
export const APP_VERSION = typeof __APP_VERSION__ !== 'undefined' ? __APP_VERSION__ : '0.2.0';
|
||||
export const APP_VERSION = typeof __APP_VERSION__ !== 'undefined' ? __APP_VERSION__ : '0.2.1';
|
||||
export const TRYTON_APPLICATION = 'kitchen';
|
||||
|
||||
export const CONNECTION_STATES = {
|
||||
@@ -14,6 +14,7 @@ export const STORAGE_KEYS = {
|
||||
session: 'lonc.auth.session',
|
||||
activeKitchen: 'lonc.kitchen.active',
|
||||
labelDraft: 'lonc.labels.draft',
|
||||
stockListContext: 'lonc.stock.list.context',
|
||||
};
|
||||
|
||||
export const DEFAULT_CONFIG = {
|
||||
|
||||
Reference in New Issue
Block a user