2026-01-12 14:05:06 -03:00
|
|
|
<link rel="stylesheet" href="sources/sources.css" />
|
|
|
|
|
|
2025-12-03 18:42:22 -03:00
|
|
|
<div class="sources-container">
|
|
|
|
|
<!-- Header -->
|
|
|
|
|
<header class="sources-header">
|
|
|
|
|
<div class="header-left">
|
2026-01-06 22:57:00 -03:00
|
|
|
<h1 data-i18n="sources-title">Sources</h1>
|
|
|
|
|
<p class="header-subtitle" data-i18n="sources-subtitle">
|
2026-01-03 17:19:17 -03:00
|
|
|
Repositories, Apps, Prompts, Templates & MCP Servers
|
|
|
|
|
</p>
|
2025-12-03 18:42:22 -03:00
|
|
|
</div>
|
|
|
|
|
<div class="header-right">
|
|
|
|
|
<div class="search-box">
|
2026-01-03 17:19:17 -03:00
|
|
|
<svg
|
|
|
|
|
width="18"
|
|
|
|
|
height="18"
|
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
|
fill="none"
|
|
|
|
|
stroke="currentColor"
|
|
|
|
|
stroke-width="2"
|
|
|
|
|
>
|
2025-12-03 18:42:22 -03:00
|
|
|
<circle cx="11" cy="11" r="8"></circle>
|
|
|
|
|
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
|
|
|
|
|
</svg>
|
2026-01-03 17:19:17 -03:00
|
|
|
<input
|
|
|
|
|
type="text"
|
|
|
|
|
placeholder="Search sources..."
|
2026-01-06 22:57:00 -03:00
|
|
|
data-i18n-placeholder="sources-search"
|
2026-01-03 17:19:17 -03:00
|
|
|
name="q"
|
|
|
|
|
hx-get="/api/ui/sources/search"
|
|
|
|
|
hx-trigger="keyup changed delay:300ms"
|
|
|
|
|
hx-target="#content-area"
|
|
|
|
|
hx-swap="innerHTML"
|
|
|
|
|
/>
|
2025-12-03 18:42:22 -03:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</header>
|
|
|
|
|
|
|
|
|
|
<!-- Tab Navigation -->
|
|
|
|
|
<nav class="tab-nav" role="tablist">
|
2026-01-03 17:19:17 -03:00
|
|
|
<button
|
|
|
|
|
class="tab-btn active"
|
|
|
|
|
role="tab"
|
|
|
|
|
aria-selected="true"
|
|
|
|
|
hx-get="/api/ui/sources/repositories"
|
|
|
|
|
hx-target="#content-area"
|
|
|
|
|
hx-swap="innerHTML"
|
|
|
|
|
onclick="setActiveTab(this)"
|
|
|
|
|
>
|
|
|
|
|
<svg
|
|
|
|
|
width="18"
|
|
|
|
|
height="18"
|
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
|
fill="none"
|
|
|
|
|
stroke="currentColor"
|
|
|
|
|
stroke-width="2"
|
|
|
|
|
>
|
|
|
|
|
<path
|
|
|
|
|
d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"
|
|
|
|
|
></path>
|
2025-12-12 23:45:56 -03:00
|
|
|
</svg>
|
2026-01-06 22:57:00 -03:00
|
|
|
<span data-i18n="sources-repositories">Repositories</span>
|
2025-12-12 23:45:56 -03:00
|
|
|
</button>
|
2026-01-03 17:19:17 -03:00
|
|
|
<button
|
|
|
|
|
class="tab-btn"
|
|
|
|
|
role="tab"
|
|
|
|
|
aria-selected="false"
|
|
|
|
|
hx-get="/api/ui/sources/apps"
|
|
|
|
|
hx-target="#content-area"
|
|
|
|
|
hx-swap="innerHTML"
|
|
|
|
|
onclick="setActiveTab(this)"
|
|
|
|
|
>
|
|
|
|
|
<svg
|
|
|
|
|
width="18"
|
|
|
|
|
height="18"
|
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
|
fill="none"
|
|
|
|
|
stroke="currentColor"
|
|
|
|
|
stroke-width="2"
|
|
|
|
|
>
|
2025-12-12 23:45:56 -03:00
|
|
|
<rect x="3" y="3" width="7" height="7"></rect>
|
|
|
|
|
<rect x="14" y="3" width="7" height="7"></rect>
|
|
|
|
|
<rect x="14" y="14" width="7" height="7"></rect>
|
|
|
|
|
<rect x="3" y="14" width="7" height="7"></rect>
|
|
|
|
|
</svg>
|
2026-01-06 22:57:00 -03:00
|
|
|
<span data-i18n="sources-apps">Apps</span>
|
2025-12-12 23:45:56 -03:00
|
|
|
</button>
|
2026-01-03 17:19:17 -03:00
|
|
|
<button
|
|
|
|
|
class="tab-btn"
|
|
|
|
|
role="tab"
|
|
|
|
|
aria-selected="false"
|
|
|
|
|
hx-get="/api/ui/sources/prompts"
|
|
|
|
|
hx-target="#content-area"
|
|
|
|
|
hx-swap="innerHTML"
|
|
|
|
|
onclick="setActiveTab(this)"
|
|
|
|
|
>
|
|
|
|
|
<svg
|
|
|
|
|
width="18"
|
|
|
|
|
height="18"
|
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
|
fill="none"
|
|
|
|
|
stroke="currentColor"
|
|
|
|
|
stroke-width="2"
|
|
|
|
|
>
|
|
|
|
|
<path
|
|
|
|
|
d="M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z"
|
|
|
|
|
></path>
|
2025-12-03 18:42:22 -03:00
|
|
|
</svg>
|
2026-01-06 22:57:00 -03:00
|
|
|
<span data-i18n="sources-prompts">Prompts</span>
|
2025-12-03 18:42:22 -03:00
|
|
|
</button>
|
2026-01-03 17:19:17 -03:00
|
|
|
<button
|
|
|
|
|
class="tab-btn"
|
|
|
|
|
role="tab"
|
|
|
|
|
aria-selected="false"
|
|
|
|
|
hx-get="/api/ui/sources/templates"
|
|
|
|
|
hx-target="#content-area"
|
|
|
|
|
hx-swap="innerHTML"
|
|
|
|
|
onclick="setActiveTab(this)"
|
|
|
|
|
>
|
|
|
|
|
<svg
|
|
|
|
|
width="18"
|
|
|
|
|
height="18"
|
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
|
fill="none"
|
|
|
|
|
stroke="currentColor"
|
|
|
|
|
stroke-width="2"
|
|
|
|
|
>
|
|
|
|
|
<path
|
|
|
|
|
d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"
|
|
|
|
|
></path>
|
2025-12-03 18:42:22 -03:00
|
|
|
<polyline points="14 2 14 8 20 8"></polyline>
|
|
|
|
|
<line x1="16" y1="13" x2="8" y2="13"></line>
|
|
|
|
|
<line x1="16" y1="17" x2="8" y2="17"></line>
|
|
|
|
|
<polyline points="10 9 9 9 8 9"></polyline>
|
|
|
|
|
</svg>
|
2026-01-06 22:57:00 -03:00
|
|
|
<span data-i18n="sources-templates">Templates</span>
|
2025-12-03 18:42:22 -03:00
|
|
|
</button>
|
2026-01-03 17:19:17 -03:00
|
|
|
<button
|
|
|
|
|
class="tab-btn"
|
|
|
|
|
role="tab"
|
|
|
|
|
aria-selected="false"
|
|
|
|
|
hx-get="/api/ui/sources/news"
|
|
|
|
|
hx-target="#content-area"
|
|
|
|
|
hx-swap="innerHTML"
|
|
|
|
|
onclick="setActiveTab(this)"
|
|
|
|
|
>
|
|
|
|
|
<svg
|
|
|
|
|
width="18"
|
|
|
|
|
height="18"
|
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
|
fill="none"
|
|
|
|
|
stroke="currentColor"
|
|
|
|
|
stroke-width="2"
|
|
|
|
|
>
|
|
|
|
|
<path
|
|
|
|
|
d="M19 20H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1m2 13a2 2 0 0 1-2-2V7m2 13a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2"
|
|
|
|
|
></path>
|
2025-12-03 18:42:22 -03:00
|
|
|
</svg>
|
2026-01-06 22:57:00 -03:00
|
|
|
<span data-i18n="sources-news">News</span>
|
2025-12-03 18:42:22 -03:00
|
|
|
</button>
|
2026-01-03 17:19:17 -03:00
|
|
|
<button
|
|
|
|
|
class="tab-btn"
|
|
|
|
|
role="tab"
|
|
|
|
|
aria-selected="false"
|
|
|
|
|
hx-get="/api/ui/sources/mcp-servers"
|
|
|
|
|
hx-target="#content-area"
|
|
|
|
|
hx-swap="innerHTML"
|
|
|
|
|
onclick="setActiveTab(this)"
|
|
|
|
|
>
|
|
|
|
|
<svg
|
|
|
|
|
width="18"
|
|
|
|
|
height="18"
|
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
|
fill="none"
|
|
|
|
|
stroke="currentColor"
|
|
|
|
|
stroke-width="2"
|
|
|
|
|
>
|
2025-12-03 18:42:22 -03:00
|
|
|
<rect x="2" y="2" width="20" height="8" rx="2" ry="2"></rect>
|
|
|
|
|
<rect x="2" y="14" width="20" height="8" rx="2" ry="2"></rect>
|
|
|
|
|
<line x1="6" y1="6" x2="6.01" y2="6"></line>
|
|
|
|
|
<line x1="6" y1="18" x2="6.01" y2="18"></line>
|
|
|
|
|
</svg>
|
2026-01-06 22:57:00 -03:00
|
|
|
<span data-i18n="sources-mcp-servers">MCP Servers</span>
|
2025-12-03 18:42:22 -03:00
|
|
|
</button>
|
2026-01-03 17:19:17 -03:00
|
|
|
<button
|
|
|
|
|
class="tab-btn"
|
|
|
|
|
role="tab"
|
|
|
|
|
aria-selected="false"
|
|
|
|
|
hx-get="/api/ui/sources/llm-tools"
|
|
|
|
|
hx-target="#content-area"
|
|
|
|
|
hx-swap="innerHTML"
|
|
|
|
|
onclick="setActiveTab(this)"
|
|
|
|
|
>
|
|
|
|
|
<svg
|
|
|
|
|
width="18"
|
|
|
|
|
height="18"
|
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
|
fill="none"
|
|
|
|
|
stroke="currentColor"
|
|
|
|
|
stroke-width="2"
|
|
|
|
|
>
|
|
|
|
|
<path
|
|
|
|
|
d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"
|
|
|
|
|
></path>
|
2025-12-03 18:42:22 -03:00
|
|
|
</svg>
|
2026-01-06 22:57:00 -03:00
|
|
|
<span data-i18n="sources-llm-tools">LLM Tools</span>
|
2025-12-03 18:42:22 -03:00
|
|
|
</button>
|
2026-01-03 17:19:17 -03:00
|
|
|
<button
|
|
|
|
|
class="tab-btn"
|
|
|
|
|
role="tab"
|
|
|
|
|
aria-selected="false"
|
|
|
|
|
hx-get="/api/ui/sources/models"
|
|
|
|
|
hx-target="#content-area"
|
|
|
|
|
hx-swap="innerHTML"
|
|
|
|
|
onclick="setActiveTab(this)"
|
|
|
|
|
>
|
|
|
|
|
<svg
|
|
|
|
|
width="18"
|
|
|
|
|
height="18"
|
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
|
fill="none"
|
|
|
|
|
stroke="currentColor"
|
|
|
|
|
stroke-width="2"
|
|
|
|
|
>
|
2025-12-03 18:42:22 -03:00
|
|
|
<rect x="4" y="4" width="16" height="16" rx="2" ry="2"></rect>
|
|
|
|
|
<rect x="9" y="9" width="6" height="6"></rect>
|
|
|
|
|
<line x1="9" y1="1" x2="9" y2="4"></line>
|
|
|
|
|
<line x1="15" y1="1" x2="15" y2="4"></line>
|
|
|
|
|
<line x1="9" y1="20" x2="9" y2="23"></line>
|
|
|
|
|
<line x1="15" y1="20" x2="15" y2="23"></line>
|
|
|
|
|
<line x1="20" y1="9" x2="23" y2="9"></line>
|
|
|
|
|
<line x1="20" y1="14" x2="23" y2="14"></line>
|
|
|
|
|
<line x1="1" y1="9" x2="4" y2="9"></line>
|
|
|
|
|
<line x1="1" y1="14" x2="4" y2="14"></line>
|
|
|
|
|
</svg>
|
2026-01-06 22:57:00 -03:00
|
|
|
<span data-i18n="sources-models">Models</span>
|
2025-12-03 18:42:22 -03:00
|
|
|
</button>
|
2026-01-03 17:19:17 -03:00
|
|
|
<button
|
|
|
|
|
class="tab-btn"
|
|
|
|
|
role="tab"
|
|
|
|
|
aria-selected="false"
|
|
|
|
|
hx-get="/api/ui/sources/accounts"
|
|
|
|
|
hx-target="#content-area"
|
|
|
|
|
hx-swap="innerHTML"
|
|
|
|
|
onclick="setActiveTab(this)"
|
|
|
|
|
>
|
|
|
|
|
<svg
|
|
|
|
|
width="18"
|
|
|
|
|
height="18"
|
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
|
fill="none"
|
|
|
|
|
stroke="currentColor"
|
|
|
|
|
stroke-width="2"
|
|
|
|
|
>
|
|
|
|
|
<path
|
|
|
|
|
d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"
|
|
|
|
|
></path>
|
2025-12-18 16:18:09 -03:00
|
|
|
<polyline points="22,6 12,13 2,6"></polyline>
|
|
|
|
|
</svg>
|
|
|
|
|
Accounts
|
|
|
|
|
</button>
|
2025-12-03 18:42:22 -03:00
|
|
|
</nav>
|
|
|
|
|
|
|
|
|
|
<!-- Main Content Area -->
|
2026-01-03 17:19:17 -03:00
|
|
|
<main
|
|
|
|
|
class="content-area"
|
|
|
|
|
id="content-area"
|
|
|
|
|
hx-get="/api/ui/sources/repositories"
|
|
|
|
|
hx-trigger="load"
|
|
|
|
|
hx-swap="innerHTML"
|
|
|
|
|
>
|
2025-12-03 18:42:22 -03:00
|
|
|
<!-- Content loaded via HTMX -->
|
|
|
|
|
<div class="loading-spinner">
|
|
|
|
|
<div class="spinner"></div>
|
|
|
|
|
<p>Loading sources...</p>
|
|
|
|
|
</div>
|
|
|
|
|
</main>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
.sources-container {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
height: calc(100vh - 56px);
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
background: var(--bg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Header */
|
|
|
|
|
.sources-header {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
padding: 20px 24px;
|
|
|
|
|
background: var(--surface);
|
|
|
|
|
border-bottom: 1px solid var(--border);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sources-header h1 {
|
|
|
|
|
font-size: 24px;
|
2026-01-03 17:19:17 -03:00
|
|
|
font-weight: 600;
|
|
|
|
|
color: var(--text);
|
2025-12-03 18:42:22 -03:00
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header-subtitle {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: var(--text-secondary);
|
2026-01-03 17:19:17 -03:00
|
|
|
margin-top: 4px;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-box {
|
2026-01-03 17:19:17 -03:00
|
|
|
position: relative;
|
2025-12-03 18:42:22 -03:00
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-box svg {
|
2026-01-03 17:19:17 -03:00
|
|
|
position: absolute;
|
|
|
|
|
left: 12px;
|
2025-12-03 18:42:22 -03:00
|
|
|
color: var(--text-secondary);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-box input {
|
2026-01-03 17:19:17 -03:00
|
|
|
padding: 10px 16px 10px 40px;
|
|
|
|
|
border: 1px solid var(--border);
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
background: var(--surface);
|
2025-12-03 18:42:22 -03:00
|
|
|
color: var(--text);
|
|
|
|
|
font-size: 14px;
|
2026-01-03 17:19:17 -03:00
|
|
|
width: 280px;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-box input::placeholder {
|
|
|
|
|
color: var(--text-secondary);
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-03 17:19:17 -03:00
|
|
|
.search-box input:focus {
|
|
|
|
|
outline: none;
|
|
|
|
|
border-color: var(--primary);
|
|
|
|
|
}
|
|
|
|
|
|
2025-12-03 18:42:22 -03:00
|
|
|
/* Tab Navigation */
|
|
|
|
|
.tab-nav {
|
|
|
|
|
display: flex;
|
|
|
|
|
gap: 4px;
|
|
|
|
|
padding: 12px 24px;
|
|
|
|
|
background: var(--surface);
|
|
|
|
|
border-bottom: 1px solid var(--border);
|
|
|
|
|
overflow-x: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tab-btn {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 8px;
|
|
|
|
|
padding: 10px 16px;
|
|
|
|
|
border: none;
|
2026-01-03 17:19:17 -03:00
|
|
|
background: transparent;
|
2025-12-03 18:42:22 -03:00
|
|
|
color: var(--text-secondary);
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: 500;
|
2026-01-03 17:19:17 -03:00
|
|
|
border-radius: 8px;
|
2025-12-03 18:42:22 -03:00
|
|
|
cursor: pointer;
|
2026-01-03 17:19:17 -03:00
|
|
|
transition: all 0.2s;
|
2025-12-03 18:42:22 -03:00
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tab-btn:hover {
|
2026-01-03 17:19:17 -03:00
|
|
|
background: var(--hover);
|
2025-12-03 18:42:22 -03:00
|
|
|
color: var(--text);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tab-btn.active {
|
|
|
|
|
background: var(--primary);
|
2026-01-03 17:19:17 -03:00
|
|
|
color: var(--primary-text, #000);
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tab-btn svg {
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Content Area */
|
|
|
|
|
.content-area {
|
|
|
|
|
flex: 1;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
padding: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Panel Layout */
|
|
|
|
|
.panel-layout {
|
|
|
|
|
display: grid;
|
2026-01-03 17:19:17 -03:00
|
|
|
grid-template-columns: 240px 1fr;
|
2025-12-03 18:42:22 -03:00
|
|
|
gap: 24px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Categories Sidebar */
|
|
|
|
|
.categories-sidebar {
|
|
|
|
|
background: var(--surface);
|
2026-01-03 17:19:17 -03:00
|
|
|
border: 1px solid var(--border);
|
2025-12-03 18:42:22 -03:00
|
|
|
border-radius: 12px;
|
|
|
|
|
padding: 16px;
|
|
|
|
|
height: fit-content;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.categories-sidebar h3 {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
color: var(--text-secondary);
|
|
|
|
|
margin: 0 0 12px 0;
|
2026-01-03 17:19:17 -03:00
|
|
|
text-transform: uppercase;
|
|
|
|
|
letter-spacing: 0.5px;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.category-list {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
gap: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.category-item {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 12px;
|
|
|
|
|
padding: 10px 12px;
|
|
|
|
|
border: none;
|
2026-01-03 17:19:17 -03:00
|
|
|
background: transparent;
|
2025-12-03 18:42:22 -03:00
|
|
|
border-radius: 8px;
|
2026-01-03 17:19:17 -03:00
|
|
|
cursor: pointer;
|
|
|
|
|
transition: all 0.2s;
|
|
|
|
|
text-align: left;
|
|
|
|
|
width: 100%;
|
2025-12-03 18:42:22 -03:00
|
|
|
color: var(--text);
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.category-item:hover {
|
2026-01-03 17:19:17 -03:00
|
|
|
background: var(--hover);
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.category-item.active {
|
2026-01-03 17:19:17 -03:00
|
|
|
background: var(--primary-light, rgba(212, 245, 5, 0.1));
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.category-icon {
|
|
|
|
|
width: 32px;
|
|
|
|
|
height: 32px;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
2026-01-03 17:19:17 -03:00
|
|
|
background: var(--surface-alt, var(--hover));
|
|
|
|
|
font-size: 16px;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.category-icon svg {
|
2026-01-03 17:19:17 -03:00
|
|
|
color: var(--text);
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.category-name {
|
|
|
|
|
flex: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.category-count {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: var(--text-secondary);
|
2026-01-03 17:19:17 -03:00
|
|
|
background: var(--hover);
|
2025-12-03 18:42:22 -03:00
|
|
|
padding: 2px 8px;
|
2026-01-03 17:19:17 -03:00
|
|
|
border-radius: 12px;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Section Header */
|
|
|
|
|
.section-header {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
2026-01-03 17:19:17 -03:00
|
|
|
margin-bottom: 16px;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.section-header h2 {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: 600;
|
2026-01-03 17:19:17 -03:00
|
|
|
color: var(--text);
|
2025-12-03 18:42:22 -03:00
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.view-controls {
|
|
|
|
|
display: flex;
|
|
|
|
|
gap: 4px;
|
|
|
|
|
background: var(--surface);
|
|
|
|
|
padding: 4px;
|
2026-01-03 17:19:17 -03:00
|
|
|
border-radius: 8px;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.view-btn {
|
2026-01-03 17:19:17 -03:00
|
|
|
padding: 8px;
|
2025-12-03 18:42:22 -03:00
|
|
|
border: none;
|
|
|
|
|
background: transparent;
|
2026-01-03 17:19:17 -03:00
|
|
|
border-radius: 6px;
|
2025-12-03 18:42:22 -03:00
|
|
|
cursor: pointer;
|
2026-01-03 17:19:17 -03:00
|
|
|
color: var(--text-secondary);
|
|
|
|
|
transition: all 0.2s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.view-btn:hover {
|
|
|
|
|
background: var(--hover);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.view-btn.active {
|
|
|
|
|
background: var(--primary);
|
|
|
|
|
color: var(--primary-text, #000);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Grid Layouts */
|
|
|
|
|
.repos-grid,
|
|
|
|
|
.apps-grid,
|
|
|
|
|
.prompts-grid,
|
|
|
|
|
.templates-grid,
|
|
|
|
|
.servers-grid,
|
|
|
|
|
.models-grid {
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
|
|
|
|
|
gap: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Repository Card */
|
|
|
|
|
.repo-card {
|
|
|
|
|
background: var(--surface);
|
|
|
|
|
border-radius: 12px;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
border: 1px solid var(--border);
|
|
|
|
|
transition: all 0.2s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.repo-card:hover {
|
|
|
|
|
border-color: var(--primary);
|
|
|
|
|
transform: translateY(-2px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.repo-header {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
gap: 12px;
|
|
|
|
|
margin-bottom: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.repo-icon {
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
border-radius: 10px;
|
2025-12-03 18:42:22 -03:00
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
2026-01-03 17:19:17 -03:00
|
|
|
background: var(--primary-light, rgba(212, 245, 5, 0.1));
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
2026-01-03 17:19:17 -03:00
|
|
|
.repo-icon svg {
|
|
|
|
|
color: var(--primary);
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
2026-01-03 17:19:17 -03:00
|
|
|
.repo-info {
|
|
|
|
|
flex: 1;
|
|
|
|
|
min-width: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.repo-name {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 600;
|
2025-12-03 18:42:22 -03:00
|
|
|
color: var(--text);
|
2026-01-03 17:19:17 -03:00
|
|
|
margin: 0;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
2026-01-03 17:19:17 -03:00
|
|
|
.repo-owner {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: var(--text-secondary);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.repo-description {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: var(--text-secondary);
|
|
|
|
|
margin: 12px 0;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
-webkit-line-clamp: 2;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.repo-meta {
|
|
|
|
|
display: flex;
|
2025-12-03 18:42:22 -03:00
|
|
|
gap: 16px;
|
2026-01-03 17:19:17 -03:00
|
|
|
font-size: 12px;
|
|
|
|
|
color: var(--text-secondary);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.repo-meta-item {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.repo-status {
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 4px;
|
|
|
|
|
padding: 4px 8px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.repo-status.connected {
|
|
|
|
|
background: rgba(76, 175, 80, 0.1);
|
|
|
|
|
color: #4caf50;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.repo-status.disconnected {
|
|
|
|
|
background: rgba(158, 158, 158, 0.1);
|
|
|
|
|
color: #9e9e9e;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.repo-actions {
|
|
|
|
|
display: flex;
|
|
|
|
|
gap: 8px;
|
|
|
|
|
margin-top: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.repo-actions button {
|
|
|
|
|
padding: 8px 16px;
|
|
|
|
|
border: none;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
transition: all 0.2s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-connect {
|
|
|
|
|
background: var(--primary);
|
|
|
|
|
color: var(--primary-text, #000);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-disconnect {
|
|
|
|
|
background: var(--hover);
|
|
|
|
|
color: var(--text);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-browse {
|
|
|
|
|
background: transparent;
|
|
|
|
|
border: 1px solid var(--border) !important;
|
|
|
|
|
color: var(--text);
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Prompt Card */
|
|
|
|
|
.prompt-card {
|
|
|
|
|
background: var(--surface);
|
|
|
|
|
border-radius: 12px;
|
|
|
|
|
padding: 20px;
|
2026-01-03 17:19:17 -03:00
|
|
|
border: 1px solid var(--border);
|
2025-12-03 18:42:22 -03:00
|
|
|
transition: all 0.2s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt-card:hover {
|
|
|
|
|
border-color: var(--primary);
|
|
|
|
|
transform: translateY(-2px);
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-03 17:19:17 -03:00
|
|
|
.prompt-header {
|
2025-12-03 18:42:22 -03:00
|
|
|
display: flex;
|
2026-01-03 17:19:17 -03:00
|
|
|
align-items: center;
|
2025-12-03 18:42:22 -03:00
|
|
|
gap: 12px;
|
|
|
|
|
margin-bottom: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt-icon {
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
2026-01-03 17:19:17 -03:00
|
|
|
background: var(--primary-light, rgba(212, 245, 5, 0.1));
|
|
|
|
|
font-size: 20px;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt-icon svg {
|
2026-01-03 17:19:17 -03:00
|
|
|
color: var(--primary);
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt-info {
|
|
|
|
|
flex: 1;
|
|
|
|
|
min-width: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt-name {
|
2026-01-03 17:19:17 -03:00
|
|
|
font-size: 16px;
|
2025-12-03 18:42:22 -03:00
|
|
|
font-weight: 600;
|
2026-01-03 17:19:17 -03:00
|
|
|
color: var(--text);
|
2025-12-03 18:42:22 -03:00
|
|
|
margin: 0 0 4px 0;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
2026-01-03 17:19:17 -03:00
|
|
|
white-space: nowrap;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt-category {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: var(--text-secondary);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt-description {
|
2026-01-03 17:19:17 -03:00
|
|
|
font-size: 14px;
|
2025-12-03 18:42:22 -03:00
|
|
|
color: var(--text-secondary);
|
|
|
|
|
line-height: 1.5;
|
2026-01-03 17:19:17 -03:00
|
|
|
margin: 0;
|
2025-12-03 18:42:22 -03:00
|
|
|
display: -webkit-box;
|
|
|
|
|
-webkit-line-clamp: 2;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt-footer {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
2026-01-03 17:19:17 -03:00
|
|
|
margin-top: 16px;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt-rating {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 4px;
|
|
|
|
|
color: var(--text-secondary);
|
2026-01-03 17:19:17 -03:00
|
|
|
font-size: 14px;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt-rating svg {
|
2026-01-03 17:19:17 -03:00
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
color: #ffc107;
|
|
|
|
|
fill: #ffc107;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt-actions {
|
|
|
|
|
display: flex;
|
|
|
|
|
gap: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt-action-btn {
|
2026-01-03 17:19:17 -03:00
|
|
|
padding: 6px 12px;
|
2025-12-03 18:42:22 -03:00
|
|
|
border: none;
|
2026-01-03 17:19:17 -03:00
|
|
|
background: var(--hover);
|
2025-12-03 18:42:22 -03:00
|
|
|
border-radius: 6px;
|
|
|
|
|
cursor: pointer;
|
2026-01-03 17:19:17 -03:00
|
|
|
font-size: 12px;
|
|
|
|
|
color: var(--text);
|
|
|
|
|
transition: all 0.2s;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prompt-action-btn:hover {
|
|
|
|
|
background: var(--primary);
|
2026-01-03 17:19:17 -03:00
|
|
|
color: var(--primary-text, #000);
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
2026-01-03 17:19:17 -03:00
|
|
|
/* Server Card */
|
2025-12-03 18:42:22 -03:00
|
|
|
.server-card {
|
|
|
|
|
background: var(--surface);
|
|
|
|
|
border-radius: 12px;
|
|
|
|
|
padding: 20px;
|
2026-01-03 17:19:17 -03:00
|
|
|
border: 1px solid var(--border);
|
2025-12-03 18:42:22 -03:00
|
|
|
transition: all 0.2s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.server-card:hover {
|
|
|
|
|
border-color: var(--primary);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.server-header {
|
|
|
|
|
display: flex;
|
2026-01-03 17:19:17 -03:00
|
|
|
align-items: flex-start;
|
2025-12-03 18:42:22 -03:00
|
|
|
gap: 12px;
|
|
|
|
|
margin-bottom: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.server-icon {
|
2026-01-03 17:19:17 -03:00
|
|
|
width: 40px;
|
|
|
|
|
height: 40px;
|
2025-12-03 18:42:22 -03:00
|
|
|
border-radius: 10px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
2026-01-03 17:19:17 -03:00
|
|
|
background: var(--primary-light, rgba(212, 245, 5, 0.1));
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.server-icon svg {
|
|
|
|
|
color: var(--primary);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.server-info {
|
|
|
|
|
flex: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.server-name {
|
2026-01-03 17:19:17 -03:00
|
|
|
font-size: 16px;
|
2025-12-03 18:42:22 -03:00
|
|
|
font-weight: 600;
|
2026-01-03 17:19:17 -03:00
|
|
|
color: var(--text);
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.server-type {
|
2026-01-03 17:19:17 -03:00
|
|
|
font-size: 12px;
|
|
|
|
|
color: var(--text-secondary);
|
2025-12-03 18:42:22 -03:00
|
|
|
padding: 2px 8px;
|
2026-01-03 17:19:17 -03:00
|
|
|
background: var(--hover);
|
2025-12-03 18:42:22 -03:00
|
|
|
border-radius: 4px;
|
2026-01-03 17:19:17 -03:00
|
|
|
display: inline-block;
|
|
|
|
|
margin-top: 4px;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.server-description {
|
2026-01-03 17:19:17 -03:00
|
|
|
font-size: 14px;
|
2025-12-03 18:42:22 -03:00
|
|
|
color: var(--text-secondary);
|
2026-01-03 17:19:17 -03:00
|
|
|
margin: 12px 0;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.server-meta {
|
|
|
|
|
display: flex;
|
|
|
|
|
gap: 16px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: var(--text-secondary);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.server-meta-item {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Model Card */
|
|
|
|
|
.model-card {
|
|
|
|
|
background: var(--surface);
|
|
|
|
|
border-radius: 12px;
|
|
|
|
|
padding: 20px;
|
2026-01-03 17:19:17 -03:00
|
|
|
border: 1px solid var(--border);
|
2025-12-03 18:42:22 -03:00
|
|
|
transition: all 0.2s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.model-card:hover {
|
|
|
|
|
border-color: var(--primary);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.model-header {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
2026-01-03 17:19:17 -03:00
|
|
|
margin-bottom: 8px;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.model-name {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 600;
|
2026-01-03 17:19:17 -03:00
|
|
|
color: var(--text);
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.model-status {
|
|
|
|
|
font-size: 11px;
|
2026-01-03 17:19:17 -03:00
|
|
|
padding: 4px 8px;
|
|
|
|
|
border-radius: 4px;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.model-status.active {
|
2026-01-03 17:19:17 -03:00
|
|
|
background: rgba(76, 175, 80, 0.1);
|
|
|
|
|
color: #4caf50;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.model-status.coming-soon {
|
2026-01-03 17:19:17 -03:00
|
|
|
background: rgba(255, 152, 0, 0.1);
|
|
|
|
|
color: #ff9800;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.model-provider {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: var(--text-secondary);
|
2026-01-03 17:19:17 -03:00
|
|
|
margin-bottom: 12px;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.model-description {
|
2026-01-03 17:19:17 -03:00
|
|
|
font-size: 14px;
|
2025-12-03 18:42:22 -03:00
|
|
|
color: var(--text-secondary);
|
2026-01-03 17:19:17 -03:00
|
|
|
margin-bottom: 12px;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.model-tags {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
2026-01-03 17:19:17 -03:00
|
|
|
gap: 8px;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.model-tag {
|
|
|
|
|
font-size: 11px;
|
2026-01-03 17:19:17 -03:00
|
|
|
padding: 4px 8px;
|
|
|
|
|
background: var(--hover);
|
|
|
|
|
border-radius: 4px;
|
2025-12-03 18:42:22 -03:00
|
|
|
color: var(--text-secondary);
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-03 17:19:17 -03:00
|
|
|
/* App Card */
|
|
|
|
|
.app-card {
|
|
|
|
|
background: var(--surface);
|
|
|
|
|
border-radius: 12px;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
border: 1px solid var(--border);
|
|
|
|
|
transition: all 0.2s;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
2026-01-03 17:19:17 -03:00
|
|
|
.app-card:hover {
|
|
|
|
|
border-color: var(--primary);
|
|
|
|
|
transform: translateY(-2px);
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
2026-01-03 17:19:17 -03:00
|
|
|
.app-header {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 12px;
|
|
|
|
|
margin-bottom: 12px;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
2026-01-03 17:19:17 -03:00
|
|
|
.app-icon {
|
|
|
|
|
width: 48px;
|
|
|
|
|
height: 48px;
|
|
|
|
|
border-radius: 12px;
|
2025-12-03 18:42:22 -03:00
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
2026-01-03 17:19:17 -03:00
|
|
|
background: var(--primary-light, rgba(212, 245, 5, 0.1));
|
|
|
|
|
font-size: 24px;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
2026-01-03 17:19:17 -03:00
|
|
|
.app-name {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
color: var(--text);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-type {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: var(--text-secondary);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-description {
|
|
|
|
|
font-size: 14px;
|
2025-12-03 18:42:22 -03:00
|
|
|
color: var(--text-secondary);
|
|
|
|
|
margin-bottom: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-03 17:19:17 -03:00
|
|
|
.app-actions {
|
|
|
|
|
display: flex;
|
|
|
|
|
gap: 8px;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
2026-01-03 17:19:17 -03:00
|
|
|
.app-actions button {
|
|
|
|
|
padding: 8px 16px;
|
|
|
|
|
border: none;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
transition: all 0.2s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-open {
|
|
|
|
|
background: var(--primary);
|
|
|
|
|
color: var(--primary-text, #000);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-edit {
|
|
|
|
|
background: var(--hover);
|
|
|
|
|
color: var(--text);
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Template Card */
|
|
|
|
|
.template-card {
|
|
|
|
|
background: var(--surface);
|
|
|
|
|
border-radius: 12px;
|
|
|
|
|
overflow: hidden;
|
2026-01-03 17:19:17 -03:00
|
|
|
border: 1px solid var(--border);
|
2025-12-03 18:42:22 -03:00
|
|
|
transition: all 0.2s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.template-card:hover {
|
|
|
|
|
border-color: var(--primary);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.template-preview {
|
|
|
|
|
height: 120px;
|
2026-01-03 17:19:17 -03:00
|
|
|
background: var(--hover);
|
2025-12-03 18:42:22 -03:00
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.template-preview svg {
|
|
|
|
|
width: 48px;
|
|
|
|
|
height: 48px;
|
|
|
|
|
color: var(--text-secondary);
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.template-content {
|
|
|
|
|
padding: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.template-name {
|
2026-01-03 17:19:17 -03:00
|
|
|
font-size: 16px;
|
2025-12-03 18:42:22 -03:00
|
|
|
font-weight: 600;
|
2026-01-03 17:19:17 -03:00
|
|
|
color: var(--text);
|
|
|
|
|
margin-bottom: 4px;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.template-meta {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: var(--text-secondary);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* News Card */
|
|
|
|
|
.news-card {
|
|
|
|
|
background: var(--surface);
|
|
|
|
|
border-radius: 12px;
|
2026-01-03 17:19:17 -03:00
|
|
|
overflow: hidden;
|
|
|
|
|
border: 1px solid var(--border);
|
2025-12-03 18:42:22 -03:00
|
|
|
transition: all 0.2s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.news-card:hover {
|
|
|
|
|
border-color: var(--primary);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.news-image {
|
2026-01-03 17:19:17 -03:00
|
|
|
height: 160px;
|
|
|
|
|
background: var(--hover);
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.news-content {
|
2026-01-03 17:19:17 -03:00
|
|
|
padding: 16px;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.news-title {
|
2026-01-03 17:19:17 -03:00
|
|
|
font-size: 16px;
|
2025-12-03 18:42:22 -03:00
|
|
|
font-weight: 600;
|
2026-01-03 17:19:17 -03:00
|
|
|
color: var(--text);
|
|
|
|
|
margin-bottom: 8px;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.news-excerpt {
|
2026-01-03 17:19:17 -03:00
|
|
|
font-size: 14px;
|
2025-12-03 18:42:22 -03:00
|
|
|
color: var(--text-secondary);
|
2026-01-03 17:19:17 -03:00
|
|
|
margin-bottom: 12px;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
-webkit-line-clamp: 2;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
overflow: hidden;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.news-meta {
|
2026-01-03 17:19:17 -03:00
|
|
|
font-size: 12px;
|
|
|
|
|
color: var(--text-secondary);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Loading Spinner */
|
|
|
|
|
.loading-spinner {
|
2025-12-03 18:42:22 -03:00
|
|
|
display: flex;
|
2026-01-03 17:19:17 -03:00
|
|
|
flex-direction: column;
|
2025-12-03 18:42:22 -03:00
|
|
|
align-items: center;
|
2026-01-03 17:19:17 -03:00
|
|
|
justify-content: center;
|
|
|
|
|
padding: 60px;
|
2025-12-03 18:42:22 -03:00
|
|
|
color: var(--text-secondary);
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-03 17:19:17 -03:00
|
|
|
.spinner {
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
border: 3px solid var(--border);
|
|
|
|
|
border-top-color: var(--primary);
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
animation: spin 0.8s linear infinite;
|
|
|
|
|
margin-bottom: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes spin {
|
|
|
|
|
to {
|
|
|
|
|
transform: rotate(360deg);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Empty State */
|
|
|
|
|
.empty-state {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
padding: 60px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.empty-state svg {
|
|
|
|
|
width: 64px;
|
|
|
|
|
height: 64px;
|
|
|
|
|
color: var(--text-secondary);
|
|
|
|
|
margin-bottom: 16px;
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.empty-state h3 {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
color: var(--text);
|
|
|
|
|
margin: 0 0 8px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.empty-state p {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: var(--text-secondary);
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2025-12-03 18:42:22 -03:00
|
|
|
/* Responsive */
|
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
|
.panel-layout {
|
|
|
|
|
grid-template-columns: 1fr;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.categories-sidebar {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
|
.sources-header {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
gap: 16px;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-box {
|
2026-01-03 17:19:17 -03:00
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-box input {
|
|
|
|
|
width: 100%;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tab-nav {
|
|
|
|
|
padding: 12px 16px;
|
2026-01-03 17:19:17 -03:00
|
|
|
overflow-x: auto;
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tab-btn span:not(.tab-icon) {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-area {
|
|
|
|
|
padding: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-03 17:19:17 -03:00
|
|
|
.repos-grid,
|
|
|
|
|
.apps-grid,
|
|
|
|
|
.prompts-grid,
|
|
|
|
|
.templates-grid,
|
|
|
|
|
.servers-grid,
|
|
|
|
|
.models-grid {
|
2025-12-03 18:42:22 -03:00
|
|
|
grid-template-columns: 1fr;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
// Tab switching
|
|
|
|
|
function setActiveTab(btn) {
|
2026-01-03 17:19:17 -03:00
|
|
|
document.querySelectorAll(".tab-btn").forEach((t) => {
|
|
|
|
|
t.classList.remove("active");
|
|
|
|
|
t.setAttribute("aria-selected", "false");
|
2025-12-03 18:42:22 -03:00
|
|
|
});
|
2026-01-03 17:19:17 -03:00
|
|
|
btn.classList.add("active");
|
|
|
|
|
btn.setAttribute("aria-selected", "true");
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
|
2026-01-03 17:19:17 -03:00
|
|
|
// Category switching
|
|
|
|
|
document.addEventListener("click", function (e) {
|
|
|
|
|
const categoryItem = e.target.closest(".category-item");
|
2025-12-03 18:42:22 -03:00
|
|
|
if (categoryItem) {
|
2026-01-03 17:19:17 -03:00
|
|
|
document
|
|
|
|
|
.querySelectorAll(".category-item")
|
|
|
|
|
.forEach((c) => c.classList.remove("active"));
|
|
|
|
|
categoryItem.classList.add("active");
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
// View toggle
|
2026-01-03 17:19:17 -03:00
|
|
|
document.addEventListener("click", function (e) {
|
|
|
|
|
const viewBtn = e.target.closest(".view-btn");
|
2025-12-03 18:42:22 -03:00
|
|
|
if (viewBtn) {
|
2026-01-03 17:19:17 -03:00
|
|
|
const controls = viewBtn.closest(".view-controls");
|
|
|
|
|
controls
|
|
|
|
|
.querySelectorAll(".view-btn")
|
|
|
|
|
.forEach((b) => b.classList.remove("active"));
|
|
|
|
|
viewBtn.classList.add("active");
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
// Keyboard shortcuts
|
2026-01-03 17:19:17 -03:00
|
|
|
document.addEventListener("keydown", function (e) {
|
2025-12-03 18:42:22 -03:00
|
|
|
// Ctrl+K to focus search
|
2026-01-03 17:19:17 -03:00
|
|
|
if ((e.ctrlKey || e.metaKey) && e.key === "k") {
|
2025-12-03 18:42:22 -03:00
|
|
|
e.preventDefault();
|
2026-01-03 17:19:17 -03:00
|
|
|
const searchInput = document.querySelector(
|
|
|
|
|
".sources-container .search-box input",
|
|
|
|
|
);
|
|
|
|
|
if (searchInput) searchInput.focus();
|
2025-12-03 18:42:22 -03:00
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
2026-01-03 17:19:17 -03:00
|
|
|
// HTMX loading indicator
|
|
|
|
|
document.body.addEventListener("htmx:beforeRequest", function (e) {
|
|
|
|
|
if (e.detail.target.id === "content-area") {
|
2025-12-03 18:42:22 -03:00
|
|
|
e.detail.target.innerHTML = `
|
|
|
|
|
<div class="loading-spinner">
|
|
|
|
|
<div class="spinner"></div>
|
|
|
|
|
<p>Loading...</p>
|
|
|
|
|
</div>
|
|
|
|
|
`;
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
</script>
|