Commit Graph
85 Commits
Author SHA1 Message Date
isaacclad 8a524b28f6 Sync app launcher from registry
Deploy Ladill QR Plus / deploy (push) Successful in 35s
2026-06-29 17:53:18 +00:00
isaaccladandCursor 9eeabaac0d Cap launcher dropdown at 15 visible apps (5 rows).
Deploy Ladill QR Plus / deploy (push) Successful in 1m1s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-29 17:44:42 +00:00
isaaccladandCursor 60cce3a544 Hide launcher down arrow when scrolled to the end.
Deploy Ladill QR Plus / deploy (push) Successful in 23s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-29 14:48:31 +00:00
isaaccladandCursor d6a375bd25 Revert launcher scroll rail and fade; keep down arrow hint.
Deploy Ladill QR Plus / deploy (push) Successful in 58s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-29 14:02:06 +00:00
isaaccladandCursor 02d15e9c07 Make launcher scroll affordance visible on open.
Deploy Ladill QR Plus / deploy (push) Successful in 29s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-29 13:52:37 +00:00
isaacclad 1e77b603f7 Sync app launcher from registry
Deploy Ladill QR Plus / deploy (push) Successful in 36s
2026-06-29 13:29:48 +00:00
isaacclad b9ef75dd0d Always show launcher scroll indicator and cap at 18 apps.
Deploy Ladill QR Plus / deploy (push) Successful in 46s
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:04:25 +00:00
isaaccladandCursor 3345d9e498 Use + icon buttons on mobile dashboards.
Deploy Ladill QR Plus / deploy (push) Successful in 26s
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:23:12 +00:00
isaaccladandCursor fc0d1550bb Place wallet widget after Billing link in mobile profile sheet.
Deploy Ladill QR Plus / deploy (push) Successful in 1m12s
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:07:25 +00:00
isaaccladandCursor 961aa8f3df Sync mobile profile wallet card and 24h session idle timeout.
Deploy Ladill QR Plus / deploy (push) Successful in 59s
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:20 +00:00
isaaccladandCursor 75de808a43 Hide header avatar on mobile and sync shared mobile nav partials.
Deploy Ladill QR Plus / deploy (push) Successful in 27s
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:33 +00:00
isaacclad 420380b3ae Sync app launcher from registry — add Frontdesk.
Deploy Ladill QR Plus / deploy (push) Successful in 29s
2026-06-28 01:46:33 +00:00
isaaccladandCursor 4e12ef4cd0 Sync app launcher from registry
Deploy Ladill QR Plus / deploy (push) Successful in 34s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-27 19:03:58 +00:00
isaaccladandCursor c8a259ac1b Sync app launcher from registry
Deploy Ladill QR Plus / deploy (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-27 18:28:04 +00:00
isaaccladandCursor fe9311001e Redirect legacy /q/* URLs to canonical ladl.link addresses.
Deploy Ladill QR Plus / deploy (push) Successful in 1m7s
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
isaaccladandCursor 5372a4926f Wire LadillLink through QrCode model and remaining QR surfaces.
Deploy Ladill QR Plus / deploy (push) Successful in 52s
Public URLs, encoded payloads, slug preview, payment callbacks, and asset paths now use ladl.link instead of ladill.com/q/*.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-27 16:16:25 +00:00
isaaccladandCursor 1366015845 Use ladl.link URLs for all front-facing QR and short-link surfaces.
Deploy Ladill QR Plus / deploy (push) Successful in 36s
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:06 +00:00
isaacclad eebcf19c04 Sync app launcher from registry
Deploy Ladill QR Plus / deploy (push) Successful in 35s
2026-06-27 15:16:18 +00:00
68b43521e0 Add Accounting to the app launcher
Deploy Ladill QR Plus / deploy (push) Successful in 1m44s
Ladill Accounting is now live at accounting.ladill.com; add its row + icon to
the shared app launcher (byte-identical across all Ladill apps).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-26 13:49:14 +00:00
isaaccladandClaude Opus 4.8 296312ab4b Wire QR overview create-code links into the two-step add-funds modal
Deploy Ladill QR Plus / deploy (push) Successful in 41s
The dashboard 'Create code' / 'Create your first code' links were plain hrefs
to the create page, so a user with insufficient balance only met the top-up
modal after filling the form. Gate them with balanceGate + mount the modal so
they open Add funds directly when the wallet can't cover a QR code.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-26 06:37:28 +00:00
isaaccladandClaude Opus 4.8 b7adb69245 Point in-app wallet top-up at the billing API (key the app already holds)
Deploy Ladill QR Plus / deploy (push) Successful in 33s
qr-plus authenticates to the monolith with a billing service key, not an
identity key, so the modal's top-up now goes through BillingClient::topup ->
POST /api/billing/topup. Drops the unused IdentityClient::walletTopup.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-26 06:23:03 +00:00
isaaccladandClaude Opus 4.8 73faa20fff Two-step add-funds modal instead of wallet redirect on insufficient balance
Deploy Ladill QR Plus / deploy (push) Successful in 40s
When a user hits an action they can't afford (e.g. creating a QR code with
0/low balance), open an in-app two-step modal instead of bouncing them to the
central wallet page. Step 1 explains pay-as-you-go billing + shows the action
cost and current balance; step 2 takes an amount and starts a Paystack checkout
via the central identity wallet-topup API, returning the user where they were.

- service-topup-modal: rebuilt as two-step (billing explainer -> amount/pay)
- IdentityClient::walletTopup + WalletTopupController + POST /wallet/topup
- balanceGate.openTopup / qrCustomizer.redirectTopup now prefer the modal,
  falling back to the wallet page only when no modal is wired
- qr-codes index + create render the modal and open it on insufficient balance

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25 23:25:06 +00:00
isaaccladandClaude Opus 4.8 bbef00b2f0 Add branded boot splash (Ladill Mail style) on app pages
Deploy Ladill QR Plus / deploy (push) Successful in 43s
InjectBootSplash middleware shows a self-branded loading splash once per session
while the app boots, then fades out.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25 22:14:57 +00:00
isaaccladandClaude Opus 4.8 6ed9c35628 Update POS launcher icon (app launcher + marketing)
Deploy Ladill QR Plus / deploy (push) Successful in 37s
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-24 07:46:47 +00:00
isaaccladandCursor ac97d7c107 Sync app launcher config and add POS icon.
Deploy Ladill QR Plus / deploy (push) Successful in 21s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 22:53:42 +00:00
isaaccladandCursor 67339046d4 Prefill business QR creation from CRM contact links.
Deploy Ladill QR Plus / deploy (push) Successful in 51s
Decode CRM prefill tokens so contact name, phone, email, and address carry into QR Plus.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 20:07:20 +00:00
isaaccladandCursor cc22222d6c Standardize desktop topbar widgets to match CRM layout.
Deploy Ladill QR Plus / deploy (push) Successful in 30s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 18:15:39 +00:00
isaaccladandClaude Opus 4.8 93a78cdba5 Add wallet balance widget to the profile menu (after Billing)
Deploy Ladill QR Plus / deploy (push) Successful in 23s
Wallet balance peek rendered as a menu row directly under Billing, backed by
a /wallet/balance endpoint (BillingClient) and guarded by Route::has. Also
opens Afia via a direct window event for reliability.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-23 12:25:51 +00:00
isaaccladandClaude Opus 4.8 b9c988df9d Add CRM to the Ladill app launcher
Deploy Ladill QR Plus / deploy (push) Successful in 43s
crm.ladill.com is now live in the suite; add its launcher row + icon
(byte-identical shared launcher config).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-22 22:41:28 +00:00
isaaccladandClaude Opus 4.8 bd97f22f95 Add Invoice to the app launcher
Deploy Ladill QR Plus / deploy (push) Successful in 28s
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-22 14:19:12 +00:00
isaaccladandCursor 91c87493bf Bind app sessions to the platform auth session.
Deploy Ladill QR Plus / deploy (push) Successful in 25s
Clear local sessions when auth.ladill.com signs out and ping the platform session from keepalive.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-20 08:26:30 +00:00
isaaccladandCursor bb07970a0b Add Ladill SMS to shared app launcher.
Deploy Ladill QR Plus / deploy (push) Successful in 37s
Include sms.ladill.com in the cross-app launcher and ship the SMS icon asset.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-19 23:12:36 +00:00
isaaccladandCursor 92d0378269 Hide the current page link in the unified profile dropdown.
Deploy Ladill QR Plus / deploy (push) Successful in 50s
Skip Home, account, and admin menu items when the user is already on that destination.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-19 10:16:16 +00:00
isaaccladandCursor 9736720487 Fix corrupted profileMenuItems in layouts after menu propagation.
Deploy Ladill QR Plus / deploy (push) Successful in 1m6s
Remove orphaned array entries that caused Blade parse errors and 500 responses on authenticated pages.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-19 10:04:19 +00:00
isaaccladandCursor b79d7c4252 Unify logged-in profile dropdown with platform account menu.
Deploy Ladill QR Plus / deploy (push) Successful in 25s
Wire UserProfileMenu and shared Blade partial into topbar, mobile nav, and layouts so menu items match the account portal (Ladill Mail excluded).

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-19 09:33:35 +00:00
isaaccladandCursor 03fffa04be Add account-level Analytics page to QR Plus.
Deploy Ladill QR Plus / deploy (push) Successful in 39s
Aggregates scan metrics across all codes with charts, breakdowns, and a sidebar nav item.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-19 00:57:08 +00:00
isaaccladandCursor fd4ac37f0a Remove centralized account nav from app sidebar; redirect legacy URLs.
Deploy Ladill QR Plus / deploy (push) Successful in 29s
Wallet, Billing, Team, Developers, and Support live on account.ladill.com.
Siloed sidebars keep product nav and app Settings only.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-19 00:42:51 +00:00
isaaccladandClaude Opus 4.8 9d024e7cf4 Ignore storage/framework build artifacts (compiled views/cache/sessions/testing)
Deploy Ladill QR Plus / deploy (push) Successful in 1m13s
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-18 22:59:34 +00:00
isaaccladandCursor bdf37d0547 Restore silent SSO on app entry for users switching between apps.
Deploy Ladill QR Plus / deploy (push) Successful in 31s
Guests without a local session try prompt=none SSO first; marketing pages
are only for visitors with no platform session (localhost fix retained).

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-18 13:47:36 +00:00
isaaccladandCursor 3d7774ea05 Fix guest entry: correct marketing URL and stop auto silent SSO.
Deploy Ladill QR Plus / deploy (push) Successful in 29s
Correct localhost marketing_url default and stop redirecting guests through
/sso/connect on visit; SSO starts only via explicit sign-in.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-18 13:09:31 +00:00
isaaccladandClaude Opus 4.8 deb8888157 QR: stop balance stat card overflowing on small screens
Deploy Ladill QR Plus / deploy (push) Successful in 52s
The header stats used sm:grid-cols-3 (equal thirds), so the nowrap GHS
balance overflowed its card on narrower >=640px devices and for larger
amounts. Use a content-sized flex row (cards already width:auto) so each
card grows to fit and wraps when space is tight.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-17 20:58:57 +00:00
isaaccladandClaude Opus 4.8 f3563c7d3e QR: fix delete 500 — relation is scanEvents(), not scans()
Deploy Ladill QR Plus / deploy (push) Successful in 35s
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-17 20:29:25 +00:00
isaaccladandClaude Opus 4.8 46d0ef8825 QR: add type-to-confirm delete on the QR code page
Deploy Ladill QR Plus / deploy (push) Successful in 59s
Users asked to delete codes they no longer need. Add a destroy route +
controller action (authorized via QrCodePolicy::delete) and a danger-zone
delete on the show page behind a confirmation modal that requires typing the
code's label — deliberately not a one-click delete since it permanently
breaks the printed code and removes its scan history.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-17 20:24:55 +00:00
isaaccladandCursor c4e2c75324 Send SSO guests to ladill.com/products/qrplus instead of subdomain landings.
Deploy Ladill QR Plus / deploy (push) Successful in 28s
Remove interactive OAuth fallback on silent SSO failure and add ladill.marketing_url config so app subdomains open the dashboard when signed in locally.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-12 22:22:28 +00:00
isaaccladandClaude Opus 4.8 94f00e16f7 Afia: render markdown bold in chat instead of showing raw asterisks
Deploy Ladill QR Plus / deploy (push) Successful in 45s
Replies came back with **bold** markup that displayed literally to users.
Render the bubble as HTML (escaped first for safety) and convert **text** to
<strong>; newlines already handled by whitespace-pre-line.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-11 08:41:22 +00:00
isaaccladandClaude Opus 4.8 997385b315 Per-app logout keeps platform SSO session (quick password-less re-entry).
Deploy Ladill QR Plus / deploy (push) Successful in 56s
Local-only sign-out: end this app's session but leave the auth.ladill.com
session intact, so the signed-out page's Sign in again re-auths silently via
prompt=none. Full sign-out of all Ladill apps remains on account.ladill.com.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-10 11:23:53 +00:00
isaaccladandClaude Opus 4.8 e752b07b67 Add Merchant to app launcher.
Deploy Ladill QR Plus / deploy (push) Successful in 41s
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-10 11:03:33 +00:00
isaaccladandCursor dcb6b486bd Fix SSO popup callback infinite loop and post-login 500.
Deploy Ladill QR Plus / deploy (push) Successful in 50s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-09 20:21:54 +00:00
isaaccladandCursor 7538f156ff Make SSO popup fallback URL work without controller changes.
Deploy Ladill QR Plus / deploy (push) Successful in 28s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-09 16:05:42 +00:00
isaaccladandCursor e88e10227d Fix SSO popup login 500 and add branded signed-out pages.
Deploy Ladill QR Plus / deploy (push) Successful in 28s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-09 15:46:30 +00:00