Improve stock list restore and item-level refresh feedback
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
2026-04-12 17:23:39 +02:00
parent 1d23279819
commit cc0e368480
5 changed files with 742 additions and 26 deletions
+2 -1
View File
@@ -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 = {