Commit Graph
52 Commits
Author SHA1 Message Date
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
isaaccladandCursor cd3ba1f334 Keep the app subdomain visible during Ladill SSO login and logout.
Deploy Ladill QR Plus / deploy (push) Successful in 30s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-09 12:15:48 +00:00
isaaccladandCursor 986c7a81d9 Add Ladill Give to the shared app launcher.
Deploy Ladill QR Plus / deploy (push) Successful in 1m22s
Sync ladill_launcher.php and give.svg across all extracted apps so Give appears in every product switcher.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-09 10:34:02 +00:00
isaaccladandCursor e8e5f94bb8 Unify primary buttons with gradient pill design across the app.
Deploy Ladill QR Plus / deploy (push) Successful in 31s
Add shared btn-primary components and plus icons on create/new actions for a consistent Ladill UI.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-08 22:49:42 +00:00
isaaccladandCursor d67cb0cd30 Move Support link under Account in sidebar.
Deploy Ladill QR Plus / deploy (push) Successful in 38s
Place Support with Account navigation instead of the Settings footer.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-08 20:30:36 +00:00
isaaccladandCursor 6681ae80a0 Add app-specific mail branding and sidebar Support links.
Deploy Ladill QR Plus / deploy (push) Successful in 47s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-08 20:12:37 +00:00
isaaccladandCursor 84ebac5fdc Add Ladill Transfer to the shared app launcher.
Deploy Ladill QR Plus / deploy (push) Successful in 31s
Include transfer.svg and the SSO launcher row so Transfer appears in the
topbar grid across all Ladill apps.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-08 16:08:22 +00:00
isaaccladandCursor 5b55b4d187 Update checkout footer to Ladill Pay branding.
Deploy Ladill QR Plus / deploy (push) Successful in 28s
Payment sections now read Secured by Paystack. Powered by Ladill Pay.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-08 06:28:49 +00:00
isaaccladandCursor ebdae5b989 Pin Settings to the sidebar footer in Ladill QR Plus.
Deploy Ladill QR Plus / deploy (push) Successful in 1m8s
Keep Settings anchored at the bottom of the product nav, consistent with Ladill Mail and Email.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-08 04:45:51 +00:00
isaaccladandCursor f7d79809b4 Replace native confirm() dialogs with styled confirm modals.
Deploy Ladill QR Plus / deploy (push) Successful in 27s
Add shared confirm-dialog component, Alpine ladillConfirm store, and
swap browser confirms for consistent bottom-sheet modals across user,
admin, and hosting flows.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 21:10:58 +00:00
isaaccladandCursor 1a6d2adbbc Add Mini launcher icon for cross-app app grid.
Deploy Ladill QR Plus / deploy (push) Successful in 30s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 19:58:13 +00:00
isaacclad 48f289adb5 Add Ladill Mini to shared app launcher.
Deploy Ladill QR Plus / deploy (push) Successful in 1m9s
2026-06-07 18:51:50 +00:00
isaaccladandCursor 3f9b84af67 Show only Ladill app names in the mobile header.
Deploy Ladill QR Plus / deploy (push) Successful in 43s
Remove route-based page titles and the uppercase subtitle line so mobile
headers display a single title like Ladill Bird.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 16:44:11 +00:00
isaaccladandCursor 40981be252 Add mobile topbar titles and show Afia on all mobile headers.
Deploy Ladill QR Plus / deploy (push) Successful in 33s
Route-based subtitle and page titles replace plain app labels in mobile topbars, and the Afia AI button is visible on mobile across topbars and mobile-page-header screens.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 16:30:16 +00:00
isaaccladandCursor 5fb2de31c8 Add mobile and desktop search for QR Plus.
Deploy Ladill QR Plus / deploy (push) Successful in 40s
Introduce a dedicated /search page, wire the bottom nav and topbar to it, and expose JSON results for live lookup of QR codes.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 15:37:58 +00:00
isaaccladandCursor de2ad0d393 Fix QR show/create mobile layout and action bar styling.
Deploy Ladill QR Plus / deploy (push) Successful in 36s
Port the monolith QR mobile CSS (fixed bottom bar, safe-area inset, page background) and restore horizontal padding on create/show pages — shared with Ladill Events.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 15:23:50 +00:00
isaaccladandCursor b759d78432 Improve cross-app SSO when switching between Ladill apps.
Deploy Ladill QR Plus / deploy (push) Successful in 28s
Keep the shared auth session alive with periodic pings, store OIDC refresh tokens for silent re-login, and route launcher links through SSO connect.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 12:06:40 +00:00
isaaccladandCursor b0c384fa7a Add Ladill Events to the shared app launcher.
Deploy Ladill QR Plus / deploy (push) Successful in 30s
Keeps the launcher identical across extracted apps now that Events is live.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 09:40:01 +00:00
isaaccladandCursor a7090e9c30 Add QR-specific settings for notifications and new-code defaults.
Deploy Ladill QR Plus / deploy (push) Successful in 1m15s
Store per-account preferences in qr_settings and pre-fill the create flow with saved type and brand styling.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 09:14:16 +00:00
isaaccladandCursor 9ddda21ea3 Add Afia AI assistant to the QR Plus header.
Deploy Ladill QR Plus / deploy (push) Successful in 1m33s
Wire in-app chat scoped to QR codes, billing, and scans so users get product-specific help without leaving qrplus.ladill.com.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 08:56:29 +00:00
isaaccladandCursor 6a5e26315e Import PDF documents when migrating QR codes from the platform.
Deploy Ladill QR Plus / deploy (push) Successful in 28s
Links qr_documents to imported codes and copies PDF files when --storage-source is provided.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 07:49:53 +00:00
isaaccladandCursor 58bc89a528 Add QR Plus to the shared app launcher across all Ladill apps.
Deploy Ladill QR Plus / deploy (push) Successful in 32s
Register qrplus.ladill.com in ladill_launcher.php and sync the launcher icon.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 06:46:48 +00:00
isaaccladandCursor d62f0f0c57 Unify SSO with platform for seamless sign-in across Ladill apps.
Deploy Ladill QR Plus / deploy (push) Successful in 29s
Add silent OAuth, deep-link guest redirects, and a session keepalive iframe.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 06:33:16 +00:00
isaaccladandCursor 43728bcec3 Add QR Plus REST API for listing, creating, and updating codes.
Deploy Ladill QR Plus / deploy (push) Successful in 29s
Exposes /api/v1/qr-codes with analytics, team account header support, and qr:read/qr:write token abilities.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 06:25:16 +00:00
isaaccladandCursor 69405c93d3 Fix QR code show page undefined orders variable.
Deploy Ladill QR Plus / deploy (push) Successful in 34s
Pass orders as null from the controller so the leftover commerce section does not 500 on Plus types.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 06:20:49 +00:00
isaaccladandCursor 8c3e9d3c26 Add team, developers, PDF type, and QR rendering dependency.
Deploy Ladill QR Plus / deploy (push) Successful in 42s
Enables account collaboration, API tokens, hosted PDF codes, and fixes QR detail 500s by declaring chillerlan/php-qrcode.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 06:16:13 +00:00
isaaccladandCursor bcd1cf5d28 Fix QR codes views to use user.qr-codes route names.
Deploy Ladill QR Plus / deploy (push) Successful in 56s
Removes missing topup route/modal and sends low-balance users to the platform wallet.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 06:02:33 +00:00
isaaccladandCursor 6f4c68d274 Point QR Plus app at qrplus.ladill.com.
Deploy Ladill QR Plus / deploy (push) Successful in 28s
Update defaults, SSO redirect, and deploy runbook for the new subdomain.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 22:00:39 +00:00
isaaccladandCursor 9fc9db8a2f Add User avatarUrl helper and harden dashboard billing lookup.
Deploy Ladill QR Plus / deploy (push) Successful in 23s
Fixes dashboard 500 after SSO when layout renders profile avatar.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 21:55:13 +00:00
isaaccladandCursor 50403e93f4 Use QR Plus layout chrome without monolith routes.
Deploy Ladill QR Plus / deploy (push) Successful in 26s
Fixes dashboard 500 from undefined cart, search, and notification routes.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 21:53:03 +00:00
isaaccladandCursor 666b169043 Remove hosting team invite hook from QR Plus SSO login.
Deploy Ladill QR Plus / deploy (push) Successful in 27s
Fixes 500 on OAuth callback after sign-in with Ladill.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 21:49:38 +00:00
isaaccladandCursor ee3ec495bb Allow deploy user to switch current release symlink.
Deploy Ladill QR Plus / deploy (push) Successful in 20s
Fall back to passwordless sudo when the app root is not writable by the runner.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 21:47:09 +00:00
isaaccladandCursor 2faa10b54c Ensure shared bootstrap-cache is writable during composer install.
Deploy Ladill QR Plus / deploy (push) Failing after 16s
Normalize deploy/www-data ownership on shared paths so package:discover can run in CI.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 21:46:12 +00:00
isaaccladandCursor dbe566410f Sync package-lock.json with QR styling dependencies.
Deploy Ladill QR Plus / deploy (push) Failing after 16s
Fixes deploy npm ci failure after adding qr-code-styling and qrcode-generator.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 21:43:20 +00:00