Model: Qwen 3.6 35B A3

Prompt: Page is not loading, showing lots of errors/warnings. For compoenents that do not have actual data model behind them, just use mock data for now, actual models will be added later.

Stats:
Context: 109,212 tokens
Time: 13m 11s
This commit is contained in:
Darius Rapalis
2026-04-28 19:51:31 +03:00
parent 89da4fdcc1
commit 483811a190
2 changed files with 1578 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ createInertiaApp({
layout: (name) => {
switch (true) {
case name === 'Welcome':
case name === 'Homepage':
return null;
case name.startsWith('auth/'):
return AuthLayout;

File diff suppressed because it is too large Load Diff