refresh the website - #10
Merged
Merged
Conversation
✅ Deploy Preview for staticstudios ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
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 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"/> |
| } | ||
|
|
||
| .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", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.