- Notifications
You must be signed in to change notification settings - Fork1k
refactor: increase workspace and template avatar size#17200
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull Request Overview
This PR refactors UI components to increase the avatar size for both workspaces and templates while also updating some typography settings in the Tailwind configuration.
- Updated Tailwind configuration for font sizes
- Changed the label from “User:” to “Owner:” in the workspaces table
- Updated Avatar components in both workspaces and templates pages to use a larger size, along with layout adjustments in related components
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
site/tailwind.config.js | Updated xs font size configuration to adjust line-height |
site/src/pages/WorkspacesPage/WorkspacesTable.tsx | Renamed label and set the avatar size to "lg" |
site/src/pages/TemplatesPage/TemplatesPageView.tsx | Set the avatar size to "lg" for template rows |
site/src/components/Avatar/AvatarDataSkeleton.tsx | Replaced Stack layout with div-based flex layout and updated Skeleton size |
site/src/components/Avatar/AvatarData.tsx | Refactored layout using div elements and Tailwind classes for text styling |
Comments suppressed due to low confidence (1)
site/tailwind.config.js:18
- The change in the xs font size from a line-height of '1.125rem' to '1rem' could affect overall text spacing in the UI. Please ensure this adjustment is intentional and aligns with the design requirements.
xs: ["0.75rem", "1rem"],
4604f19
intomainUh oh!
There was an error while loading.Please reload this page.
Before


After

