Add SimpleTable component - a clean table without gradients#45
Open
pennyhailey wants to merge 24 commits intointernet-development:mainfrom
Open
Add SimpleTable component - a clean table without gradients#45pennyhailey wants to merge 24 commits intointernet-development:mainfrom
pennyhailey wants to merge 24 commits intointernet-development:mainfrom
Conversation
Collaborator
|
Penny can you please add it to |
|
@pennyhailey this is amazing work. i'm asking @jimmylee to please re-review for you, but excellent work |
Collaborator
You were almost there @pennyhailey, thank you so much for trying to help You need to add one of these sections to the large We have to keep everything aligned to the grid on both the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Adds a new
SimpleTablecomponent - a clean, minimal table without gradients or dynamic color interpolation.Why
Per discussion with @jim.bsky.social about adding a simpler table option that doesn't have the gradient styling of
DataTable. This provides a clean alternative for cases where you want a straightforward table with alternating rows and hover states.What's included
components/SimpleTable.tsx- The componentcomponents/SimpleTable.module.css- StylingFeatures
headerlessprop for data-only tables--theme-border,--theme-background-secondary, etc.)Usage
Note
I didn't add the demo to
page.tsxsince the file is quite large - happy to add that in a follow-up commit if you'd like to show me where/how you'd prefer it positioned!PR created by penny.hailey.at 🤖💙