Uh oh!
There was an error while loading. Please reload this page.
feat: use library components - #4099
Merged
Merged
Conversation
MarioCadenastemporarily deployed
to
test-trigger-is
December 4, 2025 16:15 — with
GitHub Actions
Inactive
Collaborator
Commit: edfac04
27 interesting tests: 14 KNOWN, 6 RECOVERED, 4 FAIL, 2 flaky, 1 SKIP
Top 21 slowest tests (at least 2 minutes):
|
MarioCadenastemporarily deployed
to
test-trigger-is
December 4, 2025 17:03 — with
GitHub Actions
Inactive
MarioCadenasforce-pushed
the
use-library-components
branch
2 times, most recently
from
December 15, 2025 14:26
d7abb4b to
b495f76CompareMarioCadenastemporarily deployed
to
test-trigger-is
December 15, 2025 14:27 — with
GitHub Actions
Inactive
MarioCadenasforce-pushed
the
use-library-components
branch
from
December 22, 2025 16:55
b495f76 to
5b22febCompareMarioCadenastemporarily deployed
to
test-trigger-is
December 22, 2025 16:56 — with
GitHub Actions
Inactive
MarioCadenasforce-pushed
the
use-library-components
branch
from
December 22, 2025 16:56
5b22feb to
edfac04CompareMarioCadenastemporarily deployed
to
test-trigger-is
December 22, 2025 16:57 — with
GitHub Actions
Inactive
MarioCadenasforce-pushed
the
use-library-components
branch
from
December 22, 2025 16:57
edfac04 to
1b85651CompareMarioCadenas
marked this pull request as ready for review
December 22, 2025 16:57
MarioCadenastemporarily deployed
to
test-trigger-is
December 22, 2025 16:57 — with
GitHub Actions
Inactive
MarioCadenasforce-pushed
the
use-library-components
branch
from
December 22, 2025 17:02
1b85651 to
171a025CompareMarioCadenastemporarily deployed
to
test-trigger-is
December 22, 2025 17:02 — with
GitHub Actions
Inactive
MarioCadenasforce-pushed
the
use-library-components
branch
from
December 22, 2025 17:05
171a025 to
fb14181CompareMarioCadenastemporarily deployed
to
test-trigger-is
December 22, 2025 17:06 — with
GitHub Actions
Inactive
chore: fixup
MarioCadenasforce-pushed
the
use-library-components
branch
from
December 22, 2025 17:08
fb14181 to
85b78f8CompareMarioCadenastemporarily deployed
to
test-trigger-is
December 22, 2025 17:09 — with
GitHub Actions
Inactive
fjakobs
approved these changes
Dec 22, 2025
MarioCadenas
enabled auto-merge
December 22, 2025 17:10
Uh oh!
There was an error while loading. Please reload this page.
eng-dev-ecosystem-bot
commented
Dec 22, 2025
Collaborator
Commit: 4b1439b
35 interesting tests: 14 KNOWN, 8 flaky, 6 FAIL, 6 RECOVERED, 1 SKIP
Top 50 slowest tests (at least 2 minutes):
|
denik pushed a commit
that referenced
this pull request
May 20, 2026
## Changes <!-- Brief summary of your changes that is easy to understand --> Remove all shadcn components and consume them from `@databricks/appkit-ui/react` This [PR](databricks/appkit#2) would need to be merged first. ## Why <!-- Why are these changes needed? Provide the context that the reviewer might be missing. For example, were there any decisions behind the change that are not reflected in the code itself? --> We reexport all the components from the library and provide a base theming, allowing users to easily customize the theme by simply changing the colors in the `index.css` file ## Tests <!-- How have you tested the changes? --> <!-- If your PR needs to be included in the release notes for next release, add a separate entry in NEXT_CHANGELOG.md as part of your PR. --> Co-authored-by: MarioCadenas <MarioCadenas@users.noreply.github.com>
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
Sign up for freeto 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.
Changes
Remove all shadcn components and consume them from
@databricks/appkit-ui/reactThis PR would need to be merged first.
Why
We reexport all the components from the library and provide a base theming, allowing users to easily customize the theme by simply changing the colors in the
index.cssfileTests