-
-
Notifications
You must be signed in to change notification settings - Fork 202
Bug: Fix LinkedIn icon rendering and Twitter link format in DevIndex Grid #9310
Copy link
Copy link
Closed
Labels
aibugSomething isn't workingSomething isn't workinggridRelated to the Neo.grid packageRelated to the Neo.grid package
Description
Recent changes to the IconLink column component renamed iconCls to cellIconCls. The LinkedIn column was still using the old property name, causing a regression where the LinkedIn icon wouldn't render.
Additionally, the Twitter (X) column in the DevIndex grid was rendering raw usernames as href values instead of full URLs.
Changes:
src/grid/column/LinkedIn.mjs: UpdatediconClstocellIconClsto match the underlyingIconLinkcomponent.apps/devindex/view/home/GridContainer.mjs: Added aurlFormatterto the Twitter column to properly format the X link (e.g.https://x.com/[username]).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
aibugSomething isn't workingSomething isn't workinggridRelated to the Neo.grid packageRelated to the Neo.grid package