Save workspace changes

This commit is contained in:
2026-04-18 17:02:56 +02:00
parent f02ea9a711
commit 87d60af5a9
4220 changed files with 1388603 additions and 1554 deletions

View File

@@ -0,0 +1,21 @@
@php
$useUnifiedSeo = true;
$renderBladeSeo = true;
@endphp
@extends('layouts.nova')
@push('head')
@vite(['resources/js/profile.jsx'])
<meta name="csrf-token" content="{{ csrf_token() }}" />
<style>
/* Ensure profile tab bar does not hide behind the main navbar */
.profile-tabs-sticky {
top: var(--navbar-height, 4rem);
}
</style>
@endpush
@section('content')
@inertia
@endsection