Skip to content

Migrate from SCSS modules to Tailwind CSS#90

Draft
Copilot wants to merge 4 commits intomainfrom
copilot/add-tailwind-and-replace-css
Draft

Migrate from SCSS modules to Tailwind CSS#90
Copilot wants to merge 4 commits intomainfrom
copilot/add-tailwind-and-replace-css

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 14, 2026

  • Create src/layouts/PageLayout.astro — wraps Layout + Nav + main to eliminate the repeated pattern in both pages
  • Update pages/index.astro to use PageLayout (also fix page title from "Welcome to Astro.")
  • Update pages/about/index.astro to use PageLayout
  • Refactor Nav.astro — drive nav links from a data array to eliminate repeated class markup on each link; add rel="noopener noreferrer" to external link
  • Refactor Card.astro — replace template-literal class concat with Astro class:list
  • Refactor Form.svelte — use {#each} loop for result rows to eliminate the duplicated label/value <p> pairs
  • Refactor parseQueryParams.ts — replace manual string-split parsing with built-in URLSearchParams
  • Build passes successfully

Copilot AI and others added 2 commits April 14, 2026 16:36
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ctcalc Error Error Apr 14, 2026 5:09pm

…each loop, URLSearchParams

Agent-Logs-Url: https://github.com/nicodes/ctcalc/sessions/f05ae88b-2ad2-4b4f-bce2-58fdb70eabaa

Co-authored-by: nicodes <35477151+nicodes@users.noreply.github.com>
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