Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ vite.config.ts.timestamp-*
!.claude/skills/
.claude/settings.local.json
.dev.vars

# Playwright MCP scratch artifacts
.playwright-mcp/
38 changes: 18 additions & 20 deletions src/lib/components/ConfigDetail.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -552,12 +552,12 @@
height: 64px;
border-radius: 50%;
border: 2px solid var(--border);
background: linear-gradient(135deg, var(--accent), #3b82f6);
color: #000;
background: var(--bg-tertiary);
color: var(--accent);
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
font-weight: 600;
font-size: 1.5rem;
}

Expand All @@ -584,14 +584,12 @@
}

.title {
font-size: 3.5rem;
font-weight: 800;
font-size: clamp(2.2rem, 5vw, 3.2rem);
font-weight: 600;
margin: 0 0 16px;
line-height: 1.1;
background: linear-gradient(135deg, var(--text-primary), var(--accent));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
line-height: 1.05;
letter-spacing: -0.035em;
color: var(--text-primary);
}

.desc {
Expand Down Expand Up @@ -663,7 +661,7 @@
align-items: center;
gap: 6px;
background: var(--accent);
color: #000;
color: var(--bg-primary);
border: none;
padding: 10px 18px;
border-radius: 8px;
Expand Down Expand Up @@ -758,7 +756,7 @@

.stat-val {
font-size: 2.5rem;
font-weight: 800;
font-weight: 600;
color: var(--accent);
line-height: 1;
margin-bottom: 8px;
Expand All @@ -784,7 +782,7 @@

.section-title {
font-size: 1.75rem;
font-weight: 700;
font-weight: 600;
margin: 0 0 32px;
color: var(--text-primary);
}
Expand Down Expand Up @@ -817,7 +815,7 @@
align-items: center;
justify-content: center;
font-size: 2rem;
font-weight: 700;
font-weight: 600;
color: #fff;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
Expand Down Expand Up @@ -852,7 +850,7 @@
align-items: center;
justify-content: center;
font-size: 1.5rem;
font-weight: 700;
font-weight: 600;
color: #fff;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
Expand Down Expand Up @@ -995,7 +993,7 @@

.v.badge {
background: var(--accent);
color: #000;
color: var(--bg-primary);
padding: 4px 12px;
border-radius: 6px;
font-size: 0.8rem;
Expand Down Expand Up @@ -1037,7 +1035,7 @@

.code-header button {
background: var(--accent);
color: #000;
color: var(--bg-primary);
border: none;
padding: 6px 14px;
border-radius: 6px;
Expand Down Expand Up @@ -1125,7 +1123,7 @@

.cta-text h3 {
font-size: 1.5rem;
font-weight: 700;
font-weight: 600;
margin: 0 0 8px;
color: var(--text-primary);
}
Expand All @@ -1142,11 +1140,11 @@
gap: 8px;
padding: 16px 32px;
background: var(--accent);
color: #000;
color: var(--bg-primary);
border: none;
border-radius: 12px;
font-size: 1rem;
font-weight: 700;
font-weight: 600;
text-decoration: none;
cursor: pointer;
transition: all 0.2s;
Expand Down
24 changes: 12 additions & 12 deletions src/lib/components/ConfigEditor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -715,11 +715,11 @@
.save-btn {
padding: 10px 24px;
background: var(--accent);
color: #000;
color: var(--bg-primary);
border: none;
border-radius: 10px;
font-size: 0.88rem;
font-weight: 700;
font-weight: 600;
font-family: inherit;
cursor: pointer;
transition: all 0.2s;
Expand Down Expand Up @@ -812,7 +812,7 @@

.section-tag {
font-size: 0.68rem;
font-weight: 800;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.14em;
color: var(--text-muted);
Expand Down Expand Up @@ -870,7 +870,7 @@
border: none;
color: var(--text-primary);
font-size: 2.2rem;
font-weight: 800;
font-weight: 600;
font-family: inherit;
outline: none;
padding: 0;
Expand Down Expand Up @@ -941,7 +941,7 @@

.vis-pill.active {
background: var(--accent);
color: #000;
color: var(--bg-primary);
}

.alias-field {
Expand Down Expand Up @@ -1063,8 +1063,8 @@
background: var(--accent);
border-radius: 8px;
font-size: 0.65rem;
font-weight: 700;
color: #000;
font-weight: 600;
color: var(--bg-primary);
line-height: 1.3;
}

Expand Down Expand Up @@ -1110,7 +1110,7 @@
border: 1.5px solid var(--border);
border-radius: 4px;
font-size: 0.65rem;
font-weight: 700;
font-weight: 600;
color: transparent;
background: var(--bg-secondary);
transition: all 0.15s;
Expand All @@ -1119,7 +1119,7 @@
.pref-check-on {
background: var(--accent);
border-color: var(--accent);
color: #000;
color: var(--bg-primary);
}

.pref-info {
Expand Down Expand Up @@ -1149,7 +1149,7 @@
padding: 4px 10px;
border-radius: 6px;
font-size: 0.72rem;
font-weight: 700;
font-weight: 600;
font-family: inherit;
cursor: pointer;
transition: all 0.15s;
Expand Down Expand Up @@ -1373,7 +1373,7 @@

.script-edit-btn:hover {
border-color: var(--accent);
background: rgba(34, 197, 94, 0.08);
background: var(--accent-glow);
}

.script-preview {
Expand Down Expand Up @@ -1478,7 +1478,7 @@
background: var(--accent);
border: none;
border-radius: 8px;
color: #000;
color: var(--bg-primary);
font-size: 0.82rem;
font-weight: 600;
font-family: inherit;
Expand Down
53 changes: 17 additions & 36 deletions src/routes/[username]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -350,23 +350,20 @@
height: 104px;
border-radius: 50%;
background: var(--accent);
color: #000;
color: var(--bg-primary);
display: flex;
align-items: center;
justify-content: center;
font-weight: 800;
font-weight: 600;
font-size: 2.75rem;
box-shadow: 0 0 40px var(--accent-glow);
}

.profile-username {
font-size: 2.75rem;
font-weight: 800;
font-size: 2.4rem;
font-weight: 600;
margin-bottom: 12px;
background: linear-gradient(135deg, var(--text-primary) 0%, var(--accent) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: var(--text-primary);
letter-spacing: -0.04em;
}

Expand Down Expand Up @@ -396,7 +393,7 @@
left: 50%;
transform: translateX(-50%);
background: var(--accent);
color: #000;
color: var(--bg-primary);
padding: 6px 12px;
border-radius: 6px;
font-size: 0.75rem;
Expand Down Expand Up @@ -472,25 +469,25 @@
}

.stat-installs .stat-bar {
background: linear-gradient(90deg, #3b82f6 0%, transparent 100%);
background: linear-gradient(90deg, var(--accent) 0%, transparent 100%);
}

.stat-installs .stat-value {
color: #3b82f6;
color: var(--accent);
}

.stat-packages .stat-bar {
background: linear-gradient(90deg, #a855f7 0%, transparent 100%);
background: linear-gradient(90deg, var(--accent) 0%, transparent 100%);
}

.stat-packages .stat-value {
color: #a855f7;
color: var(--accent);
}

.stat-value {
font-family: 'JetBrains Mono', monospace;
font-size: 2.5rem;
font-weight: 700;
font-weight: 600;
line-height: 1;
}

Expand Down Expand Up @@ -536,7 +533,7 @@
gap: 8px;
padding: 14px 28px;
background: var(--accent);
color: #000;
color: var(--bg-primary);
border: none;
border-radius: 10px;
font-size: 0.95rem;
Expand Down Expand Up @@ -608,31 +605,15 @@
.config-card[data-color="cyan"] .card-accent { background: #0ea5e9; }

.config-card:hover {
transform: translateY(-2px);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
border-color: var(--border-hover);
box-shadow: 0 0 0 1px var(--accent-glow), 0 14px 40px -22px var(--shadow);
}

.config-card:hover .card-accent {
width: 5px;
opacity: 1;
}

.config-card[data-color="green"]:hover {
box-shadow: 0 8px 32px rgba(34, 197, 94, 0.15);
}

.config-card[data-color="blue"]:hover {
box-shadow: 0 8px 32px rgba(59, 130, 246, 0.15);
}

.config-card[data-color="purple"]:hover {
box-shadow: 0 8px 32px rgba(168, 85, 247, 0.15);
}

.config-card[data-color="orange"]:hover {
box-shadow: 0 8px 32px rgba(251, 146, 60, 0.15);
}

.config-card[data-color="pink"]:hover {
box-shadow: 0 8px 32px rgba(236, 72, 153, 0.15);
}
Expand Down Expand Up @@ -749,7 +730,7 @@
.install-command .prompt {
color: var(--accent);
margin-right: 8px;
font-weight: 700;
font-weight: 600;
}

.copy-button {
Expand Down Expand Up @@ -819,7 +800,7 @@

.cta-title {
font-size: 1.5rem;
font-weight: 700;
font-weight: 600;
margin-bottom: 8px;
color: var(--text-primary);
}
Expand All @@ -836,7 +817,7 @@
gap: 8px;
padding: 14px 28px;
background: var(--accent);
color: #000;
color: var(--bg-primary);
border: none;
border-radius: 10px;
font-size: 0.95rem;
Expand Down
Loading
Loading