Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ui): #1977: TableCell #1979

Merged
merged 10 commits into from
Jan 20, 2025
Merged

feat(ui): #1977: TableCell #1979

merged 10 commits into from
Jan 20, 2025

Conversation

VanishMax
Copy link
Contributor

Closes #1977

Implements TableCell component

@VanishMax VanishMax requested a review from a team January 15, 2025 13:07
@VanishMax VanishMax self-assigned this Jan 15, 2025
Copy link
Contributor

github-actions bot commented Jan 15, 2025

Visit the preview URL for this PR (updated for commit 4aa7c96):

https://penumbra-ui-preview--pr1979-feat-1977-table-cel-n6ol2n74.web.app

(expires Mon, 27 Jan 2025 09:50:04 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 709d729610ef7a6369b23f1cb2b820a60cc685b1

@VanishMax VanishMax changed the base branch from main to feat/ui-skeleton-texts January 15, 2025 13:43
@conorsch
Copy link
Contributor

Now that #1983 has landed, consider rebasing this PR, to get CI passing again.

tableItemSmall,
} from '../utils/typography';

export type TableCellVariant = 'title' | 'heading' | 'cell' | 'lastCell' | 'footer';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the difference between title and heading?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copied from Figma but never seen title being actually used in there

Base automatically changed from feat/ui-skeleton-texts to main January 20, 2025 08:55
@VanishMax VanishMax merged commit cab203e into main Jan 20, 2025
8 checks passed
@VanishMax VanishMax deleted the feat/#1977-table-cell branch January 20, 2025 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TableCell UI component
3 participants