Add dashboard upgrade banner for free Queue plans.
Deploy Ladill Queue / deploy (push) Successful in 1m8s

Extract the Pro upsell into a shared partial so free orgs see View plans on the dashboard, not only in the sidebar.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-30 18:13:16 +00:00
co-authored by Cursor
parent 6e7255b9f5
commit a0b5230c4c
4 changed files with 20 additions and 10 deletions
+3 -1
View File
@@ -59,7 +59,9 @@ class QmsProTest extends TestCase
$this->actingAs($this->owner)
->get(route('qms.dashboard'))
->assertOk()
->assertSee('Upgrade to Pro');
->assertSee('Upgrade to Pro')
->assertSee('Unlock Queue Pro or Enterprise')
->assertSee('View plans');
}
public function test_sidebar_shows_upgrade_for_operator_without_settings_access(): void