Commit Graph

11 Commits

Author SHA1 Message Date
bblaz 35c30120b8 Update label form to use quantity_initial for quantity assignment 2026-04-06 18:01:58 +02:00
bblaz 96b263c899 Enforce required label form fields before preview and create 2026-04-06 17:54:45 +02:00
bblaz d4205f93b8 Add preset expiration day picker to label form 2026-04-06 17:47:02 +02:00
bblaz 218647b2cb Improve label quantity input and unit picker 2026-04-06 17:34:11 +02:00
bblaz 76d8180f41 Refresh nav on auth changes and show session info 2026-04-06 17:20:47 +02:00
bblaz a0da39b697 Fix auth verification flow and alert ID fallback 2026-04-06 17:07:14 +02:00
bblaz 1521602743 Preserve trailing slashes in constructed URLs within buildPathname for improved URL consistency. 2026-04-06 16:35:25 +02:00
bblaz d56da613dd Refactor API client to replace resolveApiRequestUrl with buildUrl, improving URL construction and error handling. Remove test script from package.json. 2026-04-06 11:06:07 +02:00
bblaz 739cb37157 Refactor API client to use resolveApiRequestUrl for improved URL resolution, enhanced error handling, and clearer cross-origin request support. Add test script to package.json. 2026-04-06 10:48:03 +02:00
bblaz 155c7a65d6 Refactor API client and stock management logic for improved clarity, error handling, and support for additional stock types. 2026-04-06 10:30:37 +02:00
bblaz 929ee6557a Introduce initial version of the Lonc app with core features, styling, and configurations.
- Add base app structure, including Bootstrap setup and Alpine.js integration.
- Implement authentication flow with session handling.
- Integrate stock management and label creation functionalities.
- Include responsive styling and theme using CSS variables and custom components.
- Add API clients for Tryton-based backend.
- Set up kitchen and dashboard navigation workflows.
- Configure service worker for PWA support.
2026-04-06 09:24:22 +02:00