-
Notifications
You must be signed in to change notification settings - Fork 2
Migrate from flowbite to Shadcn ui components slg 55 #134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
aryadhruv
wants to merge
6
commits into
main
Choose a base branch
from
migrate-button-component-slg-55
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Run report for 0dc75731
|
| Action | Time | Status | Info | |
|---|---|---|---|---|
| ⬛️ | SetupProto(0.53.2) |
0ms | Skipped | |
| 🟩 | SyncWorkspace |
7.2ms | Passed | |
| 🟩 | SyncProject(frontend) |
0.5ms | Passed | |
| ⬛️ | SetupToolchain(node:~24) |
1.9s | Skipped | |
| 🟩 | InstallWorkspaceDeps(node:~24) |
6.3s | Passed | |
| 🟩 | RunTask(frontend:test) |
8.9s | Passed | |
| 🟩 | RunTask(frontend:build) |
32.8s | Passed | |
| 🟩 | RunTask(frontend:install-playwright) |
37.5s | Passed | |
| 🟩 | RunTask(frontend:test-e2e) |
4.8s | Passed |
Environment
OS: Linux
Matrix:
index = 1
Touched files
apps/frontend/components.json
apps/frontend/package.json
apps/frontend/src/app.tailwind.css
apps/frontend/src/lib/auth/components/SignInButton.svelte
apps/frontend/src/lib/components/AIMessageActions.svelte
apps/frontend/src/lib/components/ChatErrorMessage.svelte
apps/frontend/src/lib/components/FeedbackButtons.svelte
apps/frontend/src/lib/components/LanguageSwitcher.svelte
apps/frontend/src/lib/components/LoginModal.svelte
apps/frontend/src/lib/components/SubmitButton.svelte
apps/frontend/src/lib/components/UserMessageActions.svelte
apps/frontend/src/lib/components/ui/button/button.svelte
apps/frontend/src/lib/components/ui/button/index.ts
apps/frontend/src/lib/utils.ts
apps/frontend/src/routes/+layout.svelte
apps/frontend/src/routes/+page.svelte
pnpm-lock.yaml
Run report for 0dc75731
|
| Action | Time | Status | Info | |
|---|---|---|---|---|
| ⬛️ | SetupProto(0.53.2) |
0ms | Skipped | |
| 🟩 | SyncWorkspace |
7.9ms | Passed | |
| 🟩 | SyncProject(frontend) |
0.9ms | Passed | |
| ⬛️ | SetupToolchain(node:~24) |
2.2s | Skipped | |
| 🟩 | InstallWorkspaceDeps(node:~24) |
7s | Passed | |
| 🟩 | RunTask(frontend:test-cov) |
14s | Passed | |
| 🟩 | RunTask(frontend:format) |
4.1s | Passed | |
| 🟩 | RunTask(frontend:lint) |
20.3s | Passed | |
| 🟩 | RunTask(frontend:build) |
39.9s | Passed | |
| 🟩 | RunTask(frontend:install-playwright) |
43s | Passed | |
| 🟩 | RunTask(frontend:test-e2e) |
5.3s | Passed | |
| 🟩 | RunTask(frontend:check) |
17s | Passed |
Environment
OS: Linux
Matrix:
index = 0
Touched files
apps/frontend/components.json
apps/frontend/package.json
apps/frontend/src/app.tailwind.css
apps/frontend/src/lib/auth/components/SignInButton.svelte
apps/frontend/src/lib/components/AIMessageActions.svelte
apps/frontend/src/lib/components/ChatErrorMessage.svelte
apps/frontend/src/lib/components/FeedbackButtons.svelte
apps/frontend/src/lib/components/LanguageSwitcher.svelte
apps/frontend/src/lib/components/LoginModal.svelte
apps/frontend/src/lib/components/SubmitButton.svelte
apps/frontend/src/lib/components/UserMessageActions.svelte
apps/frontend/src/lib/components/ui/button/button.svelte
apps/frontend/src/lib/components/ui/button/index.ts
apps/frontend/src/lib/utils.ts
apps/frontend/src/routes/+layout.svelte
apps/frontend/src/routes/+page.svelte
pnpm-lock.yaml
dokterbob
reviewed
Nov 24, 2025
* Added Button * Migrate LanguageSwitcher * Update LanguageSwitcher.svelte * Migrate SignInButton * Migrate SubmitButton * Squashed commit of the following: commit 1961e34 Author: Dhruv <dhruv166arya@gmail.com> Date: Wed Dec 3 00:28:11 2025 +0530 Added Semantic foreground colors for text * Migrate Signin Button - LoginModule * Migrate HomePage Buttons * Update +page.svelte * Update +page.svelte * Migrate Avatar Button * Migrate UserMessageAction Edit button * Migrate CharError Retry button * Migrate Feedback buttons * Migrate AIMsgAction Regenerate button * Patched Error * Sign-in Button tag issue fixed * Fixed "VibeCode slop"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.