...
Development
Task 1 - Create feature flag
Task 2 - Add new icons
Some icons we have in storybook, so just need to import. https://ctg-components-library.rbictg.com/?path=/story/theme-icon--icons
But new icons we need to add in the repository
Task 3 - Create a new component for icon
The items of menu are controlled by feature flags, to activate all flags, you can add true in hard-code.
This menu it is in src/pages/account/index.tsx
The items of menu are compost by component ArrowLink
, so we need to create a new component for icons, we don’t change the ArrowLink
because this component is used in other locals.
Attention, because the color of label and icons changed and now the colors changed according to brand. (look figma)