mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
Related #67 This adds some placeholder `<WorkspaceSection />` components, so that we have a place to put things as we start to add more functionality to the Workspaces page. Before, this was just the title: <img width="1465" alt="image" src="https://user-images.githubusercontent.com/88213859/155033271-6fbe3dc1-3a9c-4305-bfe9-5bac73ac8b88.png"> Now, this PR introduces a component to host the sections: <img width="1466" alt="Screen Shot 2022-02-21 at 2 19 12 PM" src="https://user-images.githubusercontent.com/88213859/155033002-55d853e2-50ab-4d6f-b5c4-ff35b8591a00.png">
4 lines
90 B
TypeScript
4 lines
90 B
TypeScript
export const TitleIconSize = 48
|
|
export const CardRadius = 8
|
|
export const CardPadding = 20
|