Some checks are pending
E2E / Playwright e2e (push) Waiting to run
- Introduced turbopack alias for canvas in next.config.mjs. - Updated package.json scripts for development and branding tasks. - Added new dependencies for Tiptap extensions. - Implemented new demo layouts for agenda, contacts, drive, and mail applications. - Enhanced globals.css for improved theming and splash screen animations. - Added OAuth callback handling for drive mounts. - Updated layout components to integrate new demo shells and improve structure.
17 lines
868 B
XML
17 lines
868 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" fill="none" aria-hidden="true">
|
|
<!-- Agenda dark: surface sombre, gris clairs pour le texte et la bordure -->
|
|
<defs>
|
|
<clipPath id="ag-header-dark">
|
|
<path d="M4 14V10c0-2.2 1.8-4 4-4h24c2.2 0 4 1.8 4 4v4H4z"/>
|
|
</clipPath>
|
|
</defs>
|
|
<rect x="4" y="6" width="32" height="28" rx="4" fill="#3c4043" stroke="#9aa0a6" stroke-width="0.8"/>
|
|
<g clip-path="url(#ag-header-dark)">
|
|
<rect x="4" y="6" width="8" height="8" fill="#EA4335"/>
|
|
<rect x="12" y="6" width="8" height="8" fill="#4285F4"/>
|
|
<rect x="20" y="6" width="8" height="8" fill="#FBBC04"/>
|
|
<rect x="28" y="6" width="8" height="8" fill="#34A853"/>
|
|
</g>
|
|
<text x="20" y="24" font-size="15" font-weight="700" fill="#e8eaed" font-family="Arial, sans-serif" text-anchor="middle" dominant-baseline="middle">14</text>
|
|
</svg>
|