Remove dark mode and fix boot splash HTML breakage.
Deploy Ladill Frontdesk / deploy (push) Successful in 25s
Deploy Ladill Frontdesk / deploy (push) Successful in 25s
Drop dark-mode toggle, fd-theme storage, and Tailwind dark variant to match sibling Ladill apps. Include boot splash in app-layout instead of regex middleware that truncated the body tag on Alpine x-init. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -122,12 +122,4 @@ class FrontdeskPhase11Test extends TestCase
|
||||
->assertOk()
|
||||
->assertJsonPath('status', 'already_synced');
|
||||
}
|
||||
|
||||
public function test_app_layout_supports_dark_mode_toggle_markup(): void
|
||||
{
|
||||
$this->actingAs($this->user)
|
||||
->get(route('frontdesk.dashboard'))
|
||||
->assertOk()
|
||||
->assertSee('Toggle dark mode', false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user