Skip to content

refresh the website - #10

Merged
Sammster10 merged 1 commit into
masterfrom
refresh
Aug 27, 2026
Merged

refresh the website#10
Sammster10 merged 1 commit into
masterfrom
refresh

Conversation

@Sammster10

Copy link
Copy Markdown
Member

No description provided.

@netlify

netlify Bot commented Aug 27, 2026

Copy link
Copy Markdown

Deploy Preview for staticstudios ready!

Name Link
🔨 Latest commit 81a2a92
🔍 Latest deploy log https://app.netlify.com/projects/staticstudios/deploys/6a90c9f317a0b80008fbf9c7
😎 Deploy Preview https://deploy-preview-10--staticstudios.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Refreshes the website with a unified visual system, redesigned navigation, improved page layouts, and expanded wiki discovery.

Changes:

  • Adds reusable page shells, surfaces, typography, and form styles.
  • Redesigns home, wiki, store, voting, and error pages.
  • Updates navigation, dialogs, loading states, metadata, and responsive styling.

Reviewed changes

Copilot reviewed 28 out of 28 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
app/seo.ts Adds wiki metadata descriptions.
app/routes/wiki.tsx Adds searchable wiki directories.
app/routes/vote.tsx Refreshes voting page layout.
app/routes/store/item.tsx Restyles product details and gifting.
app/routes/store/index.tsx Redesigns store catalog and cards.
app/routes/rules.tsx Restyles rule category links.
app/routes/not-found.tsx Adds redesigned 404 page.
app/routes/home.tsx Rebuilds homepage content sections.
app/routes/discord.tsx Restyles redirect feedback.
app/routes/article.tsx Restyles missing-article state.
app/root.tsx Adds display font and error styling.
app/layouts/base.tsx Adds shared background treatment.
app/components/ui/tooltip.tsx Restyles tooltips.
app/components/ui/tabs.tsx Updates active-tab styling.
app/components/ui/sheet.tsx Restyles sheets and overlays.
app/components/ui/input.tsx Updates shared input styling.
app/components/ui/dropdown-menu.tsx Restyles dropdown menus.
app/components/ui/dialog.tsx Restyles dialogs and overlays.
app/components/ui/button.tsx Updates button variants.
app/components/page-shell.tsx Adds reusable page layout components.
app/components/nav.tsx Redesigns responsive navigation.
app/components/markdown-page.tsx Refreshes articles and breadcrumbs.
app/components/leaderboard-reset-countdown.tsx Restyles countdown cards.
app/components/hero.tsx Rebuilds the homepage hero.
app/components/FullScreenLoading.tsx Improves loading overlay styling.
app/components/footer.tsx Redesigns the footer.
app/components/cart.tsx Refreshes cart surfaces and forms.
app/app.css Defines the refreshed design system.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread app/routes/home.tsx
Comment on lines +346 to +347
<div
className="absolute inset-0 bg-gradient-to-t from-slate-950/60 via-transparent to-transparent md:data-[layout=horizontal]:bg-gradient-to-r md:data-[layout=horizontal]:from-transparent md:data-[layout=horizontal]:to-slate-950/25"/>
Comment thread app/app.css
}

.field-control {
@apply rounded-xl border border-white/10 bg-slate-950/35 px-3 py-2 text-white placeholder:text-slate-600 focus:border-purple-400/60;
Comment on lines 60 to 62
<Link to={loc.href} data-active={i == location.length - 1}
className="text-sm text-white/70 data-[active=true]:text-white hover:text-white transition-colors">{loc.name}
className="rounded-md px-1.5 py-1 text-sm font-medium text-slate-400 transition-colors hover:text-white data-[active=true]:text-purple-200">{loc.name}
</Link>
data-slot="input"
className={cn(
"file:text-foreground placeholder:text-muted-foreground selection:bg-primary selection:text-primary-foreground dark:bg-input/30 border-input flex h-9 w-full min-w-0 rounded-md border bg-transparent px-3 py-1 text-base shadow-xs transition-[color,box-shadow] outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm",
"file:text-foreground placeholder:text-slate-600 selection:bg-primary selection:text-primary-foreground flex h-9 w-full min-w-0 rounded-xl border border-white/10 bg-slate-950/30 px-3 py-1 text-base text-white shadow-inner transition-[color,box-shadow] outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm",
@Sammster10
Sammster10 merged commit 2b59612 into master Aug 27, 2026
6 checks passed
@Sammster10
Sammster10 deleted the refresh branch August 27, 2026 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants