coder / coder/parameters-playground
Separate coder/coder components and make them more easily updatable
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Most of the components, but not all, in `src/client/components` are from [coder/coder](https://github.com/coder/coder/tree/main/site/src/components). The way they are set up right now updating is a very manual process of copy pasting each component individually and then going in and fixing any issues (mainly with paths).
We should separate out these components from the rest of them in a way that we could feasibly just copy paste the entire `components` folder from coder/coder any time we want to update the components. Maybe even a script that we could run.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.