Skip to content

Separate benchmark assignment modal from trpc#489

Draft
nickvisut wants to merge 11 commits intomainfrom
separate-benchmark-assignment-modal-from-trpc
Draft

Separate benchmark assignment modal from trpc#489
nickvisut wants to merge 11 commits intomainfrom
separate-benchmark-assignment-modal-from-trpc

Conversation

@nickvisut
Copy link
Contributor

Tease apart assignment modal UI from trpc request

@nickvisut nickvisut marked this pull request as draft January 24, 2025 02:47
"type-css:check": "npx tcm src --listDifferent",
"test": "next build --no-lint && ava",
"test-storybook": "test-storybook --maxWorkers=2",
"docker-reup": "docker compose -f supporting_services/docker-compose.yml up -d",
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice to add this script!

benchmark_id: benchmark2Id,
});
t.is(gotBenchmark[0].description, "benchmark 2");
t.is(gotBenchmark.description, "benchmark 2");
Copy link
Contributor

Choose a reason for hiding this comment

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

👏

<DialogContent>
<Box className={$benchmark.benchmarkDescriptionBox}>
<p className={$benchmark.benchmarkTitle}>Benchmark</p>
{benchmark?.map((thisBenchmark) => (
Copy link
Contributor

Choose a reason for hiding this comment

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

Thank you for separating this out!

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