@whxway/loom 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/BUILD_ID +1 -1
- package/.next/build-manifest.json +3 -3
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/diagnostics/route-bundle-stats.json +35 -35
- package/.next/fallback-build-manifest.json +3 -3
- package/.next/server/app/(auth)/login/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/logs/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/mcp/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/mcp/presets/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/models/[name]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/playground/audio/speech/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/playground/audio/transcription/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/playground/chat/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/playground/embedding/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/playground/image/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/playground/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/playground/video/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/providers/[name]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/providers/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/settings/api-keys/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/settings/page_client-reference-manifest.js +1 -1
- package/.next/server/app/(dashboard)/settings/users/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_global-error.html +1 -1
- package/.next/server/app/_global-error.rsc +1 -1
- package/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_not-found.html +2 -2
- package/.next/server/app/_not-found.rsc +3 -3
- package/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
- package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/api/adapters/route.js.nft.json +1 -1
- package/.next/server/app/api/apikeys/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/apikeys/route.js.nft.json +1 -1
- package/.next/server/app/api/capabilities/route.js.nft.json +1 -1
- package/.next/server/app/api/conversations/[id]/messages/route.js.nft.json +1 -1
- package/.next/server/app/api/conversations/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/conversations/route.js.nft.json +1 -1
- package/.next/server/app/api/health/route.js.nft.json +1 -1
- package/.next/server/app/api/login/route.js.nft.json +1 -1
- package/.next/server/app/api/logout/route.js.nft.json +1 -1
- package/.next/server/app/api/logs/generations/[id]/images/[idx]/route.js.nft.json +1 -1
- package/.next/server/app/api/logs/generations/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/logs/generations/route.js.nft.json +1 -1
- package/.next/server/app/api/mcp/presets/route.js.nft.json +1 -1
- package/.next/server/app/api/mcp/servers/[id]/check/route.js +1 -1
- package/.next/server/app/api/mcp/servers/[id]/check/route.js.nft.json +1 -1
- package/.next/server/app/api/mcp/servers/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/mcp/servers/[id]/tools/route.js.nft.json +1 -1
- package/.next/server/app/api/mcp/servers/route.js.nft.json +1 -1
- package/.next/server/app/api/messages/[id]/rate/route.js.nft.json +1 -1
- package/.next/server/app/api/models/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/models/route.js.nft.json +1 -1
- package/.next/server/app/api/ping/route.js.nft.json +1 -1
- package/.next/server/app/api/playground/chat/route.js +4 -4
- package/.next/server/app/api/playground/chat/route.js.nft.json +1 -1
- package/.next/server/app/api/playground/embedding/route.js +4 -4
- package/.next/server/app/api/playground/embedding/route.js.nft.json +1 -1
- package/.next/server/app/api/providers/[id]/check/route.js.nft.json +1 -1
- package/.next/server/app/api/providers/[id]/models/route.js.nft.json +1 -1
- package/.next/server/app/api/providers/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/providers/probe/route.js.nft.json +1 -1
- package/.next/server/app/api/providers/reload/route.js.nft.json +1 -1
- package/.next/server/app/api/providers/route.js.nft.json +1 -1
- package/.next/server/app/api/stats/models/[name]/route.js.nft.json +1 -1
- package/.next/server/app/api/stats/route.js.nft.json +1 -1
- package/.next/server/app/api/tools/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/tools/route.js.nft.json +1 -1
- package/.next/server/app/api/users/[username]/route.js.nft.json +1 -1
- package/.next/server/app/api/users/me/preferences/route.js +1 -1
- package/.next/server/app/api/users/me/preferences/route.js.nft.json +1 -1
- package/.next/server/app/api/users/me/route.js.nft.json +1 -1
- package/.next/server/app/api/users/route.js.nft.json +1 -1
- package/.next/server/app/api/v1/audio/speech/route.js +1 -1
- package/.next/server/app/api/v1/audio/speech/route.js.nft.json +1 -1
- package/.next/server/app/api/v1/audio/transcriptions/route.js +4 -4
- package/.next/server/app/api/v1/audio/transcriptions/route.js.nft.json +1 -1
- package/.next/server/app/api/v1/chat/completions/route.js +1 -1
- package/.next/server/app/api/v1/chat/completions/route.js.nft.json +1 -1
- package/.next/server/app/api/v1/embeddings/route.js +1 -1
- package/.next/server/app/api/v1/embeddings/route.js.nft.json +1 -1
- package/.next/server/app/api/v1/images/generations/route.js +1 -1
- package/.next/server/app/api/v1/images/generations/route.js.nft.json +1 -1
- package/.next/server/app/api/v1/models/route.js.nft.json +1 -1
- package/.next/server/app/api/v1/rerank/route.js +1 -1
- package/.next/server/app/api/v1/rerank/route.js.nft.json +1 -1
- package/.next/server/app/api/v1/videos/[id]/content/route.js +4 -4
- package/.next/server/app/api/v1/videos/[id]/content/route.js.nft.json +1 -1
- package/.next/server/app/api/v1/videos/[id]/route.js +4 -4
- package/.next/server/app/api/v1/videos/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/v1/videos/route.js +1 -1
- package/.next/server/app/api/v1/videos/route.js.nft.json +1 -1
- package/.next/server/app/api/variants/route.js.nft.json +1 -1
- package/.next/server/app/index.html +2 -2
- package/.next/server/app/index.rsc +7 -7
- package/.next/server/app/index.segments/!KGRhc2hib2FyZCk/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/index.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/index.segments/_full.segment.rsc +7 -7
- package/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/.next/server/app/index.segments/_index.segment.rsc +2 -2
- package/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/login.html +2 -2
- package/.next/server/app/login.rsc +3 -3
- package/.next/server/app/login.segments/!KGF1dGgp/login/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/login.segments/!KGF1dGgp/login.segment.rsc +1 -1
- package/.next/server/app/login.segments/!KGF1dGgp.segment.rsc +1 -1
- package/.next/server/app/login.segments/_full.segment.rsc +3 -3
- package/.next/server/app/login.segments/_head.segment.rsc +1 -1
- package/.next/server/app/login.segments/_index.segment.rsc +2 -2
- package/.next/server/app/login.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/logs.html +2 -2
- package/.next/server/app/logs.rsc +7 -7
- package/.next/server/app/logs.segments/!KGRhc2hib2FyZCk/logs/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/logs.segments/!KGRhc2hib2FyZCk/logs.segment.rsc +1 -1
- package/.next/server/app/logs.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/logs.segments/_full.segment.rsc +7 -7
- package/.next/server/app/logs.segments/_head.segment.rsc +1 -1
- package/.next/server/app/logs.segments/_index.segment.rsc +2 -2
- package/.next/server/app/logs.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/mcp/presets.html +2 -2
- package/.next/server/app/mcp/presets.rsc +7 -7
- package/.next/server/app/mcp/presets.segments/!KGRhc2hib2FyZCk/mcp/presets/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/mcp/presets.segments/!KGRhc2hib2FyZCk/mcp/presets.segment.rsc +1 -1
- package/.next/server/app/mcp/presets.segments/!KGRhc2hib2FyZCk/mcp.segment.rsc +1 -1
- package/.next/server/app/mcp/presets.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/mcp/presets.segments/_full.segment.rsc +7 -7
- package/.next/server/app/mcp/presets.segments/_head.segment.rsc +1 -1
- package/.next/server/app/mcp/presets.segments/_index.segment.rsc +2 -2
- package/.next/server/app/mcp/presets.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/mcp.html +2 -2
- package/.next/server/app/mcp.rsc +7 -7
- package/.next/server/app/mcp.segments/!KGRhc2hib2FyZCk/mcp/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/mcp.segments/!KGRhc2hib2FyZCk/mcp.segment.rsc +1 -1
- package/.next/server/app/mcp.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/mcp.segments/_full.segment.rsc +7 -7
- package/.next/server/app/mcp.segments/_head.segment.rsc +1 -1
- package/.next/server/app/mcp.segments/_index.segment.rsc +2 -2
- package/.next/server/app/mcp.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/playground/audio/speech.html +2 -2
- package/.next/server/app/playground/audio/speech.rsc +8 -8
- package/.next/server/app/playground/audio/speech.segments/!KGRhc2hib2FyZCk/playground/audio/speech/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/playground/audio/speech.segments/!KGRhc2hib2FyZCk/playground/audio/speech.segment.rsc +1 -1
- package/.next/server/app/playground/audio/speech.segments/!KGRhc2hib2FyZCk/playground/audio.segment.rsc +1 -1
- package/.next/server/app/playground/audio/speech.segments/!KGRhc2hib2FyZCk/playground.segment.rsc +2 -2
- package/.next/server/app/playground/audio/speech.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/playground/audio/speech.segments/_full.segment.rsc +8 -8
- package/.next/server/app/playground/audio/speech.segments/_head.segment.rsc +1 -1
- package/.next/server/app/playground/audio/speech.segments/_index.segment.rsc +2 -2
- package/.next/server/app/playground/audio/speech.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/playground/audio/transcription.html +2 -2
- package/.next/server/app/playground/audio/transcription.rsc +8 -8
- package/.next/server/app/playground/audio/transcription.segments/!KGRhc2hib2FyZCk/playground/audio/transcription/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/playground/audio/transcription.segments/!KGRhc2hib2FyZCk/playground/audio/transcription.segment.rsc +1 -1
- package/.next/server/app/playground/audio/transcription.segments/!KGRhc2hib2FyZCk/playground/audio.segment.rsc +1 -1
- package/.next/server/app/playground/audio/transcription.segments/!KGRhc2hib2FyZCk/playground.segment.rsc +2 -2
- package/.next/server/app/playground/audio/transcription.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/playground/audio/transcription.segments/_full.segment.rsc +8 -8
- package/.next/server/app/playground/audio/transcription.segments/_head.segment.rsc +1 -1
- package/.next/server/app/playground/audio/transcription.segments/_index.segment.rsc +2 -2
- package/.next/server/app/playground/audio/transcription.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/playground/chat.html +2 -2
- package/.next/server/app/playground/chat.rsc +8 -8
- package/.next/server/app/playground/chat.segments/!KGRhc2hib2FyZCk/playground/chat/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/playground/chat.segments/!KGRhc2hib2FyZCk/playground/chat.segment.rsc +1 -1
- package/.next/server/app/playground/chat.segments/!KGRhc2hib2FyZCk/playground.segment.rsc +2 -2
- package/.next/server/app/playground/chat.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/playground/chat.segments/_full.segment.rsc +8 -8
- package/.next/server/app/playground/chat.segments/_head.segment.rsc +1 -1
- package/.next/server/app/playground/chat.segments/_index.segment.rsc +2 -2
- package/.next/server/app/playground/chat.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/playground/embedding.html +2 -2
- package/.next/server/app/playground/embedding.rsc +8 -8
- package/.next/server/app/playground/embedding.segments/!KGRhc2hib2FyZCk/playground/embedding/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/playground/embedding.segments/!KGRhc2hib2FyZCk/playground/embedding.segment.rsc +1 -1
- package/.next/server/app/playground/embedding.segments/!KGRhc2hib2FyZCk/playground.segment.rsc +2 -2
- package/.next/server/app/playground/embedding.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/playground/embedding.segments/_full.segment.rsc +8 -8
- package/.next/server/app/playground/embedding.segments/_head.segment.rsc +1 -1
- package/.next/server/app/playground/embedding.segments/_index.segment.rsc +2 -2
- package/.next/server/app/playground/embedding.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/playground/image.html +2 -2
- package/.next/server/app/playground/image.rsc +8 -8
- package/.next/server/app/playground/image.segments/!KGRhc2hib2FyZCk/playground/image/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/playground/image.segments/!KGRhc2hib2FyZCk/playground/image.segment.rsc +1 -1
- package/.next/server/app/playground/image.segments/!KGRhc2hib2FyZCk/playground.segment.rsc +2 -2
- package/.next/server/app/playground/image.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/playground/image.segments/_full.segment.rsc +8 -8
- package/.next/server/app/playground/image.segments/_head.segment.rsc +1 -1
- package/.next/server/app/playground/image.segments/_index.segment.rsc +2 -2
- package/.next/server/app/playground/image.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/playground/video.html +2 -2
- package/.next/server/app/playground/video.rsc +8 -8
- package/.next/server/app/playground/video.segments/!KGRhc2hib2FyZCk/playground/video/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/playground/video.segments/!KGRhc2hib2FyZCk/playground/video.segment.rsc +1 -1
- package/.next/server/app/playground/video.segments/!KGRhc2hib2FyZCk/playground.segment.rsc +2 -2
- package/.next/server/app/playground/video.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/playground/video.segments/_full.segment.rsc +8 -8
- package/.next/server/app/playground/video.segments/_head.segment.rsc +1 -1
- package/.next/server/app/playground/video.segments/_index.segment.rsc +2 -2
- package/.next/server/app/playground/video.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/playground.html +2 -2
- package/.next/server/app/playground.rsc +8 -8
- package/.next/server/app/playground.segments/!KGRhc2hib2FyZCk/playground/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/playground.segments/!KGRhc2hib2FyZCk/playground.segment.rsc +2 -2
- package/.next/server/app/playground.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/playground.segments/_full.segment.rsc +8 -8
- package/.next/server/app/playground.segments/_head.segment.rsc +1 -1
- package/.next/server/app/playground.segments/_index.segment.rsc +2 -2
- package/.next/server/app/playground.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/providers.html +2 -2
- package/.next/server/app/providers.rsc +7 -7
- package/.next/server/app/providers.segments/!KGRhc2hib2FyZCk/providers/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/providers.segments/!KGRhc2hib2FyZCk/providers.segment.rsc +1 -1
- package/.next/server/app/providers.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/providers.segments/_full.segment.rsc +7 -7
- package/.next/server/app/providers.segments/_head.segment.rsc +1 -1
- package/.next/server/app/providers.segments/_index.segment.rsc +2 -2
- package/.next/server/app/providers.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/settings/api-keys.html +2 -2
- package/.next/server/app/settings/api-keys.rsc +7 -7
- package/.next/server/app/settings/api-keys.segments/!KGRhc2hib2FyZCk/settings/api-keys/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/settings/api-keys.segments/!KGRhc2hib2FyZCk/settings/api-keys.segment.rsc +1 -1
- package/.next/server/app/settings/api-keys.segments/!KGRhc2hib2FyZCk/settings.segment.rsc +1 -1
- package/.next/server/app/settings/api-keys.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/settings/api-keys.segments/_full.segment.rsc +7 -7
- package/.next/server/app/settings/api-keys.segments/_head.segment.rsc +1 -1
- package/.next/server/app/settings/api-keys.segments/_index.segment.rsc +2 -2
- package/.next/server/app/settings/api-keys.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/settings/users.html +2 -2
- package/.next/server/app/settings/users.rsc +7 -7
- package/.next/server/app/settings/users.segments/!KGRhc2hib2FyZCk/settings/users/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/settings/users.segments/!KGRhc2hib2FyZCk/settings/users.segment.rsc +1 -1
- package/.next/server/app/settings/users.segments/!KGRhc2hib2FyZCk/settings.segment.rsc +1 -1
- package/.next/server/app/settings/users.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/settings/users.segments/_full.segment.rsc +7 -7
- package/.next/server/app/settings/users.segments/_head.segment.rsc +1 -1
- package/.next/server/app/settings/users.segments/_index.segment.rsc +2 -2
- package/.next/server/app/settings/users.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/settings.html +2 -2
- package/.next/server/app/settings.rsc +8 -8
- package/.next/server/app/settings.segments/!KGRhc2hib2FyZCk/settings/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/settings.segments/!KGRhc2hib2FyZCk/settings.segment.rsc +1 -1
- package/.next/server/app/settings.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/.next/server/app/settings.segments/_full.segment.rsc +8 -8
- package/.next/server/app/settings.segments/_head.segment.rsc +1 -1
- package/.next/server/app/settings.segments/_index.segment.rsc +2 -2
- package/.next/server/app/settings.segments/_tree.segment.rsc +2 -2
- package/.next/server/chunks/[root-of-the-server]__019oqc3._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__019oqc3._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__01ou67p._.js +1 -1
- package/.next/server/chunks/[root-of-the-server]__01ou67p._.js.map +1 -1
- package/.next/server/chunks/[root-of-the-server]__02sypva._.js +2 -2
- package/.next/server/chunks/[root-of-the-server]__02sypva._.js.map +1 -1
- package/.next/server/chunks/[root-of-the-server]__0myi8j1._.js +2 -2
- package/.next/server/chunks/[root-of-the-server]__0myi8j1._.js.map +1 -1
- package/.next/server/chunks/[root-of-the-server]__0wiw6hu._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0wiw6hu._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__0xrm_9r._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0xrm_9r._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__11t79he._.js +1 -1
- package/.next/server/chunks/[root-of-the-server]__11t79he._.js.map +1 -1
- package/.next/server/chunks/[root-of-the-server]__1fs5lo-._.js +1 -1
- package/.next/server/chunks/[root-of-the-server]__1fs5lo-._.js.map +1 -1
- package/.next/server/chunks/[root-of-the-server]__1qg3d87._.js +2 -2
- package/.next/server/chunks/[root-of-the-server]__1qg3d87._.js.map +1 -1
- package/.next/server/chunks/[root-of-the-server]__1zgou-a._.js +6 -0
- package/.next/server/chunks/[root-of-the-server]__1zgou-a._.js.map +1 -0
- package/.next/server/chunks/_00k5vl0._.js +3 -0
- package/.next/server/chunks/_00k5vl0._.js.map +1 -0
- package/.next/server/chunks/_06hthvw._.js +3 -0
- package/.next/server/chunks/_06hthvw._.js.map +1 -0
- package/.next/server/chunks/_0c6vpbw._.js +3 -0
- package/.next/server/chunks/_0c6vpbw._.js.map +1 -0
- package/.next/server/chunks/_0hawg18._.js +3 -0
- package/.next/server/chunks/_0hawg18._.js.map +1 -0
- package/.next/server/chunks/_0kr91st._.js +3 -0
- package/.next/server/chunks/_0kr91st._.js.map +1 -0
- package/.next/server/chunks/_1i4x7k4._.js +3 -0
- package/.next/server/chunks/_1i4x7k4._.js.map +1 -0
- package/.next/server/chunks/_1lk_ovb._.js +3 -0
- package/.next/server/chunks/_1lk_ovb._.js.map +1 -0
- package/.next/server/chunks/_1wk63w9._.js +3 -0
- package/.next/server/chunks/_1wk63w9._.js.map +1 -0
- package/.next/server/chunks/_1wl3z8e._.js +3 -0
- package/.next/server/chunks/_1wl3z8e._.js.map +1 -0
- package/.next/server/chunks/lib_server_11s_lvw._.js +1 -1
- package/.next/server/chunks/lib_server_11s_lvw._.js.map +1 -1
- package/.next/server/chunks/lib_server_gateway_index_ts_1nvei3v._.js +2 -2
- package/.next/server/chunks/lib_server_gateway_index_ts_1nvei3v._.js.map +1 -1
- package/.next/server/chunks/ssr/app_(dashboard)_settings_page_tsx_1hwv4x8._.js +2 -2
- package/.next/server/chunks/ssr/app_(dashboard)_settings_page_tsx_1hwv4x8._.js.map +1 -1
- package/.next/server/chunks/ssr/lib_schemas_preferences_ts_1fy1exu._.js +1 -1
- package/.next/server/chunks/ssr/lib_schemas_preferences_ts_1fy1exu._.js.map +1 -1
- package/.next/server/middleware-build-manifest.js +3 -3
- package/.next/server/pages/404.html +2 -2
- package/.next/server/pages/500.html +1 -1
- package/.next/static/chunks/{2zeeni2y2fh59.js → 1si1c1m377t3w.js} +1 -1
- package/.next/static/chunks/2yzdc8m536xea.css +1 -0
- package/.next/static/chunks/3oj24pftrz5zy.js +11 -0
- package/.next/trace +2 -2
- package/.next/trace-build +1 -1
- package/bin/loom.mjs +1 -1
- package/drizzle/0019_timeout_default_3600.sql +36 -0
- package/drizzle/meta/0019_snapshot.json +1309 -0
- package/drizzle/meta/_journal.json +7 -0
- package/package.json +1 -1
- package/.next/server/chunks/[root-of-the-server]__00b7x8i._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__00b7x8i._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__022u2d9._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__022u2d9._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__0g3mnim._.js +0 -6
- package/.next/server/chunks/[root-of-the-server]__0g3mnim._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__1gon00b._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__1gon00b._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__1xj9qqs._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__1xj9qqs._.js.map +0 -1
- package/.next/server/chunks/_028m5t0._.js +0 -3
- package/.next/server/chunks/_028m5t0._.js.map +0 -1
- package/.next/server/chunks/_0eq8a_c._.js +0 -3
- package/.next/server/chunks/_0eq8a_c._.js.map +0 -1
- package/.next/server/chunks/_0n06usu._.js +0 -3
- package/.next/server/chunks/_0n06usu._.js.map +0 -1
- package/.next/server/chunks/_0tcchv1._.js +0 -3
- package/.next/server/chunks/_0tcchv1._.js.map +0 -1
- package/.next/server/chunks/_14120rw._.js +0 -3
- package/.next/server/chunks/_14120rw._.js.map +0 -1
- package/.next/server/chunks/_1633jn_._.js +0 -3
- package/.next/server/chunks/_1633jn_._.js.map +0 -1
- package/.next/server/chunks/_19jpf08._.js +0 -3
- package/.next/server/chunks/_19jpf08._.js.map +0 -1
- package/.next/server/chunks/_1gi5m-_._.js +0 -3
- package/.next/server/chunks/_1gi5m-_._.js.map +0 -1
- package/.next/server/chunks/_1jgm_7u._.js +0 -3
- package/.next/server/chunks/_1jgm_7u._.js.map +0 -1
- package/.next/static/chunks/0cbg1vmtl84ae.css +0 -1
- package/.next/static/chunks/29p-wdja_cbgh.js +0 -11
- /package/.next/static/{wCZkC7ZaYrxG37d-e2tac → TZ8IS4-HWznFu8M4EwNGp}/_buildManifest.js +0 -0
- /package/.next/static/{wCZkC7ZaYrxG37d-e2tac → TZ8IS4-HWznFu8M4EwNGp}/_clientMiddlewareManifest.js +0 -0
- /package/.next/static/{wCZkC7ZaYrxG37d-e2tac → TZ8IS4-HWznFu8M4EwNGp}/_ssgManifest.js +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/233p45nuh4m5b.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/
|
|
1
|
+
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/233p45nuh4m5b.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/2yzdc8m536xea.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/1jexzsn2qdw84.js"/><script src="/_next/static/chunks/2-n3y00tm0437.js" async=""></script><script src="/_next/static/chunks/3zgk7uytcvwnj.js" async=""></script><script src="/_next/static/chunks/11_hrwa6kernl.js" async=""></script><script src="/_next/static/chunks/0g8ku62w0yb2s.js" async=""></script><script src="/_next/static/chunks/turbopack-09oh1_wbex94r.js" async=""></script><script src="/_next/static/chunks/0gwy6u53e_4ul.js" async=""></script><script src="/_next/static/chunks/2izbovk1ixytg.js" async=""></script><script src="/_next/static/chunks/1giwad-u52ub-.js" async=""></script><script src="/_next/static/chunks/1ntn7efqc-iiw.js" async=""></script><script src="/_next/static/chunks/0k4-ojig21nwu.js" async=""></script><script src="/_next/static/chunks/2w2273l08l6pz.js" async=""></script><script src="/_next/static/chunks/3p7wxtt-owal-.js" async=""></script><script src="/_next/static/chunks/1si1c1m377t3w.js" async=""></script><script src="/_next/static/chunks/1avs7b5gzq0et.js" async=""></script><script src="/_next/static/chunks/2_ylc3swjzu3u.js" async=""></script><script src="/_next/static/chunks/2-3f1p4geboky.js" async=""></script><script src="/_next/static/chunks/2zgfj2y10bftz.js" async=""></script><script src="/_next/static/chunks/15n4n4pow2mfx.js" async=""></script><script src="/_next/static/chunks/3m3fw3fmcc301.js" async=""></script><meta name="next-size-adjust" content=""/><title>Loom</title><meta name="description" content="Self-hosted AI portal · OpenAI-compatible · MCP · Playground · Logs"/><link rel="icon" href="/icon.svg?icon.3ehpc5vjf2gkq.svg" sizes="any" type="image/svg+xml"/><style id="loom-theme-tokens">:root[data-theme="paper"]{--background:oklch(0.97 0.02 80);--foreground:oklch(0.20 0.02 60);--card:oklch(0.99 0.015 80);--card-foreground:oklch(0.20 0.02 60);--popover:oklch(0.99 0.015 80);--popover-foreground:oklch(0.20 0.02 60);--primary:oklch(0.45 0.10 40);--primary-foreground:oklch(0.97 0.02 80);--secondary:oklch(0.92 0.02 75);--secondary-foreground:oklch(0.25 0.03 50);--muted:oklch(0.93 0.015 75);--muted-foreground:oklch(0.48 0.02 50);--accent:oklch(0.91 0.04 70);--accent-foreground:oklch(0.25 0.05 50);--border:oklch(0.85 0.02 70);--input:oklch(0.88 0.02 70);--ring:oklch(0.55 0.08 40);--radius:0.875rem;}
|
|
2
2
|
:root[data-theme="paper"].dark{--background:oklch(0.18 0.015 60);--foreground:oklch(0.94 0.02 80);--card:oklch(0.23 0.018 60);--card-foreground:oklch(0.94 0.02 80);--popover:oklch(0.23 0.018 60);--popover-foreground:oklch(0.94 0.02 80);--primary:oklch(0.78 0.10 40);--primary-foreground:oklch(0.18 0.015 60);--secondary:oklch(0.27 0.02 55);--secondary-foreground:oklch(0.94 0.02 80);--muted:oklch(0.27 0.02 55);--muted-foreground:oklch(0.70 0.02 75);--accent:oklch(0.30 0.05 60);--accent-foreground:oklch(0.94 0.02 80);--border:oklch(1 0 0 / 12%);--input:oklch(1 0 0 / 15%);--ring:oklch(0.65 0.08 40);--radius:0.875rem;}
|
|
3
3
|
:root[data-theme="terminal"].dark{--background:oklch(0.13 0.015 145);--foreground:oklch(0.92 0.18 145);--card:oklch(0.16 0.02 145);--card-foreground:oklch(0.92 0.18 145);--popover:oklch(0.16 0.02 145);--popover-foreground:oklch(0.92 0.18 145);--primary:oklch(0.85 0.20 145);--primary-foreground:oklch(0.13 0.015 145);--secondary:oklch(0.22 0.04 145);--secondary-foreground:oklch(0.92 0.18 145);--muted:oklch(0.22 0.04 145);--muted-foreground:oklch(0.65 0.12 145);--accent:oklch(0.25 0.06 145);--accent-foreground:oklch(0.92 0.18 145);--destructive:oklch(0.72 0.22 28);--border:oklch(0.85 0.18 145 / 18%);--input:oklch(0.85 0.18 145 / 14%);--ring:oklch(0.85 0.18 145 / 50%);--radius:0.25rem;--font-sans:var(--font-geist-mono);}
|
|
4
4
|
:root[data-theme="aurora"]{--background:oklch(0.985 0.005 280);--foreground:oklch(0.20 0.05 290);--card:oklch(1 0 0);--card-foreground:oklch(0.20 0.05 290);--popover:oklch(1 0 0);--popover-foreground:oklch(0.20 0.05 290);--primary:oklch(0.55 0.22 290);--primary-foreground:oklch(0.985 0.005 280);--secondary:oklch(0.95 0.02 285);--secondary-foreground:oklch(0.25 0.06 290);--muted:oklch(0.95 0.015 285);--muted-foreground:oklch(0.50 0.04 290);--accent:oklch(0.85 0.10 190);--accent-foreground:oklch(0.20 0.05 290);--border:oklch(0.88 0.02 285);--input:oklch(0.90 0.02 285);--ring:oklch(0.55 0.22 290);--radius:0.875rem;}
|
|
5
|
-
:root[data-theme="aurora"].dark{--background:oklch(0.17 0.04 280);--foreground:oklch(0.95 0.015 280);--card:oklch(0.22 0.05 280);--card-foreground:oklch(0.95 0.015 280);--popover:oklch(0.22 0.05 280);--popover-foreground:oklch(0.95 0.015 280);--primary:oklch(0.72 0.20 290);--primary-foreground:oklch(0.17 0.04 280);--secondary:oklch(0.28 0.06 280);--secondary-foreground:oklch(0.95 0.015 280);--muted:oklch(0.28 0.06 280);--muted-foreground:oklch(0.72 0.04 285);--accent:oklch(0.70 0.16 195);--accent-foreground:oklch(0.17 0.04 280);--border:oklch(0.72 0.20 290 / 18%);--input:oklch(0.72 0.20 290 / 14%);--ring:oklch(0.72 0.20 290 / 60%);--radius:0.875rem;}</style><script>(function(){try{var raw=localStorage.getItem("loom-theme");if(!raw)return;var t=JSON.parse(raw);if(t&&typeof t.id==="string")document.documentElement.dataset.theme=t.id;var s=t&&t.scheme;if(s==="system")s=window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light";if(s==="dark")document.documentElement.classList.add("dark");else if(s==="light")document.documentElement.classList.remove("dark");}catch(e){}})();</script><script src="/_next/static/chunks/0cz1d0mv5g_q7.js" noModule=""></script></head><body class="geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased"><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("class","theme","system",null,["light","dark"],null,true,true)</script><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><!--/$--><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><script src="/_next/static/chunks/1jexzsn2qdw84.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\na:I[168027,[\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"/_next/static/chunks/2izbovk1ixytg.js\",\"/_next/static/chunks/1giwad-u52ub-.js\",\"/_next/static/chunks/1ntn7efqc-iiw.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/233p45nuh4m5b.css\",\"style\"]\n:HL[\"/_next/static/chunks/0cbg1vmtl84ae.css\",\"style\"]\n:HL[\"/_next/static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n2:Tcac,"])</script><script>self.__next_f.push([1,":root[data-theme=\"paper\"]{--background:oklch(0.97 0.02 80);--foreground:oklch(0.20 0.02 60);--card:oklch(0.99 0.015 80);--card-foreground:oklch(0.20 0.02 60);--popover:oklch(0.99 0.015 80);--popover-foreground:oklch(0.20 0.02 60);--primary:oklch(0.45 0.10 40);--primary-foreground:oklch(0.97 0.02 80);--secondary:oklch(0.92 0.02 75);--secondary-foreground:oklch(0.25 0.03 50);--muted:oklch(0.93 0.015 75);--muted-foreground:oklch(0.48 0.02 50);--accent:oklch(0.91 0.04 70);--accent-foreground:oklch(0.25 0.05 50);--border:oklch(0.85 0.02 70);--input:oklch(0.88 0.02 70);--ring:oklch(0.55 0.08 40);--radius:0.875rem;}\n:root[data-theme=\"paper\"].dark{--background:oklch(0.18 0.015 60);--foreground:oklch(0.94 0.02 80);--card:oklch(0.23 0.018 60);--card-foreground:oklch(0.94 0.02 80);--popover:oklch(0.23 0.018 60);--popover-foreground:oklch(0.94 0.02 80);--primary:oklch(0.78 0.10 40);--primary-foreground:oklch(0.18 0.015 60);--secondary:oklch(0.27 0.02 55);--secondary-foreground:oklch(0.94 0.02 80);--muted:oklch(0.27 0.02 55);--muted-foreground:oklch(0.70 0.02 75);--accent:oklch(0.30 0.05 60);--accent-foreground:oklch(0.94 0.02 80);--border:oklch(1 0 0 / 12%);--input:oklch(1 0 0 / 15%);--ring:oklch(0.65 0.08 40);--radius:0.875rem;}\n:root[data-theme=\"terminal\"].dark{--background:oklch(0.13 0.015 145);--foreground:oklch(0.92 0.18 145);--card:oklch(0.16 0.02 145);--card-foreground:oklch(0.92 0.18 145);--popover:oklch(0.16 0.02 145);--popover-foreground:oklch(0.92 0.18 145);--primary:oklch(0.85 0.20 145);--primary-foreground:oklch(0.13 0.015 145);--secondary:oklch(0.22 0.04 145);--secondary-foreground:oklch(0.92 0.18 145);--muted:oklch(0.22 0.04 145);--muted-foreground:oklch(0.65 0.12 145);--accent:oklch(0.25 0.06 145);--accent-foreground:oklch(0.92 0.18 145);--destructive:oklch(0.72 0.22 28);--border:oklch(0.85 0.18 145 / 18%);--input:oklch(0.85 0.18 145 / 14%);--ring:oklch(0.85 0.18 145 / 50%);--radius:0.25rem;--font-sans:var(--font-geist-mono);}\n:root[data-theme=\"aurora\"]{--background:oklch(0.985 0.005 280);--foreground:oklch(0.20 0.05 290);--card:oklch(1 0 0);--card-foreground:oklch(0.20 0.05 290);--popover:oklch(1 0 0);--popover-foreground:oklch(0.20 0.05 290);--primary:oklch(0.55 0.22 290);--primary-foreground:oklch(0.985 0.005 280);--secondary:oklch(0.95 0.02 285);--secondary-foreground:oklch(0.25 0.06 290);--muted:oklch(0.95 0.015 285);--muted-foreground:oklch(0.50 0.04 290);--accent:oklch(0.85 0.10 190);--accent-foreground:oklch(0.20 0.05 290);--border:oklch(0.88 0.02 285);--input:oklch(0.90 0.02 285);--ring:oklch(0.55 0.22 290);--radius:0.875rem;}\n:root[data-theme=\"aurora\"].dark{--background:oklch(0.17 0.04 280);--foreground:oklch(0.95 0.015 280);--card:oklch(0.22 0.05 280);--card-foreground:oklch(0.95 0.015 280);--popover:oklch(0.22 0.05 280);--popover-foreground:oklch(0.95 0.015 280);--primary:oklch(0.72 0.20 290);--primary-foreground:oklch(0.17 0.04 280);--secondary:oklch(0.28 0.06 280);--secondary-foreground:oklch(0.95 0.015 280);--muted:oklch(0.28 0.06 280);--muted-foreground:oklch(0.72 0.04 285);--accent:oklch(0.70 0.16 195);--accent-foreground:oklch(0.17 0.04 280);--border:oklch(0.72 0.20 290 / 18%);--input:oklch(0.72 0.20 290 / 14%);--ring:oklch(0.72 0.20 290 / 60%);--radius:0.875rem;}"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"providers\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"(dashboard)\",{\"children\":[\"providers\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/233p45nuh4m5b.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0cbg1vmtl84ae.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/2izbovk1ixytg.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/1giwad-u52ub-.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/1ntn7efqc-iiw.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"style\",null,{\"id\":\"loom-theme-tokens\",\"dangerouslySetInnerHTML\":{\"__html\":\"$2\"}}],\"$L3\"]}],\"$L4\"]}]]}],{\"children\":[\"$L5\",{\"children\":[\"$L6\",{\"children\":[\"$L7\",{},null,false,null]},null,false,\"$@8\"]},null,false,null]},null,false,null],\"$L9\",false]],\"m\":\"$undefined\",\"G\":[\"$a\",[\"$Lb\",\"$Lc\"]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"wCZkC7ZaYrxG37d-e2tac\"}\n"])</script><script>self.__next_f.push([1,"d:I[26229,[\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"/_next/static/chunks/2izbovk1ixytg.js\",\"/_next/static/chunks/1giwad-u52ub-.js\",\"/_next/static/chunks/1ntn7efqc-iiw.js\"],\"AppProviders\"]\ne:I[339756,[\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"/_next/static/chunks/2izbovk1ixytg.js\",\"/_next/static/chunks/1giwad-u52ub-.js\",\"/_next/static/chunks/1ntn7efqc-iiw.js\"],\"default\"]\nf:I[837457,[\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"/_next/static/chunks/2izbovk1ixytg.js\",\"/_next/static/chunks/1giwad-u52ub-.js\",\"/_next/static/chunks/1ntn7efqc-iiw.js\"],\"default\"]\n10:I[522016,[\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"/_next/static/chunks/2izbovk1ixytg.js\",\"/_next/static/chunks/1giwad-u52ub-.js\",\"/_next/static/chunks/1ntn7efqc-iiw.js\",\"/_next/static/chunks/0k4-ojig21nwu.js\"],\"\"]\n11:I[246852,[\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"/_next/static/chunks/2izbovk1ixytg.js\",\"/_next/static/chunks/1giwad-u52ub-.js\",\"/_next/static/chunks/1ntn7efqc-iiw.js\",\"/_next/static/chunks/2w2273l08l6pz.js\",\"/_next/static/chunks/3p7wxtt-owal-.js\",\"/_next/static/chunks/2zeeni2y2fh59.js\",\"/_next/static/chunks/1avs7b5gzq0et.js\",\"/_next/static/chunks/2_ylc3swjzu3u.js\",\"/_next/static/chunks/2-3f1p4geboky.js\"],\"Topbar\"]\n12:I[580166,[\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"/_next/static/chunks/2izbovk1ixytg.js\",\"/_next/static/chunks/1giwad-u52ub-.js\",\"/_next/static/chunks/1ntn7efqc-iiw.js\",\"/_next/static/chunks/2w2273l08l6pz.js\",\"/_next/static/chunks/3p7wxtt-owal-.js\",\"/_next/static/chunks/2zeeni2y2fh59.js\",\"/_next/static/chunks/1avs7b5gzq0et.js\",\"/_next/static/chunks/2_ylc3swjzu3u.js\",\"/_next/static/chunks/2-3f1p4geboky.js\",\"/_next/static/chunks/2zgfj2y10bftz.js\"],\"default\"]\n13:I[347257,[\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"/_next/static/chunks/2izbovk1ixytg.js\",\"/_next/static/chunks/1giwad-u52ub-.js\",\"/_next/static/chunks/1ntn7efqc-iiw.js\"],\"ClientPageRoot\"]\n14:I[800532,[\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"/_next/static/chunks/2izbovk1ixytg.js\",\"/_next/static/chunks/1giwad-u52ub-.js\",\"/_next/static/chunks/1ntn7efqc-iiw.js\",\"/_next/static/chunks/2w2273l08l6pz.js\",\"/_next/static/chunks/3p7wxtt-owal-.js\",\"/_next/static/chunks/2zeeni2y2fh59.js\",\"/_next/static/chunks/1avs7b5gzq0et.js\",\"/_next/static/chunks/2_ylc3swjzu3u.js\",\"/_next/static/chunks/2-3f1p4geboky.js\",\"/_next/static/chunks/15n4n4pow2mfx.js\",\"/_next/static/chunks/3m3fw3fmcc301.js\"],\"default\"]\n17:I[897367,[\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"/_next/static/chunks/2izbovk1ixytg.js\",\"/_next/static/chunks/1giwad-u52ub-.js\",\"/_next/static/chunks/1ntn7efqc-iiw.js\"],\"OutletBoundary\"]\n18:\"$Sreact.suspense\"\n1b:I[897367,[\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"/_next/static/chunks/2izbovk1ixytg.js\",\"/_next/static/chunks/1giwad-u52ub-.js\",\"/_next/static/chunks/1ntn7efqc-iiw.js\"],\"ViewportBoundary\"]\n1d:I[897367,[\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"/_next/static/chunks/2izbovk1ixytg.js\",\"/_next/static/chunks/1giwad-u52ub-.js\",\"/_next/static/chunks/1ntn7efqc-iiw.js\"],\"MetadataBoundary\"]\n3:[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var raw=localStorage.getItem(\\\"loom-theme\\\");if(!raw)return;var t=JSON.parse(raw);if(t\u0026\u0026typeof t.id===\\\"string\\\")document.documentElement.dataset.theme=t.id;var s=t\u0026\u0026t.scheme;if(s===\\\"system\\\")s=window.matchMedia\u0026\u0026window.matchMedia(\\\"(prefers-color-scheme: dark)\\\").matches?\\\"dark\\\":\\\"light\\\";if(s===\\\"dark\\\")document.documentElement.classList.add(\\\"dark\\\");else if(s===\\\"light\\\")document.documentElement.classList.remove(\\\"dark\\\");}catch(e){}})();\"}}]\n"])</script><script>self.__next_f.push([1,"4:[\"$\",\"body\",null,{\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased\",\"children\":[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"$Le\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lf\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"div\",null,{\"className\":\"flex h-screen w-full items-center justify-center p-6 bg-background\",\"children\":[\"$\",\"div\",null,{\"className\":\"max-w-md w-full space-y-4 text-center\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-6xl font-semibold text-muted-foreground/40\",\"children\":\"404\"}],[\"$\",\"h2\",null,{\"className\":\"text-lg font-semibold text-foreground\",\"children\":\"Page not found\"}],[\"$\",\"p\",null,{\"className\":\"text-sm text-muted-foreground\",\"children\":\"The page you're looking for doesn't exist or has been moved.\"}],[\"$\",\"div\",null,{\"className\":\"pt-2\",\"children\":[\"$\",\"$L10\",null,{\"href\":\"/\",\"children\":\"Back to dashboard\",\"data-slot\":\"button\",\"data-variant\":\"default\",\"data-size\":\"default\",\"className\":\"inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [\u0026_svg]:pointer-events-none [\u0026_svg:not([class*='size-'])]:size-4 shrink-0 [\u0026_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive bg-primary text-primary-foreground hover:bg-primary/90 h-9 px-4 py-2 has-[\u003esvg]:px-3\",\"ref\":null}]}]]}]}],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]\n"])</script><script>self.__next_f.push([1,"5:[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/2w2273l08l6pz.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/3p7wxtt-owal-.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/2zeeni2y2fh59.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/1avs7b5gzq0et.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-4\",{\"src\":\"/_next/static/chunks/2_ylc3swjzu3u.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-5\",{\"src\":\"/_next/static/chunks/2-3f1p4geboky.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"div\",null,{\"className\":\"flex h-screen flex-col overflow-hidden bg-background\",\"children\":[[\"$\",\"$L11\",null,{}],[\"$\",\"main\",null,{\"className\":\"flex-1 overflow-hidden bg-muted/10\",\"children\":[\"$\",\"$Le\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$12\",\"errorStyles\":[],\"errorScripts\":[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/2zgfj2y10bftz.js\",\"async\":true}]],\"template\":[\"$\",\"$Lf\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"div\",null,{\"className\":\"flex h-screen w-full items-center justify-center p-6 bg-background\",\"children\":[\"$\",\"div\",null,{\"className\":\"max-w-md w-full space-y-4 text-center\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-6xl font-semibold text-muted-foreground/40\",\"children\":\"404\"}],[\"$\",\"h2\",null,{\"className\":\"text-lg font-semibold text-foreground\",\"children\":\"Page not found\"}],[\"$\",\"p\",null,{\"className\":\"text-sm text-muted-foreground\",\"children\":\"The page you're looking for doesn't exist or has been moved.\"}],[\"$\",\"div\",null,{\"className\":\"pt-2\",\"children\":[\"$\",\"$L10\",null,{\"href\":\"/\",\"children\":\"Back to dashboard\",\"data-slot\":\"button\",\"data-variant\":\"default\",\"data-size\":\"default\",\"className\":\"inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [\u0026_svg]:pointer-events-none [\u0026_svg:not([class*='size-'])]:size-4 shrink-0 [\u0026_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive bg-primary text-primary-foreground hover:bg-primary/90 h-9 px-4 py-2 has-[\u003esvg]:px-3\",\"ref\":null}]}]]}]}],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"6:[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$Le\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lf\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]\n7:[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L13\",null,{\"Component\":\"$14\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@15\",\"$@16\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/15n4n4pow2mfx.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/3m3fw3fmcc301.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L17\",null,{\"children\":[\"$\",\"$18\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@19\"}]}]]}]\n1a:[]\n8:\"$W1a\"\n9:[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L1b\",null,{\"children\":\"$L1c\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L1d\",null,{\"children\":[\"$\",\"$18\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L1e\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}]\nb:[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/233p45nuh4m5b.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]\nc:[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0cbg1vmtl84ae.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]\n"])</script><script>self.__next_f.push([1,"15:{}\n16:\"$7:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"1c:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"1f:I[27201,[\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"/_next/static/chunks/2izbovk1ixytg.js\",\"/_next/static/chunks/1giwad-u52ub-.js\",\"/_next/static/chunks/1ntn7efqc-iiw.js\"],\"IconMark\"]\n19:null\n1e:[[\"$\",\"title\",\"0\",{\"children\":\"Loom\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Self-hosted AI portal · OpenAI-compatible · MCP · Playground · Logs\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.svg?icon.3ehpc5vjf2gkq.svg\",\"sizes\":\"any\",\"type\":\"image/svg+xml\"}],[\"$\",\"$L1f\",\"3\",{}]]\n"])</script></body></html>
|
|
5
|
+
:root[data-theme="aurora"].dark{--background:oklch(0.17 0.04 280);--foreground:oklch(0.95 0.015 280);--card:oklch(0.22 0.05 280);--card-foreground:oklch(0.95 0.015 280);--popover:oklch(0.22 0.05 280);--popover-foreground:oklch(0.95 0.015 280);--primary:oklch(0.72 0.20 290);--primary-foreground:oklch(0.17 0.04 280);--secondary:oklch(0.28 0.06 280);--secondary-foreground:oklch(0.95 0.015 280);--muted:oklch(0.28 0.06 280);--muted-foreground:oklch(0.72 0.04 285);--accent:oklch(0.70 0.16 195);--accent-foreground:oklch(0.17 0.04 280);--border:oklch(0.72 0.20 290 / 18%);--input:oklch(0.72 0.20 290 / 14%);--ring:oklch(0.72 0.20 290 / 60%);--radius:0.875rem;}</style><script>(function(){try{var raw=localStorage.getItem("loom-theme");if(!raw)return;var t=JSON.parse(raw);if(t&&typeof t.id==="string")document.documentElement.dataset.theme=t.id;var s=t&&t.scheme;if(s==="system")s=window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light";if(s==="dark")document.documentElement.classList.add("dark");else if(s==="light")document.documentElement.classList.remove("dark");}catch(e){}})();</script><script src="/_next/static/chunks/0cz1d0mv5g_q7.js" noModule=""></script></head><body class="geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased"><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("class","theme","system",null,["light","dark"],null,true,true)</script><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><!--/$--><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><script src="/_next/static/chunks/1jexzsn2qdw84.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\na:I[168027,[\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"/_next/static/chunks/2izbovk1ixytg.js\",\"/_next/static/chunks/1giwad-u52ub-.js\",\"/_next/static/chunks/1ntn7efqc-iiw.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/233p45nuh4m5b.css\",\"style\"]\n:HL[\"/_next/static/chunks/2yzdc8m536xea.css\",\"style\"]\n:HL[\"/_next/static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n2:Tcac,"])</script><script>self.__next_f.push([1,":root[data-theme=\"paper\"]{--background:oklch(0.97 0.02 80);--foreground:oklch(0.20 0.02 60);--card:oklch(0.99 0.015 80);--card-foreground:oklch(0.20 0.02 60);--popover:oklch(0.99 0.015 80);--popover-foreground:oklch(0.20 0.02 60);--primary:oklch(0.45 0.10 40);--primary-foreground:oklch(0.97 0.02 80);--secondary:oklch(0.92 0.02 75);--secondary-foreground:oklch(0.25 0.03 50);--muted:oklch(0.93 0.015 75);--muted-foreground:oklch(0.48 0.02 50);--accent:oklch(0.91 0.04 70);--accent-foreground:oklch(0.25 0.05 50);--border:oklch(0.85 0.02 70);--input:oklch(0.88 0.02 70);--ring:oklch(0.55 0.08 40);--radius:0.875rem;}\n:root[data-theme=\"paper\"].dark{--background:oklch(0.18 0.015 60);--foreground:oklch(0.94 0.02 80);--card:oklch(0.23 0.018 60);--card-foreground:oklch(0.94 0.02 80);--popover:oklch(0.23 0.018 60);--popover-foreground:oklch(0.94 0.02 80);--primary:oklch(0.78 0.10 40);--primary-foreground:oklch(0.18 0.015 60);--secondary:oklch(0.27 0.02 55);--secondary-foreground:oklch(0.94 0.02 80);--muted:oklch(0.27 0.02 55);--muted-foreground:oklch(0.70 0.02 75);--accent:oklch(0.30 0.05 60);--accent-foreground:oklch(0.94 0.02 80);--border:oklch(1 0 0 / 12%);--input:oklch(1 0 0 / 15%);--ring:oklch(0.65 0.08 40);--radius:0.875rem;}\n:root[data-theme=\"terminal\"].dark{--background:oklch(0.13 0.015 145);--foreground:oklch(0.92 0.18 145);--card:oklch(0.16 0.02 145);--card-foreground:oklch(0.92 0.18 145);--popover:oklch(0.16 0.02 145);--popover-foreground:oklch(0.92 0.18 145);--primary:oklch(0.85 0.20 145);--primary-foreground:oklch(0.13 0.015 145);--secondary:oklch(0.22 0.04 145);--secondary-foreground:oklch(0.92 0.18 145);--muted:oklch(0.22 0.04 145);--muted-foreground:oklch(0.65 0.12 145);--accent:oklch(0.25 0.06 145);--accent-foreground:oklch(0.92 0.18 145);--destructive:oklch(0.72 0.22 28);--border:oklch(0.85 0.18 145 / 18%);--input:oklch(0.85 0.18 145 / 14%);--ring:oklch(0.85 0.18 145 / 50%);--radius:0.25rem;--font-sans:var(--font-geist-mono);}\n:root[data-theme=\"aurora\"]{--background:oklch(0.985 0.005 280);--foreground:oklch(0.20 0.05 290);--card:oklch(1 0 0);--card-foreground:oklch(0.20 0.05 290);--popover:oklch(1 0 0);--popover-foreground:oklch(0.20 0.05 290);--primary:oklch(0.55 0.22 290);--primary-foreground:oklch(0.985 0.005 280);--secondary:oklch(0.95 0.02 285);--secondary-foreground:oklch(0.25 0.06 290);--muted:oklch(0.95 0.015 285);--muted-foreground:oklch(0.50 0.04 290);--accent:oklch(0.85 0.10 190);--accent-foreground:oklch(0.20 0.05 290);--border:oklch(0.88 0.02 285);--input:oklch(0.90 0.02 285);--ring:oklch(0.55 0.22 290);--radius:0.875rem;}\n:root[data-theme=\"aurora\"].dark{--background:oklch(0.17 0.04 280);--foreground:oklch(0.95 0.015 280);--card:oklch(0.22 0.05 280);--card-foreground:oklch(0.95 0.015 280);--popover:oklch(0.22 0.05 280);--popover-foreground:oklch(0.95 0.015 280);--primary:oklch(0.72 0.20 290);--primary-foreground:oklch(0.17 0.04 280);--secondary:oklch(0.28 0.06 280);--secondary-foreground:oklch(0.95 0.015 280);--muted:oklch(0.28 0.06 280);--muted-foreground:oklch(0.72 0.04 285);--accent:oklch(0.70 0.16 195);--accent-foreground:oklch(0.17 0.04 280);--border:oklch(0.72 0.20 290 / 18%);--input:oklch(0.72 0.20 290 / 14%);--ring:oklch(0.72 0.20 290 / 60%);--radius:0.875rem;}"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"providers\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"(dashboard)\",{\"children\":[\"providers\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/233p45nuh4m5b.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/2yzdc8m536xea.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/2izbovk1ixytg.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/1giwad-u52ub-.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/1ntn7efqc-iiw.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"style\",null,{\"id\":\"loom-theme-tokens\",\"dangerouslySetInnerHTML\":{\"__html\":\"$2\"}}],\"$L3\"]}],\"$L4\"]}]]}],{\"children\":[\"$L5\",{\"children\":[\"$L6\",{\"children\":[\"$L7\",{},null,false,null]},null,false,\"$@8\"]},null,false,null]},null,false,null],\"$L9\",false]],\"m\":\"$undefined\",\"G\":[\"$a\",[\"$Lb\",\"$Lc\"]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"TZ8IS4-HWznFu8M4EwNGp\"}\n"])</script><script>self.__next_f.push([1,"d:I[26229,[\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"/_next/static/chunks/2izbovk1ixytg.js\",\"/_next/static/chunks/1giwad-u52ub-.js\",\"/_next/static/chunks/1ntn7efqc-iiw.js\"],\"AppProviders\"]\ne:I[339756,[\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"/_next/static/chunks/2izbovk1ixytg.js\",\"/_next/static/chunks/1giwad-u52ub-.js\",\"/_next/static/chunks/1ntn7efqc-iiw.js\"],\"default\"]\nf:I[837457,[\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"/_next/static/chunks/2izbovk1ixytg.js\",\"/_next/static/chunks/1giwad-u52ub-.js\",\"/_next/static/chunks/1ntn7efqc-iiw.js\"],\"default\"]\n10:I[522016,[\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"/_next/static/chunks/2izbovk1ixytg.js\",\"/_next/static/chunks/1giwad-u52ub-.js\",\"/_next/static/chunks/1ntn7efqc-iiw.js\",\"/_next/static/chunks/0k4-ojig21nwu.js\"],\"\"]\n11:I[246852,[\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"/_next/static/chunks/2izbovk1ixytg.js\",\"/_next/static/chunks/1giwad-u52ub-.js\",\"/_next/static/chunks/1ntn7efqc-iiw.js\",\"/_next/static/chunks/2w2273l08l6pz.js\",\"/_next/static/chunks/3p7wxtt-owal-.js\",\"/_next/static/chunks/1si1c1m377t3w.js\",\"/_next/static/chunks/1avs7b5gzq0et.js\",\"/_next/static/chunks/2_ylc3swjzu3u.js\",\"/_next/static/chunks/2-3f1p4geboky.js\"],\"Topbar\"]\n12:I[580166,[\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"/_next/static/chunks/2izbovk1ixytg.js\",\"/_next/static/chunks/1giwad-u52ub-.js\",\"/_next/static/chunks/1ntn7efqc-iiw.js\",\"/_next/static/chunks/2w2273l08l6pz.js\",\"/_next/static/chunks/3p7wxtt-owal-.js\",\"/_next/static/chunks/1si1c1m377t3w.js\",\"/_next/static/chunks/1avs7b5gzq0et.js\",\"/_next/static/chunks/2_ylc3swjzu3u.js\",\"/_next/static/chunks/2-3f1p4geboky.js\",\"/_next/static/chunks/2zgfj2y10bftz.js\"],\"default\"]\n13:I[347257,[\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"/_next/static/chunks/2izbovk1ixytg.js\",\"/_next/static/chunks/1giwad-u52ub-.js\",\"/_next/static/chunks/1ntn7efqc-iiw.js\"],\"ClientPageRoot\"]\n14:I[800532,[\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"/_next/static/chunks/2izbovk1ixytg.js\",\"/_next/static/chunks/1giwad-u52ub-.js\",\"/_next/static/chunks/1ntn7efqc-iiw.js\",\"/_next/static/chunks/2w2273l08l6pz.js\",\"/_next/static/chunks/3p7wxtt-owal-.js\",\"/_next/static/chunks/1si1c1m377t3w.js\",\"/_next/static/chunks/1avs7b5gzq0et.js\",\"/_next/static/chunks/2_ylc3swjzu3u.js\",\"/_next/static/chunks/2-3f1p4geboky.js\",\"/_next/static/chunks/15n4n4pow2mfx.js\",\"/_next/static/chunks/3m3fw3fmcc301.js\"],\"default\"]\n17:I[897367,[\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"/_next/static/chunks/2izbovk1ixytg.js\",\"/_next/static/chunks/1giwad-u52ub-.js\",\"/_next/static/chunks/1ntn7efqc-iiw.js\"],\"OutletBoundary\"]\n18:\"$Sreact.suspense\"\n1b:I[897367,[\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"/_next/static/chunks/2izbovk1ixytg.js\",\"/_next/static/chunks/1giwad-u52ub-.js\",\"/_next/static/chunks/1ntn7efqc-iiw.js\"],\"ViewportBoundary\"]\n1d:I[897367,[\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"/_next/static/chunks/2izbovk1ixytg.js\",\"/_next/static/chunks/1giwad-u52ub-.js\",\"/_next/static/chunks/1ntn7efqc-iiw.js\"],\"MetadataBoundary\"]\n3:[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var raw=localStorage.getItem(\\\"loom-theme\\\");if(!raw)return;var t=JSON.parse(raw);if(t\u0026\u0026typeof t.id===\\\"string\\\")document.documentElement.dataset.theme=t.id;var s=t\u0026\u0026t.scheme;if(s===\\\"system\\\")s=window.matchMedia\u0026\u0026window.matchMedia(\\\"(prefers-color-scheme: dark)\\\").matches?\\\"dark\\\":\\\"light\\\";if(s===\\\"dark\\\")document.documentElement.classList.add(\\\"dark\\\");else if(s===\\\"light\\\")document.documentElement.classList.remove(\\\"dark\\\");}catch(e){}})();\"}}]\n"])</script><script>self.__next_f.push([1,"4:[\"$\",\"body\",null,{\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased\",\"children\":[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"$Le\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lf\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"div\",null,{\"className\":\"flex h-screen w-full items-center justify-center p-6 bg-background\",\"children\":[\"$\",\"div\",null,{\"className\":\"max-w-md w-full space-y-4 text-center\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-6xl font-semibold text-muted-foreground/40\",\"children\":\"404\"}],[\"$\",\"h2\",null,{\"className\":\"text-lg font-semibold text-foreground\",\"children\":\"Page not found\"}],[\"$\",\"p\",null,{\"className\":\"text-sm text-muted-foreground\",\"children\":\"The page you're looking for doesn't exist or has been moved.\"}],[\"$\",\"div\",null,{\"className\":\"pt-2\",\"children\":[\"$\",\"$L10\",null,{\"href\":\"/\",\"children\":\"Back to dashboard\",\"data-slot\":\"button\",\"data-variant\":\"default\",\"data-size\":\"default\",\"className\":\"inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [\u0026_svg]:pointer-events-none [\u0026_svg:not([class*='size-'])]:size-4 shrink-0 [\u0026_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive bg-primary text-primary-foreground hover:bg-primary/90 h-9 px-4 py-2 has-[\u003esvg]:px-3\",\"ref\":null}]}]]}]}],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]\n"])</script><script>self.__next_f.push([1,"5:[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/2w2273l08l6pz.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/3p7wxtt-owal-.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/1si1c1m377t3w.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/1avs7b5gzq0et.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-4\",{\"src\":\"/_next/static/chunks/2_ylc3swjzu3u.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-5\",{\"src\":\"/_next/static/chunks/2-3f1p4geboky.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"div\",null,{\"className\":\"flex h-screen flex-col overflow-hidden bg-background\",\"children\":[[\"$\",\"$L11\",null,{}],[\"$\",\"main\",null,{\"className\":\"flex-1 overflow-hidden bg-muted/10\",\"children\":[\"$\",\"$Le\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$12\",\"errorStyles\":[],\"errorScripts\":[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/2zgfj2y10bftz.js\",\"async\":true}]],\"template\":[\"$\",\"$Lf\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"div\",null,{\"className\":\"flex h-screen w-full items-center justify-center p-6 bg-background\",\"children\":[\"$\",\"div\",null,{\"className\":\"max-w-md w-full space-y-4 text-center\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-6xl font-semibold text-muted-foreground/40\",\"children\":\"404\"}],[\"$\",\"h2\",null,{\"className\":\"text-lg font-semibold text-foreground\",\"children\":\"Page not found\"}],[\"$\",\"p\",null,{\"className\":\"text-sm text-muted-foreground\",\"children\":\"The page you're looking for doesn't exist or has been moved.\"}],[\"$\",\"div\",null,{\"className\":\"pt-2\",\"children\":[\"$\",\"$L10\",null,{\"href\":\"/\",\"children\":\"Back to dashboard\",\"data-slot\":\"button\",\"data-variant\":\"default\",\"data-size\":\"default\",\"className\":\"inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [\u0026_svg]:pointer-events-none [\u0026_svg:not([class*='size-'])]:size-4 shrink-0 [\u0026_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive bg-primary text-primary-foreground hover:bg-primary/90 h-9 px-4 py-2 has-[\u003esvg]:px-3\",\"ref\":null}]}]]}]}],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"6:[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$Le\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lf\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]\n7:[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L13\",null,{\"Component\":\"$14\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@15\",\"$@16\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/15n4n4pow2mfx.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/3m3fw3fmcc301.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L17\",null,{\"children\":[\"$\",\"$18\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@19\"}]}]]}]\n1a:[]\n8:\"$W1a\"\n9:[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L1b\",null,{\"children\":\"$L1c\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L1d\",null,{\"children\":[\"$\",\"$18\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L1e\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}]\nb:[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/233p45nuh4m5b.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]\nc:[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/2yzdc8m536xea.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]\n"])</script><script>self.__next_f.push([1,"15:{}\n16:\"$7:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"1c:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"1f:I[27201,[\"/_next/static/chunks/0gwy6u53e_4ul.js\",\"/_next/static/chunks/2izbovk1ixytg.js\",\"/_next/static/chunks/1giwad-u52ub-.js\",\"/_next/static/chunks/1ntn7efqc-iiw.js\"],\"IconMark\"]\n19:null\n1e:[[\"$\",\"title\",\"0\",{\"children\":\"Loom\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Self-hosted AI portal · OpenAI-compatible · MCP · Playground · Logs\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.svg?icon.3ehpc5vjf2gkq.svg\",\"sizes\":\"any\",\"type\":\"image/svg+xml\"}],[\"$\",\"$L1f\",\"3\",{}]]\n"])</script></body></html>
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
a:I[168027,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"default",1]
|
|
3
3
|
:HL["/_next/static/chunks/233p45nuh4m5b.css","style"]
|
|
4
|
-
:HL["/_next/static/chunks/
|
|
4
|
+
:HL["/_next/static/chunks/2yzdc8m536xea.css","style"]
|
|
5
5
|
:HL["/_next/static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
6
6
|
:HL["/_next/static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
7
7
|
2:Tcac,:root[data-theme="paper"]{--background:oklch(0.97 0.02 80);--foreground:oklch(0.20 0.02 60);--card:oklch(0.99 0.015 80);--card-foreground:oklch(0.20 0.02 60);--popover:oklch(0.99 0.015 80);--popover-foreground:oklch(0.20 0.02 60);--primary:oklch(0.45 0.10 40);--primary-foreground:oklch(0.97 0.02 80);--secondary:oklch(0.92 0.02 75);--secondary-foreground:oklch(0.25 0.03 50);--muted:oklch(0.93 0.015 75);--muted-foreground:oklch(0.48 0.02 50);--accent:oklch(0.91 0.04 70);--accent-foreground:oklch(0.25 0.05 50);--border:oklch(0.85 0.02 70);--input:oklch(0.88 0.02 70);--ring:oklch(0.55 0.08 40);--radius:0.875rem;}
|
|
8
8
|
:root[data-theme="paper"].dark{--background:oklch(0.18 0.015 60);--foreground:oklch(0.94 0.02 80);--card:oklch(0.23 0.018 60);--card-foreground:oklch(0.94 0.02 80);--popover:oklch(0.23 0.018 60);--popover-foreground:oklch(0.94 0.02 80);--primary:oklch(0.78 0.10 40);--primary-foreground:oklch(0.18 0.015 60);--secondary:oklch(0.27 0.02 55);--secondary-foreground:oklch(0.94 0.02 80);--muted:oklch(0.27 0.02 55);--muted-foreground:oklch(0.70 0.02 75);--accent:oklch(0.30 0.05 60);--accent-foreground:oklch(0.94 0.02 80);--border:oklch(1 0 0 / 12%);--input:oklch(1 0 0 / 15%);--ring:oklch(0.65 0.08 40);--radius:0.875rem;}
|
|
9
9
|
:root[data-theme="terminal"].dark{--background:oklch(0.13 0.015 145);--foreground:oklch(0.92 0.18 145);--card:oklch(0.16 0.02 145);--card-foreground:oklch(0.92 0.18 145);--popover:oklch(0.16 0.02 145);--popover-foreground:oklch(0.92 0.18 145);--primary:oklch(0.85 0.20 145);--primary-foreground:oklch(0.13 0.015 145);--secondary:oklch(0.22 0.04 145);--secondary-foreground:oklch(0.92 0.18 145);--muted:oklch(0.22 0.04 145);--muted-foreground:oklch(0.65 0.12 145);--accent:oklch(0.25 0.06 145);--accent-foreground:oklch(0.92 0.18 145);--destructive:oklch(0.72 0.22 28);--border:oklch(0.85 0.18 145 / 18%);--input:oklch(0.85 0.18 145 / 14%);--ring:oklch(0.85 0.18 145 / 50%);--radius:0.25rem;--font-sans:var(--font-geist-mono);}
|
|
10
10
|
:root[data-theme="aurora"]{--background:oklch(0.985 0.005 280);--foreground:oklch(0.20 0.05 290);--card:oklch(1 0 0);--card-foreground:oklch(0.20 0.05 290);--popover:oklch(1 0 0);--popover-foreground:oklch(0.20 0.05 290);--primary:oklch(0.55 0.22 290);--primary-foreground:oklch(0.985 0.005 280);--secondary:oklch(0.95 0.02 285);--secondary-foreground:oklch(0.25 0.06 290);--muted:oklch(0.95 0.015 285);--muted-foreground:oklch(0.50 0.04 290);--accent:oklch(0.85 0.10 190);--accent-foreground:oklch(0.20 0.05 290);--border:oklch(0.88 0.02 285);--input:oklch(0.90 0.02 285);--ring:oklch(0.55 0.22 290);--radius:0.875rem;}
|
|
11
|
-
:root[data-theme="aurora"].dark{--background:oklch(0.17 0.04 280);--foreground:oklch(0.95 0.015 280);--card:oklch(0.22 0.05 280);--card-foreground:oklch(0.95 0.015 280);--popover:oklch(0.22 0.05 280);--popover-foreground:oklch(0.95 0.015 280);--primary:oklch(0.72 0.20 290);--primary-foreground:oklch(0.17 0.04 280);--secondary:oklch(0.28 0.06 280);--secondary-foreground:oklch(0.95 0.015 280);--muted:oklch(0.28 0.06 280);--muted-foreground:oklch(0.72 0.04 285);--accent:oklch(0.70 0.16 195);--accent-foreground:oklch(0.17 0.04 280);--border:oklch(0.72 0.20 290 / 18%);--input:oklch(0.72 0.20 290 / 14%);--ring:oklch(0.72 0.20 290 / 60%);--radius:0.875rem;}0:{"P":null,"c":["","providers"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["providers",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/233p45nuh4m5b.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
11
|
+
:root[data-theme="aurora"].dark{--background:oklch(0.17 0.04 280);--foreground:oklch(0.95 0.015 280);--card:oklch(0.22 0.05 280);--card-foreground:oklch(0.95 0.015 280);--popover:oklch(0.22 0.05 280);--popover-foreground:oklch(0.95 0.015 280);--primary:oklch(0.72 0.20 290);--primary-foreground:oklch(0.17 0.04 280);--secondary:oklch(0.28 0.06 280);--secondary-foreground:oklch(0.95 0.015 280);--muted:oklch(0.28 0.06 280);--muted-foreground:oklch(0.72 0.04 285);--accent:oklch(0.70 0.16 195);--accent-foreground:oklch(0.17 0.04 280);--border:oklch(0.72 0.20 290 / 18%);--input:oklch(0.72 0.20 290 / 14%);--ring:oklch(0.72 0.20 290 / 60%);--radius:0.875rem;}0:{"P":null,"c":["","providers"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["providers",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/233p45nuh4m5b.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/2yzdc8m536xea.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0gwy6u53e_4ul.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/2izbovk1ixytg.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/1giwad-u52ub-.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/1ntn7efqc-iiw.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","style",null,{"id":"loom-theme-tokens","dangerouslySetInnerHTML":{"__html":"$2"}}],"$L3"]}],"$L4"]}]]}],{"children":["$L5",{"children":["$L6",{"children":["$L7",{},null,false,null]},null,false,"$@8"]},null,false,null]},null,false,null],"$L9",false]],"m":"$undefined","G":["$a",["$Lb","$Lc"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"TZ8IS4-HWznFu8M4EwNGp"}
|
|
12
12
|
d:I[26229,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"AppProviders"]
|
|
13
13
|
e:I[339756,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"default"]
|
|
14
14
|
f:I[837457,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"default"]
|
|
15
15
|
10:I[522016,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/0k4-ojig21nwu.js"],""]
|
|
16
|
-
11:I[246852,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/
|
|
17
|
-
12:I[580166,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/
|
|
16
|
+
11:I[246852,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/1si1c1m377t3w.js","/_next/static/chunks/1avs7b5gzq0et.js","/_next/static/chunks/2_ylc3swjzu3u.js","/_next/static/chunks/2-3f1p4geboky.js"],"Topbar"]
|
|
17
|
+
12:I[580166,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/1si1c1m377t3w.js","/_next/static/chunks/1avs7b5gzq0et.js","/_next/static/chunks/2_ylc3swjzu3u.js","/_next/static/chunks/2-3f1p4geboky.js","/_next/static/chunks/2zgfj2y10bftz.js"],"default"]
|
|
18
18
|
13:I[347257,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"ClientPageRoot"]
|
|
19
|
-
14:I[800532,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/
|
|
19
|
+
14:I[800532,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/1si1c1m377t3w.js","/_next/static/chunks/1avs7b5gzq0et.js","/_next/static/chunks/2_ylc3swjzu3u.js","/_next/static/chunks/2-3f1p4geboky.js","/_next/static/chunks/15n4n4pow2mfx.js","/_next/static/chunks/3m3fw3fmcc301.js"],"default"]
|
|
20
20
|
17:I[897367,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"OutletBoundary"]
|
|
21
21
|
18:"$Sreact.suspense"
|
|
22
22
|
1b:I[897367,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"ViewportBoundary"]
|
|
23
23
|
1d:I[897367,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"MetadataBoundary"]
|
|
24
24
|
3:["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var raw=localStorage.getItem(\"loom-theme\");if(!raw)return;var t=JSON.parse(raw);if(t&&typeof t.id===\"string\")document.documentElement.dataset.theme=t.id;var s=t&&t.scheme;if(s===\"system\")s=window.matchMedia&&window.matchMedia(\"(prefers-color-scheme: dark)\").matches?\"dark\":\"light\";if(s===\"dark\")document.documentElement.classList.add(\"dark\");else if(s===\"light\")document.documentElement.classList.remove(\"dark\");}catch(e){}})();"}}]
|
|
25
25
|
4:["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased","children":["$","$Ld",null,{"children":["$","$Le",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lf",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","div",null,{"className":"flex h-screen w-full items-center justify-center p-6 bg-background","children":["$","div",null,{"className":"max-w-md w-full space-y-4 text-center","children":[["$","h1",null,{"className":"text-6xl font-semibold text-muted-foreground/40","children":"404"}],["$","h2",null,{"className":"text-lg font-semibold text-foreground","children":"Page not found"}],["$","p",null,{"className":"text-sm text-muted-foreground","children":"The page you're looking for doesn't exist or has been moved."}],["$","div",null,{"className":"pt-2","children":["$","$L10",null,{"href":"/","children":"Back to dashboard","data-slot":"button","data-variant":"default","data-size":"default","className":"inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive bg-primary text-primary-foreground hover:bg-primary/90 h-9 px-4 py-2 has-[>svg]:px-3","ref":null}]}]]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]
|
|
26
|
-
5:["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/2w2273l08l6pz.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/3p7wxtt-owal-.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/
|
|
26
|
+
5:["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/2w2273l08l6pz.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/3p7wxtt-owal-.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/1si1c1m377t3w.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/1avs7b5gzq0et.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/2_ylc3swjzu3u.js","async":true,"nonce":"$undefined"}],["$","script","script-5",{"src":"/_next/static/chunks/2-3f1p4geboky.js","async":true,"nonce":"$undefined"}]],["$","div",null,{"className":"flex h-screen flex-col overflow-hidden bg-background","children":[["$","$L11",null,{}],["$","main",null,{"className":"flex-1 overflow-hidden bg-muted/10","children":["$","$Le",null,{"parallelRouterKey":"children","error":"$12","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/2zgfj2y10bftz.js","async":true}]],"template":["$","$Lf",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","div",null,{"className":"flex h-screen w-full items-center justify-center p-6 bg-background","children":["$","div",null,{"className":"max-w-md w-full space-y-4 text-center","children":[["$","h1",null,{"className":"text-6xl font-semibold text-muted-foreground/40","children":"404"}],["$","h2",null,{"className":"text-lg font-semibold text-foreground","children":"Page not found"}],["$","p",null,{"className":"text-sm text-muted-foreground","children":"The page you're looking for doesn't exist or has been moved."}],["$","div",null,{"className":"pt-2","children":["$","$L10",null,{"href":"/","children":"Back to dashboard","data-slot":"button","data-variant":"default","data-size":"default","className":"inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive bg-primary text-primary-foreground hover:bg-primary/90 h-9 px-4 py-2 has-[>svg]:px-3","ref":null}]}]]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}]
|
|
27
27
|
6:["$","$1","c",{"children":[null,["$","$Le",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lf",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}]
|
|
28
28
|
7:["$","$1","c",{"children":[["$","$L13",null,{"Component":"$14","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@15","$@16"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/15n4n4pow2mfx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/3m3fw3fmcc301.js","async":true,"nonce":"$undefined"}]],["$","$L17",null,{"children":["$","$18",null,{"name":"Next.MetadataOutlet","children":"$@19"}]}]]}]
|
|
29
29
|
1a:[]
|
|
30
30
|
8:"$W1a"
|
|
31
31
|
9:["$","$1","h",{"children":[null,["$","$L1b",null,{"children":"$L1c"}],["$","div",null,{"hidden":true,"children":["$","$L1d",null,{"children":["$","$18",null,{"name":"Next.Metadata","children":"$L1e"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}]
|
|
32
32
|
b:["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/233p45nuh4m5b.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]
|
|
33
|
-
c:["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
33
|
+
c:["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/2yzdc8m536xea.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]
|
|
34
34
|
15:{}
|
|
35
35
|
16:"$7:props:children:0:props:serverProvidedParams:params"
|
|
36
36
|
1c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[347257,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"ClientPageRoot"]
|
|
3
|
-
3:I[800532,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/
|
|
3
|
+
3:I[800532,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/1si1c1m377t3w.js","/_next/static/chunks/1avs7b5gzq0et.js","/_next/static/chunks/2_ylc3swjzu3u.js","/_next/static/chunks/2-3f1p4geboky.js","/_next/static/chunks/15n4n4pow2mfx.js","/_next/static/chunks/3m3fw3fmcc301.js"],"default"]
|
|
4
4
|
6:I[897367,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"OutletBoundary"]
|
|
5
5
|
7:"$Sreact.suspense"
|
|
6
|
-
0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/15n4n4pow2mfx.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/3m3fw3fmcc301.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"
|
|
6
|
+
0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/15n4n4pow2mfx.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/3m3fw3fmcc301.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"TZ8IS4-HWznFu8M4EwNGp"}
|
|
7
7
|
4:{}
|
|
8
8
|
5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
|
|
9
9
|
8:null
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
2:I[339756,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"default"]
|
|
3
3
|
3:I[837457,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"default"]
|
|
4
4
|
4:[]
|
|
5
|
-
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"
|
|
5
|
+
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"TZ8IS4-HWznFu8M4EwNGp"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[246852,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/
|
|
2
|
+
2:I[246852,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/1si1c1m377t3w.js","/_next/static/chunks/1avs7b5gzq0et.js","/_next/static/chunks/2_ylc3swjzu3u.js","/_next/static/chunks/2-3f1p4geboky.js"],"Topbar"]
|
|
3
3
|
3:I[339756,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"default"]
|
|
4
|
-
4:I[580166,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/
|
|
4
|
+
4:I[580166,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/1si1c1m377t3w.js","/_next/static/chunks/1avs7b5gzq0et.js","/_next/static/chunks/2_ylc3swjzu3u.js","/_next/static/chunks/2-3f1p4geboky.js","/_next/static/chunks/2zgfj2y10bftz.js"],"default"]
|
|
5
5
|
5:I[837457,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"default"]
|
|
6
6
|
6:I[522016,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/0k4-ojig21nwu.js"],""]
|
|
7
|
-
0:{"rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/2w2273l08l6pz.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/3p7wxtt-owal-.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/
|
|
7
|
+
0:{"rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/2w2273l08l6pz.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/3p7wxtt-owal-.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/1si1c1m377t3w.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/1avs7b5gzq0et.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/2_ylc3swjzu3u.js","async":true}],["$","script","script-5",{"src":"/_next/static/chunks/2-3f1p4geboky.js","async":true}]],["$","div",null,{"className":"flex h-screen flex-col overflow-hidden bg-background","children":[["$","$L2",null,{}],["$","main",null,{"className":"flex-1 overflow-hidden bg-muted/10","children":["$","$L3",null,{"parallelRouterKey":"children","error":"$4","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/2zgfj2y10bftz.js","async":true}]],"template":["$","$L5",null,{}],"notFound":[["$","div",null,{"className":"flex h-screen w-full items-center justify-center p-6 bg-background","children":["$","div",null,{"className":"max-w-md w-full space-y-4 text-center","children":[["$","h1",null,{"className":"text-6xl font-semibold text-muted-foreground/40","children":"404"}],["$","h2",null,{"className":"text-lg font-semibold text-foreground","children":"Page not found"}],["$","p",null,{"className":"text-sm text-muted-foreground","children":"The page you're looking for doesn't exist or has been moved."}],["$","div",null,{"className":"pt-2","children":["$","$L6",null,{"href":"/","children":"Back to dashboard","data-slot":"button","data-variant":"default","data-size":"default","className":"inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive bg-primary text-primary-foreground hover:bg-primary/90 h-9 px-4 py-2 has-[>svg]:px-3","ref":null}]}]]}]}],[]]}]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"TZ8IS4-HWznFu8M4EwNGp"}
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
a:I[168027,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"default",1]
|
|
3
3
|
:HL["/_next/static/chunks/233p45nuh4m5b.css","style"]
|
|
4
|
-
:HL["/_next/static/chunks/
|
|
4
|
+
:HL["/_next/static/chunks/2yzdc8m536xea.css","style"]
|
|
5
5
|
:HL["/_next/static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
6
6
|
:HL["/_next/static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
7
7
|
2:Tcac,:root[data-theme="paper"]{--background:oklch(0.97 0.02 80);--foreground:oklch(0.20 0.02 60);--card:oklch(0.99 0.015 80);--card-foreground:oklch(0.20 0.02 60);--popover:oklch(0.99 0.015 80);--popover-foreground:oklch(0.20 0.02 60);--primary:oklch(0.45 0.10 40);--primary-foreground:oklch(0.97 0.02 80);--secondary:oklch(0.92 0.02 75);--secondary-foreground:oklch(0.25 0.03 50);--muted:oklch(0.93 0.015 75);--muted-foreground:oklch(0.48 0.02 50);--accent:oklch(0.91 0.04 70);--accent-foreground:oklch(0.25 0.05 50);--border:oklch(0.85 0.02 70);--input:oklch(0.88 0.02 70);--ring:oklch(0.55 0.08 40);--radius:0.875rem;}
|
|
8
8
|
:root[data-theme="paper"].dark{--background:oklch(0.18 0.015 60);--foreground:oklch(0.94 0.02 80);--card:oklch(0.23 0.018 60);--card-foreground:oklch(0.94 0.02 80);--popover:oklch(0.23 0.018 60);--popover-foreground:oklch(0.94 0.02 80);--primary:oklch(0.78 0.10 40);--primary-foreground:oklch(0.18 0.015 60);--secondary:oklch(0.27 0.02 55);--secondary-foreground:oklch(0.94 0.02 80);--muted:oklch(0.27 0.02 55);--muted-foreground:oklch(0.70 0.02 75);--accent:oklch(0.30 0.05 60);--accent-foreground:oklch(0.94 0.02 80);--border:oklch(1 0 0 / 12%);--input:oklch(1 0 0 / 15%);--ring:oklch(0.65 0.08 40);--radius:0.875rem;}
|
|
9
9
|
:root[data-theme="terminal"].dark{--background:oklch(0.13 0.015 145);--foreground:oklch(0.92 0.18 145);--card:oklch(0.16 0.02 145);--card-foreground:oklch(0.92 0.18 145);--popover:oklch(0.16 0.02 145);--popover-foreground:oklch(0.92 0.18 145);--primary:oklch(0.85 0.20 145);--primary-foreground:oklch(0.13 0.015 145);--secondary:oklch(0.22 0.04 145);--secondary-foreground:oklch(0.92 0.18 145);--muted:oklch(0.22 0.04 145);--muted-foreground:oklch(0.65 0.12 145);--accent:oklch(0.25 0.06 145);--accent-foreground:oklch(0.92 0.18 145);--destructive:oklch(0.72 0.22 28);--border:oklch(0.85 0.18 145 / 18%);--input:oklch(0.85 0.18 145 / 14%);--ring:oklch(0.85 0.18 145 / 50%);--radius:0.25rem;--font-sans:var(--font-geist-mono);}
|
|
10
10
|
:root[data-theme="aurora"]{--background:oklch(0.985 0.005 280);--foreground:oklch(0.20 0.05 290);--card:oklch(1 0 0);--card-foreground:oklch(0.20 0.05 290);--popover:oklch(1 0 0);--popover-foreground:oklch(0.20 0.05 290);--primary:oklch(0.55 0.22 290);--primary-foreground:oklch(0.985 0.005 280);--secondary:oklch(0.95 0.02 285);--secondary-foreground:oklch(0.25 0.06 290);--muted:oklch(0.95 0.015 285);--muted-foreground:oklch(0.50 0.04 290);--accent:oklch(0.85 0.10 190);--accent-foreground:oklch(0.20 0.05 290);--border:oklch(0.88 0.02 285);--input:oklch(0.90 0.02 285);--ring:oklch(0.55 0.22 290);--radius:0.875rem;}
|
|
11
|
-
:root[data-theme="aurora"].dark{--background:oklch(0.17 0.04 280);--foreground:oklch(0.95 0.015 280);--card:oklch(0.22 0.05 280);--card-foreground:oklch(0.95 0.015 280);--popover:oklch(0.22 0.05 280);--popover-foreground:oklch(0.95 0.015 280);--primary:oklch(0.72 0.20 290);--primary-foreground:oklch(0.17 0.04 280);--secondary:oklch(0.28 0.06 280);--secondary-foreground:oklch(0.95 0.015 280);--muted:oklch(0.28 0.06 280);--muted-foreground:oklch(0.72 0.04 285);--accent:oklch(0.70 0.16 195);--accent-foreground:oklch(0.17 0.04 280);--border:oklch(0.72 0.20 290 / 18%);--input:oklch(0.72 0.20 290 / 14%);--ring:oklch(0.72 0.20 290 / 60%);--radius:0.875rem;}0:{"P":null,"c":["","providers"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["providers",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/233p45nuh4m5b.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
11
|
+
:root[data-theme="aurora"].dark{--background:oklch(0.17 0.04 280);--foreground:oklch(0.95 0.015 280);--card:oklch(0.22 0.05 280);--card-foreground:oklch(0.95 0.015 280);--popover:oklch(0.22 0.05 280);--popover-foreground:oklch(0.95 0.015 280);--primary:oklch(0.72 0.20 290);--primary-foreground:oklch(0.17 0.04 280);--secondary:oklch(0.28 0.06 280);--secondary-foreground:oklch(0.95 0.015 280);--muted:oklch(0.28 0.06 280);--muted-foreground:oklch(0.72 0.04 285);--accent:oklch(0.70 0.16 195);--accent-foreground:oklch(0.17 0.04 280);--border:oklch(0.72 0.20 290 / 18%);--input:oklch(0.72 0.20 290 / 14%);--ring:oklch(0.72 0.20 290 / 60%);--radius:0.875rem;}0:{"P":null,"c":["","providers"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["providers",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/233p45nuh4m5b.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/2yzdc8m536xea.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0gwy6u53e_4ul.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/2izbovk1ixytg.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/1giwad-u52ub-.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/1ntn7efqc-iiw.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","style",null,{"id":"loom-theme-tokens","dangerouslySetInnerHTML":{"__html":"$2"}}],"$L3"]}],"$L4"]}]]}],{"children":["$L5",{"children":["$L6",{"children":["$L7",{},null,false,null]},null,false,"$@8"]},null,false,null]},null,false,null],"$L9",false]],"m":"$undefined","G":["$a",["$Lb","$Lc"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"TZ8IS4-HWznFu8M4EwNGp"}
|
|
12
12
|
d:I[26229,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"AppProviders"]
|
|
13
13
|
e:I[339756,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"default"]
|
|
14
14
|
f:I[837457,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"default"]
|
|
15
15
|
10:I[522016,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/0k4-ojig21nwu.js"],""]
|
|
16
|
-
11:I[246852,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/
|
|
17
|
-
12:I[580166,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/
|
|
16
|
+
11:I[246852,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/1si1c1m377t3w.js","/_next/static/chunks/1avs7b5gzq0et.js","/_next/static/chunks/2_ylc3swjzu3u.js","/_next/static/chunks/2-3f1p4geboky.js"],"Topbar"]
|
|
17
|
+
12:I[580166,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/1si1c1m377t3w.js","/_next/static/chunks/1avs7b5gzq0et.js","/_next/static/chunks/2_ylc3swjzu3u.js","/_next/static/chunks/2-3f1p4geboky.js","/_next/static/chunks/2zgfj2y10bftz.js"],"default"]
|
|
18
18
|
13:I[347257,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"ClientPageRoot"]
|
|
19
|
-
14:I[800532,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/
|
|
19
|
+
14:I[800532,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/2w2273l08l6pz.js","/_next/static/chunks/3p7wxtt-owal-.js","/_next/static/chunks/1si1c1m377t3w.js","/_next/static/chunks/1avs7b5gzq0et.js","/_next/static/chunks/2_ylc3swjzu3u.js","/_next/static/chunks/2-3f1p4geboky.js","/_next/static/chunks/15n4n4pow2mfx.js","/_next/static/chunks/3m3fw3fmcc301.js"],"default"]
|
|
20
20
|
17:I[897367,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"OutletBoundary"]
|
|
21
21
|
18:"$Sreact.suspense"
|
|
22
22
|
1b:I[897367,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"ViewportBoundary"]
|
|
23
23
|
1d:I[897367,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"MetadataBoundary"]
|
|
24
24
|
3:["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var raw=localStorage.getItem(\"loom-theme\");if(!raw)return;var t=JSON.parse(raw);if(t&&typeof t.id===\"string\")document.documentElement.dataset.theme=t.id;var s=t&&t.scheme;if(s===\"system\")s=window.matchMedia&&window.matchMedia(\"(prefers-color-scheme: dark)\").matches?\"dark\":\"light\";if(s===\"dark\")document.documentElement.classList.add(\"dark\");else if(s===\"light\")document.documentElement.classList.remove(\"dark\");}catch(e){}})();"}}]
|
|
25
25
|
4:["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased","children":["$","$Ld",null,{"children":["$","$Le",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lf",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","div",null,{"className":"flex h-screen w-full items-center justify-center p-6 bg-background","children":["$","div",null,{"className":"max-w-md w-full space-y-4 text-center","children":[["$","h1",null,{"className":"text-6xl font-semibold text-muted-foreground/40","children":"404"}],["$","h2",null,{"className":"text-lg font-semibold text-foreground","children":"Page not found"}],["$","p",null,{"className":"text-sm text-muted-foreground","children":"The page you're looking for doesn't exist or has been moved."}],["$","div",null,{"className":"pt-2","children":["$","$L10",null,{"href":"/","children":"Back to dashboard","data-slot":"button","data-variant":"default","data-size":"default","className":"inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive bg-primary text-primary-foreground hover:bg-primary/90 h-9 px-4 py-2 has-[>svg]:px-3","ref":null}]}]]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]
|
|
26
|
-
5:["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/2w2273l08l6pz.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/3p7wxtt-owal-.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/
|
|
26
|
+
5:["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/2w2273l08l6pz.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/3p7wxtt-owal-.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/1si1c1m377t3w.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/1avs7b5gzq0et.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/2_ylc3swjzu3u.js","async":true,"nonce":"$undefined"}],["$","script","script-5",{"src":"/_next/static/chunks/2-3f1p4geboky.js","async":true,"nonce":"$undefined"}]],["$","div",null,{"className":"flex h-screen flex-col overflow-hidden bg-background","children":[["$","$L11",null,{}],["$","main",null,{"className":"flex-1 overflow-hidden bg-muted/10","children":["$","$Le",null,{"parallelRouterKey":"children","error":"$12","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/2zgfj2y10bftz.js","async":true}]],"template":["$","$Lf",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","div",null,{"className":"flex h-screen w-full items-center justify-center p-6 bg-background","children":["$","div",null,{"className":"max-w-md w-full space-y-4 text-center","children":[["$","h1",null,{"className":"text-6xl font-semibold text-muted-foreground/40","children":"404"}],["$","h2",null,{"className":"text-lg font-semibold text-foreground","children":"Page not found"}],["$","p",null,{"className":"text-sm text-muted-foreground","children":"The page you're looking for doesn't exist or has been moved."}],["$","div",null,{"className":"pt-2","children":["$","$L10",null,{"href":"/","children":"Back to dashboard","data-slot":"button","data-variant":"default","data-size":"default","className":"inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive bg-primary text-primary-foreground hover:bg-primary/90 h-9 px-4 py-2 has-[>svg]:px-3","ref":null}]}]]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}]
|
|
27
27
|
6:["$","$1","c",{"children":[null,["$","$Le",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lf",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}]
|
|
28
28
|
7:["$","$1","c",{"children":[["$","$L13",null,{"Component":"$14","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@15","$@16"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/15n4n4pow2mfx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/3m3fw3fmcc301.js","async":true,"nonce":"$undefined"}]],["$","$L17",null,{"children":["$","$18",null,{"name":"Next.MetadataOutlet","children":"$@19"}]}]]}]
|
|
29
29
|
1a:[]
|
|
30
30
|
8:"$W1a"
|
|
31
31
|
9:["$","$1","h",{"children":[null,["$","$L1b",null,{"children":"$L1c"}],["$","div",null,{"hidden":true,"children":["$","$L1d",null,{"children":["$","$18",null,{"name":"Next.Metadata","children":"$L1e"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}]
|
|
32
32
|
b:["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/233p45nuh4m5b.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]
|
|
33
|
-
c:["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
33
|
+
c:["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/2yzdc8m536xea.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]
|
|
34
34
|
15:{}
|
|
35
35
|
16:"$7:props:children:0:props:serverProvidedParams:params"
|
|
36
36
|
1c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
3:I[897367,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"MetadataBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
5
|
5:I[27201,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"IconMark"]
|
|
6
|
-
0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Loom"}],["$","meta","1",{"name":"description","content":"Self-hosted AI portal · OpenAI-compatible · MCP · Playground · Logs"}],["$","link","2",{"rel":"icon","href":"/icon.svg?icon.3ehpc5vjf2gkq.svg","sizes":"any","type":"image/svg+xml"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"
|
|
6
|
+
0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Loom"}],["$","meta","1",{"name":"description","content":"Self-hosted AI portal · OpenAI-compatible · MCP · Playground · Logs"}],["$","link","2",{"rel":"icon","href":"/icon.svg?icon.3ehpc5vjf2gkq.svg","sizes":"any","type":"image/svg+xml"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"TZ8IS4-HWznFu8M4EwNGp"}
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
7:I[837457,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js"],"default"]
|
|
5
5
|
8:I[522016,["/_next/static/chunks/0gwy6u53e_4ul.js","/_next/static/chunks/2izbovk1ixytg.js","/_next/static/chunks/1giwad-u52ub-.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/0k4-ojig21nwu.js"],""]
|
|
6
6
|
:HL["/_next/static/chunks/233p45nuh4m5b.css","style"]
|
|
7
|
-
:HL["/_next/static/chunks/
|
|
7
|
+
:HL["/_next/static/chunks/2yzdc8m536xea.css","style"]
|
|
8
8
|
2:Tcac,:root[data-theme="paper"]{--background:oklch(0.97 0.02 80);--foreground:oklch(0.20 0.02 60);--card:oklch(0.99 0.015 80);--card-foreground:oklch(0.20 0.02 60);--popover:oklch(0.99 0.015 80);--popover-foreground:oklch(0.20 0.02 60);--primary:oklch(0.45 0.10 40);--primary-foreground:oklch(0.97 0.02 80);--secondary:oklch(0.92 0.02 75);--secondary-foreground:oklch(0.25 0.03 50);--muted:oklch(0.93 0.015 75);--muted-foreground:oklch(0.48 0.02 50);--accent:oklch(0.91 0.04 70);--accent-foreground:oklch(0.25 0.05 50);--border:oklch(0.85 0.02 70);--input:oklch(0.88 0.02 70);--ring:oklch(0.55 0.08 40);--radius:0.875rem;}
|
|
9
9
|
:root[data-theme="paper"].dark{--background:oklch(0.18 0.015 60);--foreground:oklch(0.94 0.02 80);--card:oklch(0.23 0.018 60);--card-foreground:oklch(0.94 0.02 80);--popover:oklch(0.23 0.018 60);--popover-foreground:oklch(0.94 0.02 80);--primary:oklch(0.78 0.10 40);--primary-foreground:oklch(0.18 0.015 60);--secondary:oklch(0.27 0.02 55);--secondary-foreground:oklch(0.94 0.02 80);--muted:oklch(0.27 0.02 55);--muted-foreground:oklch(0.70 0.02 75);--accent:oklch(0.30 0.05 60);--accent-foreground:oklch(0.94 0.02 80);--border:oklch(1 0 0 / 12%);--input:oklch(1 0 0 / 15%);--ring:oklch(0.65 0.08 40);--radius:0.875rem;}
|
|
10
10
|
:root[data-theme="terminal"].dark{--background:oklch(0.13 0.015 145);--foreground:oklch(0.92 0.18 145);--card:oklch(0.16 0.02 145);--card-foreground:oklch(0.92 0.18 145);--popover:oklch(0.16 0.02 145);--popover-foreground:oklch(0.92 0.18 145);--primary:oklch(0.85 0.20 145);--primary-foreground:oklch(0.13 0.015 145);--secondary:oklch(0.22 0.04 145);--secondary-foreground:oklch(0.92 0.18 145);--muted:oklch(0.22 0.04 145);--muted-foreground:oklch(0.65 0.12 145);--accent:oklch(0.25 0.06 145);--accent-foreground:oklch(0.92 0.18 145);--destructive:oklch(0.72 0.22 28);--border:oklch(0.85 0.18 145 / 18%);--input:oklch(0.85 0.18 145 / 14%);--ring:oklch(0.85 0.18 145 / 50%);--radius:0.25rem;--font-sans:var(--font-geist-mono);}
|
|
11
11
|
:root[data-theme="aurora"]{--background:oklch(0.985 0.005 280);--foreground:oklch(0.20 0.05 290);--card:oklch(1 0 0);--card-foreground:oklch(0.20 0.05 290);--popover:oklch(1 0 0);--popover-foreground:oklch(0.20 0.05 290);--primary:oklch(0.55 0.22 290);--primary-foreground:oklch(0.985 0.005 280);--secondary:oklch(0.95 0.02 285);--secondary-foreground:oklch(0.25 0.06 290);--muted:oklch(0.95 0.015 285);--muted-foreground:oklch(0.50 0.04 290);--accent:oklch(0.85 0.10 190);--accent-foreground:oklch(0.20 0.05 290);--border:oklch(0.88 0.02 285);--input:oklch(0.90 0.02 285);--ring:oklch(0.55 0.22 290);--radius:0.875rem;}
|
|
12
|
-
:root[data-theme="aurora"].dark{--background:oklch(0.17 0.04 280);--foreground:oklch(0.95 0.015 280);--card:oklch(0.22 0.05 280);--card-foreground:oklch(0.95 0.015 280);--popover:oklch(0.22 0.05 280);--popover-foreground:oklch(0.95 0.015 280);--primary:oklch(0.72 0.20 290);--primary-foreground:oklch(0.17 0.04 280);--secondary:oklch(0.28 0.06 280);--secondary-foreground:oklch(0.95 0.015 280);--muted:oklch(0.28 0.06 280);--muted-foreground:oklch(0.72 0.04 285);--accent:oklch(0.70 0.16 195);--accent-foreground:oklch(0.17 0.04 280);--border:oklch(0.72 0.20 290 / 18%);--input:oklch(0.72 0.20 290 / 14%);--ring:oklch(0.72 0.20 290 / 60%);--radius:0.875rem;}0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/233p45nuh4m5b.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
12
|
+
:root[data-theme="aurora"].dark{--background:oklch(0.17 0.04 280);--foreground:oklch(0.95 0.015 280);--card:oklch(0.22 0.05 280);--card-foreground:oklch(0.95 0.015 280);--popover:oklch(0.22 0.05 280);--popover-foreground:oklch(0.95 0.015 280);--primary:oklch(0.72 0.20 290);--primary-foreground:oklch(0.17 0.04 280);--secondary:oklch(0.28 0.06 280);--secondary-foreground:oklch(0.95 0.015 280);--muted:oklch(0.28 0.06 280);--muted-foreground:oklch(0.72 0.04 285);--accent:oklch(0.70 0.16 195);--accent-foreground:oklch(0.17 0.04 280);--border:oklch(0.72 0.20 290 / 18%);--input:oklch(0.72 0.20 290 / 14%);--ring:oklch(0.72 0.20 290 / 60%);--radius:0.875rem;}0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/233p45nuh4m5b.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/2yzdc8m536xea.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0gwy6u53e_4ul.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/2izbovk1ixytg.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/1giwad-u52ub-.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/1ntn7efqc-iiw.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","style",null,{"id":"loom-theme-tokens","dangerouslySetInnerHTML":{"__html":"$2"}}],"$L3"]}],"$L4"]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"TZ8IS4-HWznFu8M4EwNGp"}
|
|
13
13
|
3:["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var raw=localStorage.getItem(\"loom-theme\");if(!raw)return;var t=JSON.parse(raw);if(t&&typeof t.id===\"string\")document.documentElement.dataset.theme=t.id;var s=t&&t.scheme;if(s===\"system\")s=window.matchMedia&&window.matchMedia(\"(prefers-color-scheme: dark)\").matches?\"dark\":\"light\";if(s===\"dark\")document.documentElement.classList.add(\"dark\");else if(s===\"light\")document.documentElement.classList.remove(\"dark\");}catch(e){}})();"}}]
|
|
14
14
|
4:["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased","children":["$","$L5",null,{"children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[["$","div",null,{"className":"flex h-screen w-full items-center justify-center p-6 bg-background","children":["$","div",null,{"className":"max-w-md w-full space-y-4 text-center","children":[["$","h1",null,{"className":"text-6xl font-semibold text-muted-foreground/40","children":"404"}],["$","h2",null,{"className":"text-lg font-semibold text-foreground","children":"Page not found"}],["$","p",null,{"className":"text-sm text-muted-foreground","children":"The page you're looking for doesn't exist or has been moved."}],["$","div",null,{"className":"pt-2","children":["$","$L8",null,{"href":"/","children":"Back to dashboard","data-slot":"button","data-variant":"default","data-size":"default","className":"inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive bg-primary text-primary-foreground hover:bg-primary/90 h-9 px-4 py-2 has-[>svg]:px-3","ref":null}]}]]}]}],[]]}]}]}]
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
:HL["/_next/static/chunks/233p45nuh4m5b.css","style"]
|
|
2
|
-
:HL["/_next/static/chunks/
|
|
2
|
+
:HL["/_next/static/chunks/2yzdc8m536xea.css","style"]
|
|
3
3
|
:HL["/_next/static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
4
4
|
:HL["/_next/static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
5
|
-
0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"(dashboard)","param":null,"prefetchHints":0,"slots":{"children":{"name":"providers","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"
|
|
5
|
+
0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"(dashboard)","param":null,"prefetchHints":0,"slots":{"children":{"name":"providers","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"TZ8IS4-HWznFu8M4EwNGp"}
|