Skip to content

Conversation

@aryadhruv
Copy link
Contributor

@aryadhruv aryadhruv commented Nov 21, 2025

This is the main PR for the activity of migrating to Shadcn components. Sub branches/PR related to all components will be added to merged here.

@aryadhruv aryadhruv self-assigned this Nov 21, 2025
@github-actions
Copy link

Run report for 7c243b0c (1)

Total time: 52.3s | Comparison time: 1m 23s | Estimated savings: 31.5s (37.6% faster)

Action Time Status Info
⬛️ SetupProto(0.53.2) 0.1ms Skipped
🟩 SyncWorkspace 9.5ms Passed
🟩 SyncProject(frontend) 0.9ms Passed
⬛️ SetupToolchain(node:~24) 1.8s Skipped
🟩 InstallWorkspaceDeps(node:~24) 6.8s Passed
🟩 RunTask(frontend:test) 9.9s Passed
🟩 RunTask(frontend:build) 34.9s Passed
🟩 RunTask(frontend:install-playwright) 38.7s Passed
🟩 RunTask(frontend:test-e2e) 4.9s Passed
Environment

OS: Linux
Matrix:

index = 1
Touched files
apps/frontend/components.json
apps/frontend/package.json
apps/frontend/src/lib/utils.ts
pnpm-lock.yaml

@github-actions
Copy link

Run report for 7c243b0c (0)

Total time: 1m 4s | Comparison time: 2m 13s | Estimated savings: 1m 8s (51.3% faster)

Action Time Status Info
⬛️ SetupProto(0.53.2) 0.1ms Skipped
🟩 SyncWorkspace 7.5ms Passed
🟩 SyncProject(frontend) 0.6ms Passed
⬛️ SetupToolchain(node:~24) 2s Skipped
🟩 InstallWorkspaceDeps(node:~24) 6.5s Passed
🟩 RunTask(frontend:test-cov) 14.5s Passed
🟩 RunTask(frontend:format) 4.2s Passed
🟩 RunTask(frontend:lint) 20.6s Passed
🟩 RunTask(frontend:build) 38.7s Passed
🟩 RunTask(frontend:install-playwright) 46s Passed
🟩 RunTask(frontend:test-e2e) 5s Passed
🟩 RunTask(frontend:check) 17.6s Passed
Environment

OS: Linux
Matrix:

index = 0
Touched files
apps/frontend/components.json
apps/frontend/package.json
apps/frontend/src/lib/utils.ts
pnpm-lock.yaml

@aryadhruv aryadhruv marked this pull request as draft November 21, 2025 17:08
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export type WithoutChildren<T> = T extends { children?: any } ? Omit<T, 'children'> : T;
export type WithoutChildrenOrChild<T> = WithoutChildren<WithoutChild<T>>;
export type WithElementRef<T, U extends HTMLElement = HTMLElement> = T & { ref?: U | null };
Copy link
Contributor

Choose a reason for hiding this comment

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

@aryadhruv Could you please explain what this is? I'm honestly just curious.

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.

3 participants