Skip to content

Conversation

@sachasayan
Copy link
Contributor

@sachasayan sachasayan commented May 12, 2025

Tailwind migration — Prompts Views

This PR covers the Tailwind Migration to the Prompts View, accessible from the top toolbar.

It makes no functional changes — this is a straight-port from explicit styles to tailwind utility classes.

Type of Change

  • ♻️ Refactor: Code change that neither fixes a bug nor adds a feature.

Pre-Submission Checklist

  • Self-Review: I have performed a thorough self-review of my code.
  • Code Quality:
    • My code adheres to the project's style guidelines.
    • There are no new linting errors or warnings (npm run lint).
    • All debug code (e.g., console.log) has been removed.
  • Testing:
    • New and/or updated tests have been added to cover my changes.
    • All tests pass locally (npm test).
    • The application builds successfully with my changes.
  • Branch Hygiene: My branch is up-to-date (rebased) with the main branch.
  • Documentation Impact: I have considered if my changes require documentation updates (see "Documentation Updates" section below).
  • Changeset: A changeset has been created using npm run changeset if this PR includes user-facing changes or dependency updates.
  • Contribution Guidelines: I have read and agree to the Contributor Guidelines.

Screenshots / Videos

No visual impacts, these components look and act identical with the changes applied.

Screenshot 2025-05-12 at 1 46 34 PM

Documentation Updates

Does this PR necessitate updates to user-facing documentation?

  • No documentation updates are required.

Important

Migrated PromptsView.tsx to Tailwind CSS, updating styles in index.css for VSCode theme integration without functional changes.

  • Refactor:
    • Migrated PromptsView.tsx to use Tailwind CSS utility classes, replacing explicit styles.
    • Updated index.css to include Tailwind layers and custom properties for VSCode theme integration.
  • Styling:
    • Replaced text-vscode-foreground with text-foreground and similar changes for other color classes in PromptsView.tsx.
    • Adjusted border and background classes to use Tailwind utilities in PromptsView.tsx.
  • Misc:
    • No functional changes; components visually and functionally remain the same.

This description was created by Ellipsis for 9e3be02. You can customize this summary. It will automatically update as commits are pushed.

@changeset-bot
Copy link

changeset-bot bot commented May 12, 2025

⚠️ No Changeset found

Latest commit: 9e3be02

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@sachasayan sachasayan changed the title Chore/tailwind migration prompts Chore: Tailwind Migration — Prompts View May 12, 2025
@sachasayan sachasayan marked this pull request as ready for review May 12, 2025 18:45
@sachasayan sachasayan requested review from cte and mrubens as code owners May 12, 2025 18:45
@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label May 12, 2025
@hannesrudolph hannesrudolph moved this from New to PR [Greenlit] in Roo Code Roadmap May 14, 2025
bgilbert6 pushed a commit to bgilbert6/Roo-Code that referenced this pull request May 14, 2025
* add boostrap

* make sure machine ID is there
@hannesrudolph hannesrudolph moved this from New to PR [Greenlit] in Roo Code Roadmap May 20, 2025
@hannesrudolph hannesrudolph moved this from TEMP to Needs Preliminary Review in Roo Code Roadmap May 27, 2025
@daniel-lxs
Copy link
Member

I'll be closing this as stale, we can revisit this migration later and either reopen them or create new PRs.
cc: @mrubens

@daniel-lxs daniel-lxs closed this Jun 4, 2025
@github-project-automation github-project-automation bot moved this from PR [Greenlit] to Done in Roo Code Roadmap Jun 4, 2025
@github-project-automation github-project-automation bot moved this from PR [Needs Prelim Review] to Done in Roo Code Roadmap Jun 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR - Needs Preliminary Review size:L This PR changes 100-499 lines, ignoring generated files.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants