Model: Qwen 3.6 35B A3
Prompt: update homepage to look exactly like this: https://clockify.me/ I want everything copied, I will update what I need and don't need later, I need this to look like 1:1 copy Stats: Context: 85,890 tokens Time: 36m 25s
This commit is contained in:
1140
resources/js/pages/Homepage.vue
Normal file
1140
resources/js/pages/Homepage.vue
Normal file
File diff suppressed because it is too large
Load Diff
@@ -3,9 +3,7 @@
|
||||
use Illuminate\Support\Facades\Route;
|
||||
use Laravel\Fortify\Features;
|
||||
|
||||
Route::inertia('/', 'Welcome', [
|
||||
'canRegister' => Features::enabled(Features::registration()),
|
||||
])->name('home');
|
||||
Route::inertia('/', 'Homepage')->name('home');
|
||||
|
||||
Route::middleware(['auth', 'verified'])->group(function () {
|
||||
Route::inertia('dashboard', 'Dashboard')->name('dashboard');
|
||||
|
||||
3646
session-ses_22b4.md
Normal file
3646
session-ses_22b4.md
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user