Add sublabels to rate limit columns and fix table styling issues#229
Merged
Zelig880 merged 7 commits intofeat/dev-3.0-no-landingfrom Feb 16, 2026
Merged
Add sublabels to rate limit columns and fix table styling issues#229Zelig880 merged 7 commits intofeat/dev-3.0-no-landingfrom
Zelig880 merged 7 commits intofeat/dev-3.0-no-landingfrom
Conversation
Member
markshenouda
commented
Feb 13, 2026
- Add sublabels (Tokens) and (Tokens/sec) to rate limit columns in TokenDrawer lanes table
- Scope table column width rules to drawer container to prevent breaking TokenChainsTable layout
- Remove padding-left from general th elements and scope to drawer lanes table only
- Add ccip-table__verifier-name-header class to prevent padding on Verifiers tab table
- Set drawer width to Wide when opening token details from token cards and chains table
- Add sublabels (Tokens) and (Tokens/sec) to rate limit columns in TokenDrawer lanes table - Scope table column width rules to drawer container to prevent breaking TokenChainsTable layout - Remove padding-left from general th elements and scope to drawer lanes table only - Add ccip-table__verifier-name-header class to prevent padding on Verifiers tab table - Set drawer width to Wide when opening token details from token cards and chains table
0a03b66 to
ffc2e4e
Compare
There was a problem hiding this comment.
Pull request overview
This PR enhances the CCIP token and lane drawer tables by adding sublabels to rate limit columns and fixing table styling issues. The changes scope CSS rules to prevent layout conflicts between drawer tables and the main TokenChainsTable, while adding unit labels for better clarity.
Changes:
- Added sublabels "(Tokens)" and "(Tokens/sec)" to rate limit columns in TokenDrawer lanes table
- Scoped table column width and padding rules to drawer container only to prevent breaking TokenChainsTable layout
- Set drawer width to Wide when opening token details from token cards and chains table
- Fixed dangling quote in certification.astro image element
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/pages/certification.astro | Removed dangling quote from image element sizes attribute |
| src/components/CCIP/Tables/TokenChainsTable.tsx | Added drawer width setting to Wide when opening TokenDrawer |
| src/components/CCIP/Tables/Table.css | Scoped column widths and padding to drawer container, added sublabel styling and mobile responsive styles |
| src/components/CCIP/Drawer/TokenDrawer.tsx | Added sublabels to rate limit columns and verifier-name-header class |
| src/components/CCIP/Drawer/LaneDrawer.tsx | Added inDrawer prop to LaneDetailsHero |
| src/components/CCIP/ChainHero/TokenDetailsHero.tsx | Added inDrawer prop support for drawer-specific styling |
| src/components/CCIP/ChainHero/LaneDetailsHero.tsx | Added inDrawer prop support for drawer-specific styling |
| src/components/CCIP/ChainHero/LaneDetailsHero.css | Added drawer-specific and default desktop padding |
| src/components/CCIP/ChainHero/ChainHero.css | Added drawer-specific padding for content |
| src/components/CCIP/Chain/ChainTokenGrid.tsx | Added drawer width setting to Wide when opening TokenDrawer |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
… for LaneDrawer and TokenDrawer
Zelig880
approved these changes
Feb 16, 2026
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.