-
-
Notifications
You must be signed in to change notification settings - Fork 202
[DevIndex] Add Hireable and Website columns to Grid #9152
Copy link
Copy link
Closed
Labels
Description
Add Hireable and Website columns to the main grid in DevIndex.
Hireable: Boolean icon column. Position near generic icon/link columns.Website: Link column.- Create generic
Neo.component.IconandNeo.grid.column.Iconto support these and future icon-based columns efficiently (pooling). - Create generic
Neo.component.IconLinkandNeo.grid.column.IconLinkto support these and future icon-link-based columns efficiently (pooling). - Refactor existing icon columns (like LinkedIn) to use the new generic implementation if applicable.
- The new components need their own
scssfiles and support for theneo-darkandneo-lighttheme based on theme variables. Avoid inline styles.
Reactions are currently unavailable