Skip to content

Conversation

@cte
Copy link
Collaborator

@cte cte commented Jun 3, 2025

Description

Add the website app back to the monorepo.


Important

Reintroduces the website app into the monorepo with new components, database schema, utilities, and configurations.

  • Components:
    • Adds Features, Testimonials, InstallSection, WhatsNewButton, and ScrollButton components in src/components/homepage.
    • Adds Button, Chart, Modal, Table, and ScrollButton components in src/components/ui.
    • Adds PostHogProvider and Providers in src/components/providers.
  • Database:
    • Defines runs, tasks, and taskMetrics tables in schema.ts.
    • Adds queries for runs, tasks, and taskMetrics in queries directory.
    • Includes Drizzle ORM migration files in drizzle directory.
  • Utilities:
    • Adds formatting utilities in src/lib for currency, duration, score, and tokens.
    • Adds use-open-router-models hook in src/lib/hooks.
    • Adds get-language-scores server function in src/lib/server.
  • Configuration:
    • Configures Tailwind CSS in tailwind.config.ts.
    • Updates package.json with new dependencies for the website app.

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

@cte cte requested a review from mrubens as a code owner June 3, 2025 20:49
@dosubot dosubot bot added the size:XXL This PR changes 1000+ lines, ignoring generated files. label Jun 3, 2025
</ScatterChart>
</ChartContainer>
<div className="py-4 text-xs opacity-50">
(Note: Very expensive models are exluded from the scatter plot.)
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo: 'exluded' should be 'excluded' in the note regarding the scatter plot.

Suggested change
(Note: Very expensive models are exluded from the scatter plot.)
(Note: Very expensive models are excluded from the scatter plot.)

@cte cte merged commit 01eef2b into main Jun 3, 2025
14 checks passed
@cte cte deleted the cte/add-web-roo-code branch June 3, 2025 21:03
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Jun 3, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Jun 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XXL This PR changes 1000+ lines, ignoring generated files.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants