Conversation
|
🚅 Deployed to the rivet-pr-4168 environment in rivet-frontend
|
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Graphite Automations"Test" took an action on this PR • (02/10/26)1 assignee was added to this PR based on Kacper Wojciechowski's automation. |
PR Review: feat: add ladleSummaryThis PR adds Ladle as a component development environment for the frontend. The core additions are solid: a shared Vite config base, Ladle configuration, a Caddy server config, a Dockerfile, and Railway deployment config. Several issues need to be addressed before merging. Blockers1. Accidentally committed
|
ee1c116 to
7d52277
Compare
7d52277 to
ed19db1
Compare
ed19db1 to
9801124
Compare
9801124 to
1a557d1
Compare
1a557d1 to
b2407e6
Compare
b2407e6 to
044bf2a
Compare
044bf2a to
c133769
Compare
c133769 to
7203012
Compare
7203012 to
06a1487
Compare
06a1487 to
a270bd5
Compare
a270bd5 to
111ecae
Compare
111ecae to
f8ea0fa
Compare
f8ea0fa to
aa5df64
Compare
aa5df64 to
995ac00
Compare
995ac00 to
e03420d
Compare
e03420d to
21d269f
Compare
Merge activity
|
# Description Added Ladle component development environment to the frontend. This PR: 1. Adds Ladle as a dependency to the frontend package 2. Creates a Docker setup for building and serving the Ladle environment 3. Configures Railway deployment files for PR and staging environments 4. Adds a sample workflow component story 5. Updates `.gitignore` to exclude the Ladle build directory 6. Adds npm scripts for Ladle development and building Ladle provides an isolated environment for developing and testing UI components, making it easier to build and maintain a consistent component library. ## Type of change - [x] New feature (non-breaking change which adds functionality) ## How Has This Been Tested? Tested locally by running the Ladle development server and verifying that components can be viewed and interacted with in isolation. ## Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my code - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] New and existing unit tests pass locally with my changes

Description
Added Ladle component development environment to the frontend. This PR:
.gitignoreto exclude the Ladle build directoryLadle provides an isolated environment for developing and testing UI components, making it easier to build and maintain a consistent component library.
Type of change
How Has This Been Tested?
Tested locally by running the Ladle development server and verifying that components can be viewed and interacted with in isolation.
Checklist: