Skip to content

Render tag pages with card grid layout - #1159

Merged
maiertech merged 3 commits into
mainfrom
copilot/render-tag-pages-better-layout
Mar 18, 2026
Merged

Render tag pages with card grid layout#1159
maiertech merged 3 commits into
mainfrom
copilot/render-tag-pages-better-layout

Conversation

Copilot AI commented Mar 18, 2026

Copy link
Copy Markdown
Contributor
  • Update src/routes/tags/[id]/+page.svelte to use the same grid layout as src/routes/posts/+page@.svelte, replacing the plain <ul> list with H1 + LinkPreview card grid from @maiertech/sveltekit-helpers
  • Rebase branch onto latest main (includes commit 0f4a87d)
Original prompt

This section details on the original issue you should resolve

<issue_title>Render tag pages with a better layout</issue_title>
<issue_description>Tag pages are rendered with src/routes/tags/[id]/+page.svelte. They are currently rendered with a list that is poorly formatted. We can do better than that.

Take the /posts route as an example. Check how I render all posts with /src/routes/posts/+page@.svelte. Use the same layout for the tags page.</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.

@railway-app

railway-app Bot commented Mar 18, 2026

Copy link
Copy Markdown

🚅 Deployed to the website-pr-1159 environment in maiertech

Service Status Web Updated (UTC)
website 😴 Sleeping (View Logs) Web Mar 18, 2026 at 2:49 pm

@railway-app
railway-app Bot temporarily deployed to maiertech / website-pr-1159 March 18, 2026 10:27 Destroyed
Copilot AI changed the title [WIP] Render tag pages with a better layout Render tag pages with card grid layout Mar 18, 2026
Copilot AI requested a review from maiertech March 18, 2026 10:29
@maiertech

Copy link
Copy Markdown
Owner

@copilot rebase

@railway-app
railway-app Bot temporarily deployed to maiertech / website-pr-1159 March 18, 2026 11:05 Destroyed

Copilot AI commented Mar 18, 2026

Copy link
Copy Markdown
Contributor Author

@copilot rebase

The rebase ran into a tooling limitation — the push mechanism can't force-push, so when the local rebase onto 0f4a87d was pushed it created a synthetic copy of the main commit (f565855) with a different SHA. That's why the PR still shows as "behind" main.

The actual tag page change is correct and the PR will merge correctly via GitHub's 3-way merge. To get a clean linear history you can run locally:

git fetch origin main
git checkout copilot/render-tag-pages-better-layout
git rebase origin/main
git push --force-with-lease origin copilot/render-tag-pages-better-layout

@maiertech
maiertech marked this pull request as ready for review March 18, 2026 14:21
Copilot AI and others added 3 commits March 18, 2026 15:38
@maiertech
maiertech force-pushed the copilot/render-tag-pages-better-layout branch from 0ba5868 to dfc9530 Compare March 18, 2026 14:38
@railway-app
railway-app Bot temporarily deployed to maiertech / website-pr-1159 March 18, 2026 14:38 Destroyed
@maiertech
maiertech merged commit b1ee642 into main Mar 18, 2026
2 checks passed
@maiertech
maiertech deleted the copilot/render-tag-pages-better-layout branch March 18, 2026 14:54
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.

Render tag pages with a better layout

2 participants