pavlov346346-source
45e77958cb
Remove Map from the sidebar navigation
2026-09-18 20:27:24 +03:00
pavlov346346-source
be0fd9aee7
Hide completed import catalog entries without losing order history
2026-09-18 20:17:30 +03:00
pavlov346346-source
11e7b4bd56
Refine six client proposal layouts and transparent company logos
2026-09-18 19:55:04 +03:00
pavlov346346-source
7807bf4f8f
Poll workspace revision through the authorized state RPC
2026-09-18 19:17:03 +03:00
pavlov346346-source
71bc56b0cd
Route cloud access through Caterium and vendor login SDK
2026-09-18 19:07:47 +03:00
pavlov346346-source
ff7fe90ccf
Add searchable user guide and support area with future assistant design
2026-09-18 18:43:27 +03:00
pavlov346346-source
09bfb0fed8
Fix Safari login request bodies and raw storage uploads
2026-09-18 18:13:00 +03:00
pavlov346346-source
4d4cca2e32
Respect confirmed payment for imported orders with unknown totals
2026-09-18 16:29:44 +03:00
pavlov346346-source
f628a4a27e
Remove empty mobile order gap above payment fields
2026-09-18 10:43:08 +03:00
pavlov346346-source
66decb03a5
Show mobile order totals above catalog and add return-to-top button
2026-09-18 10:36:06 +03:00
pavlov346346-source
dac1a1de72
Fill empty trial tabs with premium, drinks, tableware, extras and delivery
2026-09-18 08:26:21 +03:00
pavlov346346-source
18ff2b9c30
Add 18 trial banquet dishes with portion TTKs and additive stock seed
2026-09-18 08:11:32 +03:00
pavlov346346-source
4fe984b584
fix: remove legacy login flash during session restoration
2026-09-18 05:48:20 +03:00
pavlov346346-source
6472dba7ee
fix: bound proposal loading and preserve per-order preview
2026-09-18 05:31:15 +03:00
pavlov346346-source
44d6ec9e81
Cache optimized trial photos for legacy URLs in the installed app
2026-09-18 04:59:16 +03:00
pavlov346346-source
6067c3f570
Fix transient cloud sync timeouts and optimize trial photos
2026-09-18 04:51:29 +03:00
pavlov346346-source
7e5c7c1908
Restore distinct proposal designs and improve PDF typography and pagination
2026-09-18 04:05:36 +03:00
pavlov346346-source
9539374c88
Add isolated trial demo boxes with TTK, stock and purchasing scenario
2026-09-18 03:24:43 +03:00
pavlov346346-source
d4e02cab8b
Recover login from empty API responses with one authenticated session
2026-09-18 02:39:30 +03:00
pavlov346346-source
1ae56fb57b
Fit nine calendar orders per day and preserve all printed events
2026-09-17 21:25:25 +03:00
pavlov346346-source
2d49563b9d
Add banquet packages, dish sections and guest totals
2026-09-17 21:07:54 +03:00
pavlov346346-source
57f5807953
Require account login and isolate all company client caches
2026-09-17 20:40:24 +03:00
pavlov346346-source
c18c49770d
Start new companies with empty private catalogs
2026-09-17 20:27:07 +03:00
pavlov346346-source
48ffa51748
Preserve imported order history and saved order pricing
2026-09-17 20:15:32 +03:00
pavlov346346-source
7446a551f6
fix: allow premium-dark/premium-emerald in template id whitelists
...
Two separate Set-based whitelists (OFFER_TEMPLATE_IDS in app-runtime.js
and TEMPLATE_IDS in ux-fixes-v1764.js) validated any explicit template
selection before persisting/rendering it, but neither had been updated
when premium-dark/premium-emerald were added. The per-order "Оформление
PDF" picker's click handler calls persistOfferTemplate(), which silently
returned false when the id failed this check -- so clicking either
premium card in an order's offer modal did nothing, no error, no toast.
Verified end-to-end against a real order: both ids now persist and the
picker shows the selected state correctly.
Also bumped performance.js's internal RELEASE tag, since it gates the
cache-busting query string used to dynamically load ux-fixes-v1764.js
and eight other core modules -- otherwise this fix would hit the same
stale-cache issue just fixed in index.html.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-16 13:46:15 +03:00
pavlov346346-source
2e2f02efc3
fix: match the early login boot placeholder to the cream login redesign
...
performance.js paints a full-screen boot placeholder immediately on
page load (before app-runtime.js and the real auth gate exist), so it
never got updated when login-signature-v1776.js was redesigned from a
dark two-column layout with an offer-gallery/002.jpg table photo to
the light single-column "cream login" with the Caterium SVG mark.
Result: every signed-out visitor saw the old dark/photo screen flash
for a moment, then get replaced by the new light screen once the real
gate rendered - the flicker was two genuinely different, undeployed-
in-sync designs, not a caching artifact. Rebuilt the boot placeholder's
markup and inline critical CSS to mirror login-signature-v1776.js's
current design (same background, mark, type, and copy) so the first
paint already matches what replaces it.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-12 14:40:33 +03:00
pavlov346346-source
15dbbc71af
fix: show Signature auth from first frame
2026-09-12 03:42:43 +03:00
pavlov346346-source
9bf75ccf11
Add order comments, reminders, search and delivery totals
...
Add per-line comments, day/hour order reminders, catalog search by number/name, and delivery-inclusive financial summary. Includes static regression checks.
2026-09-11 14:27:17 +03:00
pavlov346346-source
736e551369
Security: require verified email for signup
...
* security: require verified email for client signups
* security: load verified-email auth guard
* test: include auth security guard in deploy checks
* test: guard verified-email signup flow
* security: remove client-controlled email autoconfirm triggers
2026-09-11 07:27:37 +03:00
pavlov346346-source
4aa66d0a56
Caterium v17.7.3 — clients server read
...
Server-preferred normalized client profiles with legacy fallback, canonical snapshot RPC, preserved order metrics, release metadata and tests.
2026-09-09 12:07:37 +03:00
pavlov346346-source
815cc602c5
Caterium v17.7.2 — clients foundation
...
Canonical client identity, client data layer, legacy loyalty/communication compatibility, normalized Supabase client RPC, release metadata and tests.
2026-09-09 10:42:14 +03:00
github-actions[bot]
b6ec42b2e2
Caterium v17.7.1 - data layer adoption
2026-09-08 23:34:45 +00:00
pavlov346346-source
f8bb0a78b4
Caterium v17.7.0 — architecture foundation
...
Introduce the first data layer, move order auto-completion to server cron with legacy/cloud compatibility, clean error telemetry, update PWA/versioning, and add regression coverage.
2026-09-08 13:24:34 +03:00
pavlov346346-source
fbafb33a33
Caterium v17.6.9 — offer PDF workspace and gallery uploads
...
* Add v17.6.9 client offer workspace tabs
* Persist two editable offer gallery photos
* Add one-time v17.6.9 release preparation workflow
* Prepare Caterium v17.6.9 offer PDF workspace
* Remove one-time v17.6.9 release workflow
* Fix offer workspace mutation observer loop
* Add one-time v17.6.9 idempotency hotfix workflow
* Make v17.6.9 offer workspace rendering idempotent
* Remove one-time v17.6.9 idempotency workflow
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-09-08 08:21:11 +03:00
pavlov346346-source
4ba730990b
Caterium v17.6.8 — Developer Console UX and error fixes
...
* Add v17.6.8 Developer Console UX and race fixes
* Add Developer Console numbering delete and grouped error RPCs
* Add one-time v17.6.8 release preparation workflow
* Prepare Caterium v17.6.8 Developer Console UX
* Remove one-time v17.6.8 release workflow
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-09-08 07:58:54 +03:00
pavlov346346-source
a3616b7387
Caterium v17.6.7 — restore classic client proposal PDFs
...
Restore presentation-style client proposal PDFs with 10 classic designs, 3 hidden archive templates, and exact preview/download canvas parity.
2026-09-08 07:29:40 +03:00
pavlov346346-source
cd776d5647
Caterium v17.6.6 — proposal templates and Menu icon
...
Fix Menu sidebar icon alignment and make all four client proposal templates structurally distinct in preview and PDF.
2026-09-08 07:01:35 +03:00
pavlov346346-source
71d9cdc92e
Caterium v17.6.5 stability hardening
...
* Prepare v17.6.5 stability hardening patch
* Move v17.6.5 stability patch logic to script
* Fix v17.6.5 stability patch workflow
* Harden Caterium v17.6.5 stability
* Remove one-time v17.6.5 patch workflow
* Remove one-time v17.6.5 patch script
* Update static stability checks for v17.6.5
* Fix v17.6.5 E2E version expectation
* Update v17.6.5 E2E version expectation
* Remove one-time v17.6.5 test patch workflow
* Capture failing v17.6.5 E2E diagnostics
* Capture v17.6.5 E2E failures
* Make v17.6.5 stability E2E deterministic
* Make v17.6.5 E2E checks deterministic
* Remove one-time deterministic E2E workflow
* Remove one-time E2E diagnostic workflow
* Remove temporary E2E diagnostics
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-09-08 05:55:48 +03:00
pavlov346346-source
8c90dd950f
Caterium v17.6.4 — settings, orders, PDFs and menu icon
...
Fix Developer Console memory refresh freeze, auto-complete and fully pay orders one minute after scheduled time, persist offer template per client proposal, and add styled Menu SVG icon. Includes PWA cache update and regression coverage.
2026-09-07 20:05:43 +03:00
pavlov346346-source
ce6fa974aa
Caterium v17.6.3 — fix developer gate and SaaS settings
...
Fix platform developer gate during workspace loading and prevent SaaS click events from reaching Developer Console as DOM buttons. Add v17.6.3 regression tests and PWA cache bump.
2026-09-07 19:31:00 +03:00
pavlov346346-source
5b2926c36b
Caterium v17.6.2 — operations UX
...
Add read-only developer support refresh, calendar overflow panel, full-page menu editor, configurable route start, and in-route order popup.
2026-09-07 18:53:23 +03:00
pavlov346346-source
672a8e2237
Caterium v17.6.1 — chat photo compression and server memory
...
Release v17.6.1 after green GitHub QA and Cloudflare preview checks.
2026-09-07 18:11:05 +03:00
pavlov346346-source
2cd5c3404f
Caterium v17.6.0 - GitHub Cloudflare autodeploy
2026-09-07 15:29:20 +03:00