canonical / react-components

A set of components based on Vanilla Framework
https://canonical.github.io/react-components
103 stars 58 forks source link

Change Icon stories #1149

Closed mcslayer closed 4 weeks ago

mcslayer commented 1 month ago

Done

I hope these improvements will prove beneficial.

QA

Storybook

To see rendered examples of all react-components, run:

yarn start

QA in your project

from react-components run:

yarn build
npm pack

Install the resulting tarball in your project with:

yarn add <path-to-tarball>

QA steps

Percy steps

Fixes

Fixes: # .

webteam-app commented 1 month ago

mcslayer is not a collaborator of the repo

mcslayer commented 4 weeks ago

I realize that I probably should have split this PR into three separate ones:

bartaz commented 4 weeks ago

This is nice, thanks @mcslayer. You are touching on couple areas here, and I guess it could be worth to separate them a bit for easier review and QA (and being able to merge some quicker without blocking on questions/decisions in others).

I think I see separation into 3 PRs here:

Would it be OK for you to separate this like that?

mcslayer commented 4 weeks ago

Ok, let's do it step by step

bartaz commented 4 weeks ago

Thanks. And for some reason I haven't seen your comment where you suggested practically exactly the same yourself before :)