Render tag pages with card grid layout - #1159
Merged
Merged
Conversation
|
🚅 Deployed to the website-pr-1159 environment in maiertech
|
Copilot
AI
changed the title
[WIP] Render tag pages with a better layout
Render tag pages with card grid layout
Mar 18, 2026
Owner
|
@copilot rebase |
Contributor
Author
The rebase ran into a tooling limitation — the push mechanism can't force-push, so when the local rebase onto 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
marked this pull request as ready for review
March 18, 2026 14:21
Co-authored-by: maiertech <1482402+maiertech@users.noreply.github.com>
maiertech
force-pushed
the
copilot/render-tag-pages-better-layout
branch
from
March 18, 2026 14:38
0ba5868 to
dfc9530
Compare
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.
src/routes/tags/[id]/+page.svelteto use the same grid layout assrc/routes/posts/+page@.svelte, replacing the plain<ul>list withH1+LinkPreviewcard grid from@maiertech/sveltekit-helpersmain(includes commit0f4a87d)Original prompt
💬 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.