Skip to content

chore: cleanup and upgrade#65

Merged
notxorand merged 6 commits into
mainfrom
chore/upgrade
Oct 11, 2025
Merged

chore: cleanup and upgrade#65
notxorand merged 6 commits into
mainfrom
chore/upgrade

Conversation

@notxorand

@notxorand notxorand commented Oct 11, 2025

Copy link
Copy Markdown
Contributor

Summary by cubic

Upgraded the web app to Nuxt 4 and pinned Tailwind Vite to avoid a build issue. Simplified UI behavior, improved type-safety, and fixed blog tag parsing.

  • Dependencies

    • Upgrade Nuxt to 4.1.3.
    • Pin @tailwindcss/vite to 4.1.5 due to a bug.
    • Add TypeScript 5.8.3 to devDependencies.
  • Refactors

    • Replace TrackLoader with a simple “Loading...” message.
    • Disable rotating words in Hero.
    • Fix blog tag parsing for string and array formats.

Copilot AI review requested due to automatic review settings October 11, 2025 12:46

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

This PR contains cleanup activities including type casting improvements, package version updates, UI component changes, and temporary debugging additions.

  • Added type casting for DOM elements and extracted variables for better type safety
  • Updated package versions for Nuxt, Tailwind CSS, and added TypeScript dependency
  • Replaced custom TrackLoader component with simple loading text and commented out unused hero animation code

Reviewed Changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
apps/web/pages/index.vue Added type casting for SVG path element
apps/web/pages/blog/[...slug].vue Extracted tags variable with type casting for better type safety
apps/web/package.json Updated package versions and added TypeScript dependency
apps/web/layouts/default.vue Replaced TrackLoader component with simple loading text
apps/web/components/Hero.vue Commented out unused animation code
apps/web/app.vue Added debug console.log statements

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread apps/web/app.vue Outdated
Comment thread apps/web/app.vue Outdated
@notxorand notxorand changed the title chore: cleanup, still chore: cleanup and upgrade Oct 11, 2025
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@notxorand notxorand merged commit 71ee325 into main Oct 11, 2025
1 check passed
@notxorand notxorand deleted the chore/upgrade branch October 11, 2025 12:49

@cubic-dev-ai cubic-dev-ai Bot 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.

No issues found across 7 files

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