Conversation
Co-authored-by: asim <17530+asim@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update markets grid layout to proper rows and columns
Fix markets grid: proper rows-and-columns layout on index and home pages
Feb 25, 2026
…ss(0) from filled icons Co-authored-by: asim <17530+asim@users.noreply.github.com>
…er, markets, reminder) Co-authored-by: asim <17530+asim@users.noreply.github.com>
Copilot
AI
changed the title
Fix markets grid: proper rows-and-columns layout on index and home pages
Landing page: fix preview diversity for news/video, proper markets grid, natural icons for filled assets
Feb 25, 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.
The landing page previews for news and video showed multiple items from the same category/channel. The markets preview used
inline-blockitems with no grid container. Four icons with filled/coloured artwork were being crushed to solid black byfilter: brightness(0).Changes
News & video preview deduplication
slice(0,5)with a category-keyed loop — at most 1 post percategory, up to 5 totalslice(0,4)with a channel-keyed loop — at most 1 video perchannel, up to 4 totalMarkets preview grid
<div>(wheregapis a no-op) todisplay:grid; grid-template-columns:repeat(3,1fr); gap:8px.market-grid) updated to match: 3-column grid withgap:6px, items styled as uniform mini-cardsIcon rendering
filter: brightness(0)fromplaces,weather,markets, andreminder— these are filled/coloured assets where the filter produces solid black blobs🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.