isaacclad
775d05473a
Sync app launcher from registry
Deploy Ladill Merchant / deploy (push) Successful in 40s
2026-07-24 19:32:06 +00:00
isaacclad
c98ed6b5b3
Let hero stats cards auto-expand to fit long values.
...
Deploy Ladill Merchant / deploy (push) Successful in 32s
Replace fixed mobile widths and equal grid columns with content-sized cards so figures like GHS balances and storage sizes are never clipped.
2026-07-24 14:53:32 +00:00
isaacclad
0a3e142f47
Require Ladill Pay only for Merchant checkouts.
...
Deploy Ladill Merchant / deploy (push) Successful in 51s
Remove custom/owner payment gateway option and always route customer payments through Ladill Pay with platform fees.
2026-07-24 14:15:39 +00:00
isaacclad
ce41c1ece7
Stop Paystack pre-modal flash on customer checkout.
...
Deploy Ladill Merchant / deploy (push) Successful in 38s
Use the shared Inline sheet, hold busy until payment UI opens, and avoid locking page scroll during the handoff.
2026-07-24 10:14:41 +00:00
isaacclad
ef8b230ece
Simplify Paystack checkout handoff
Deploy Ladill Merchant / deploy (push) Successful in 45s
2026-07-24 08:25:28 +00:00
isaacclad
27f67f239b
Simplify pay wait copy and scale Paystack to fill the loading area.
...
Deploy Ladill Merchant / deploy (push) Successful in 1m43s
Use “Please wait…” while loading, and scale the contained Paystack iframe so
checkout fills the sheet body without a floating second card.
2026-07-23 22:56:34 +00:00
isaacclad
0a43d694ab
Render Paystack flush in the sheet loading area without a second stage.
...
Deploy Ladill Merchant / deploy (push) Has been cancelled
Drop host shadows and keep the iframe transparent so checkout fills the
Ladill sheet body instead of floating as a second card.
2026-07-23 22:43:59 +00:00
isaacclad
5e92f77db1
Force Paystack checkout into the sheet mount on first insert.
...
Deploy Ladill Merchant / deploy (push) Successful in 1m20s
Redirect first iframe append into the Ladill sheet body and keep absolute
fill styles applied so checkout is not a second full-screen modal.
2026-07-23 22:36:28 +00:00
isaacclad
131df28d99
Unify payment sheet to one POS design across all apps.
...
Deploy Ladill Merchant / deploy (push) Successful in 1m44s
Loading uses the standard white bottomsheet/modal; once Paystack Inline is
ready the host shell goes transparent so only Paystack's card shows on the
backdrop — no oversized second white frame on Merchant/Give/etc.
2026-07-21 23:15:56 +00:00
isaacclad
99d3053508
Tighten payment sheet UI to match POS single-surface checkout.
...
Deploy Ladill Merchant / deploy (push) Successful in 57s
When Paystack Inline is ready: widen desktop panel for channel sidebar, collapse
to a minimal header, hide footer trust line, and re-pin the checkout iframe to
the sheet body so it does not read as a second modal on top of Ladill chrome.
2026-07-21 23:02:43 +00:00
isaacclad
97a30ee6b3
Fix proxied checkout CSRF for Merchant, Give, Invoice and Events.
...
Deploy Ladill Merchant / deploy (push) Successful in 46s
Public order/pay POSTs hit ladl.link first; satellite CSRF tokens cannot bind
to Link (or platform/satellite) sessions, which returned 419 and showed
"Could not start checkout." Except public checkout paths and return
access_code from owner-gateway Paystack init. Sync contained Paystack sheet.
2026-07-21 22:53:52 +00:00
isaacclad and Cursor
5166cd8a64
Add optional owner gateway routing to Merchant.
...
Deploy Ladill Merchant / deploy (push) Successful in 44s
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-21 19:47:13 +00:00
isaacclad
b737725be4
Restore Paystack Inline in-page sheet/modal; stop separate-browser checkout.
...
Deploy Ladill Merchant / deploy (push) Successful in 1m46s
Pass access_code through pay responses and launch PaystackPop from the shared sheet instead of window.open.
2026-07-21 19:12:24 +00:00
isaacclad
84cf01c927
Keep Paystack sheet/modal visible; open Paystack from Continue.
...
Deploy Ladill Merchant / deploy (push) Successful in 1m20s
Stop auto-popups that steal focus, use one responsive panel, and skip ladl.link redirects for JSON pay requests.
2026-07-21 18:46:26 +00:00
isaacclad
9345efbfdb
Open Paystack from the Pay click gesture, not after fetch.
...
Deploy Ladill Merchant / deploy (push) Successful in 56s
Paystack blocks iframes, so checkout uses a popup beside the sheet/modal chrome. Opening about:blank on the user tap keeps that window from being blocked after the async initiate response.
2026-07-21 18:13:20 +00:00
isaacclad
fb36f13a43
Fix Paystack sheet: stop iframe embeds that Paystack blocks.
...
Deploy Ladill Merchant / deploy (push) Successful in 52s
Paystack checkout.paystack.com returns X-Frame-Options: SAMEORIGIN, so the shared sheet opened empty. Keep mobile sheet/desktop modal chrome, launch checkout in a named window with a Continue CTA fallback, and escape payment-return via window.opener or top.
2026-07-21 17:34:22 +00:00
isaacclad
c11cc99d17
Present Paystack checkout in a responsive mobile sheet and desktop modal.
...
Deploy Ladill Merchant / deploy (push) Successful in 1m5s
Standardize customer-facing Ladill Pay checkout shells across products, open them on all viewports, and escape iframe callbacks back to the product flow.
2026-07-21 16:50:07 +00:00
isaacclad and Cursor
29a29224dd
Sync launcher after restoring Merchant in app registry.
...
Deploy Ladill Merchant / deploy (push) Successful in 56s
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-21 13:38:07 +00:00
isaacclad
3744da58cb
Fix deploy tmp paths: drop unset gitea.run_attempt.
...
Deploy Ladill Merchant / deploy (push) Successful in 1m0s
act_runner v0.2.x does not expose gitea.run_attempt, so release archive and
workspace paths rendered with a trailing dash. Use gitea.run_id only, matching
the Meet/CRM deploy workflows.
2026-07-17 12:55:59 +00:00
isaacclad
7b6adf6f7a
Sync launcher after Mini/Merchant/Give pause.
Deploy Ladill Merchant / deploy (push) Successful in 38s
2026-07-15 01:27:02 +00:00
isaacclad
194b921727
Remove desktop header search from app topbars.
...
Deploy Ladill Merchant / deploy (push) Successful in 1m1s
Drop the lg+ topbar search field; mobile search entry points are unchanged.
2026-07-09 06:57:33 +00:00
isaacclad
24610cdedf
Sync app launcher from registry
Deploy Ladill Merchant / deploy (push) Successful in 39s
2026-07-07 23:13:33 +00:00
isaacclad
a3c2c2a2bb
Show boot splash on app open/reload for logged-in users.
...
Deploy Ladill Merchant / deploy (push) Successful in 1m24s
Replace the once-per-session sessionStorage guard (which suppressed the loading
screen after its first appearance) with entry-aware logic: show on app entry
and reloads, suppress on internal link navigations and back/forward.
2026-07-07 20:34:56 +00:00
isaacclad
176ad4eaba
Sync app launcher from registry
Deploy Ladill Merchant / deploy (push) Successful in 36s
2026-07-07 14:42:41 +00:00
isaacclad
2c7d8873ed
Prefer system npm in deploy CI when portable node-gyp is broken.
...
Deploy Ladill Merchant / deploy (push) Successful in 35s
Falls back to downloading Node only when host npm is unavailable, fixing npm ci failures on ladill-deploy-runner.
2026-07-07 00:46:53 +00:00
isaacclad
236276c15a
Sync app launcher from registry
Deploy Ladill Merchant / deploy (push) Failing after 2s
2026-07-07 00:21:46 +00:00
isaacclad and Cursor
30ec8943dc
Add Events-style heroes to Storefronts and Products index pages.
...
Deploy Ladill Merchant / deploy (push) Successful in 42s
Surface wallet balance and key counts in gradient hero sections so Merchant list pages match the Events pattern.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-04 16:55:16 +00:00
isaacclad and Cursor
742592ab0d
Propagate shared copy-button component and clipboard helper.
...
Deploy Ladill Merchant / deploy (push) Successful in 57s
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-03 23:04:05 +00:00
isaacclad
6fdb64bc9f
Sync mobile notification badge and dashboard icon-link partials.
...
Deploy Ladill Merchant / deploy (push) Successful in 43s
Align mobile unread badge with desktop and add plus icon support for panel actions.
2026-07-03 22:41:00 +00:00
isaacclad
a85521fd2a
Sync app launcher from registry
Deploy Ladill Merchant / deploy (push) Successful in 38s
2026-07-01 17:04:48 +00:00
isaacclad and Cursor
53cf63c23d
Throttle platform SSO session checks to cut per-request auth latency.
...
Deploy Ladill Merchant / deploy (push) Successful in 1m24s
Verify auth.ladill.com at most once every 90s; recommend Redis for session/cache in .env.example.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-30 16:50:46 +00:00
isaacclad
48327cfc56
Add Queue to app launcher config and icon.
...
Deploy Ladill Merchant / deploy (push) Successful in 49s
Propagated from ladill monorepo launcher sync.
2026-06-29 22:12:15 +00:00
isaacclad
5776559690
Sync app launcher from registry
Deploy Ladill Merchant / deploy (push) Successful in 54s
2026-06-29 17:53:00 +00:00
isaacclad and Cursor
2b23140a3e
Cap launcher dropdown at 15 visible apps (5 rows).
...
Deploy Ladill Merchant / deploy (push) Successful in 45s
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-29 17:44:10 +00:00
isaacclad and Cursor
909d3eb862
Hide launcher down arrow when scrolled to the end.
...
Deploy Ladill Merchant / deploy (push) Successful in 50s
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-29 14:47:51 +00:00
isaacclad and Cursor
1ea5397ca5
Revert launcher scroll rail and fade; keep down arrow hint.
...
Deploy Ladill Merchant / deploy (push) Successful in 1m3s
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-29 14:00:42 +00:00
isaacclad and Cursor
bd443b17fb
Make launcher scroll affordance visible on open.
...
Deploy Ladill Merchant / deploy (push) Successful in 58s
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-29 13:51:55 +00:00
isaacclad
0b17b602e0
Sync app launcher from registry
Deploy Ladill Merchant / deploy (push) Successful in 1m19s
2026-06-29 13:29:27 +00:00
isaacclad
c5b190db00
Always show launcher scroll indicator and cap at 18 apps.
...
Deploy Ladill Merchant / deploy (push) Successful in 1m3s
Apply ladill-launcher-apps scroll styles unconditionally with a persistent
scrollbar track; propagate launcher blade and CSS across all Ladill apps.
2026-06-29 13:03:28 +00:00
isaacclad and Cursor
9430cfaab6
Use + icon buttons on mobile dashboards.
...
Deploy Ladill Merchant / deploy (push) Successful in 33s
Sync mobile-header-btn partials, mobile x-btn.create, and update dashboard header actions for consistent mobile FABs.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-28 16:22:45 +00:00
isaacclad and Cursor
60a3ad7391
Place wallet widget after Billing link in mobile profile sheet.
...
Deploy Ladill Merchant / deploy (push) Successful in 1m4s
Remove duplicate Billing header above Home; wallet card follows Billing
in menu order to match the desktop avatar dropdown.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-28 14:06:44 +00:00
isaacclad and Cursor
12ee164c19
Sync mobile profile wallet card and 24h session idle timeout.
...
Deploy Ladill Merchant / deploy (push) Successful in 1m13s
Show wallet balance prominently in the mobile profile bottom sheet with refresh
on open; align session lifetime with the platform default.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-28 12:46:19 +00:00
isaacclad and Cursor
c07ab6b750
Hide header avatar on mobile and sync shared mobile nav partials.
...
Deploy Ladill Merchant / deploy (push) Successful in 1m25s
Profile moves to the bottom nav sheet on small screens; optional search tab
support is synced from the Ladill platform template.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-28 12:04:32 +00:00
isaacclad
0038b84fc2
Sync app launcher from registry — add Frontdesk.
Deploy Ladill Merchant / deploy (push) Successful in 31s
2026-06-28 01:46:16 +00:00
isaacclad and Cursor
60979fe6a2
Sync app launcher from registry
...
Deploy Ladill Merchant / deploy (push) Successful in 40s
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-27 19:03:57 +00:00
isaacclad and Cursor
05b30c9fd6
Sync app launcher from registry
...
Deploy Ladill Merchant / deploy (push) Successful in 36s
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-27 18:28:04 +00:00
isaacclad and Cursor
c2721c795a
Redirect legacy /q/* URLs to canonical ladl.link addresses.
...
Deploy Ladill Merchant / deploy (push) Successful in 32s
External /q requests 301/307 to ladl.link; internal X-Ladill-Internal requests still serve content for platform proxying.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-27 17:19:04 +00:00
isaacclad and Cursor
2991d71ea0
Fix remaining merchant surfaces still using merchant.ladill.com/q URLs.
...
Deploy Ladill Merchant / deploy (push) Successful in 26s
Storefront QR cards, slug preview, payment callbacks, and document downloads now use LadillLink so displayed and encoded links match ladl.link.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-27 16:06:32 +00:00
isaacclad and Cursor
a3029d475d
Use ladl.link URLs for all front-facing QR and short-link surfaces.
...
Deploy Ladill Merchant / deploy (push) Successful in 35s
Public landing pages, asset paths, payment callbacks, and redirects now go through QrCode::publicPath() / LadillLink instead of ladill.com/q/* routes.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-27 15:46:12 +00:00
isaacclad and Cursor
de2eab7ef8
Add LadillLink helper for ladl.link public QR paths.
...
Deploy Ladill Merchant / deploy (push) Successful in 34s
Storefront and landing views use publicPath() so menu, shop, and booking pages resolve asset URLs on ladl.link.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-27 15:28:50 +00:00