OriginProtocol / ousd.com

Frontend for ousd.com
11 stars 3 forks source link

Upgrade to v0.27.19 to remove .bg-gradient2 on header nav buttons #191

Closed nickick closed 1 year ago

nickick commented 1 year ago

Fixes button borders on <Header> component for ousd.com:

From: Screenshot 2023-08-19 at 3 27 55 PM to: Screenshot 2023-08-19 at 3 28 05 PM

See: https://github.com/OriginProtocol/origin-storybook/commit/a20275cf4da79ba727fdf38d71c1fafe661b27f5

micahalcorn commented 1 year ago

It looks like there are still some issues on the governance page, at least on the preview build:

Current production (master)

Screenshot 2023-08-19 at 9 43 37 PM

Preview build (this PR)

Screenshot 2023-08-19 at 9 43 48 PM
nickick commented 1 year ago

@micahalcorn fixed - for some odd reason, the npm package had a different build than yarn build was outputting, so had to update that.

There was also another class only used in ousd.com but referenced in origin-storybook, which would make catching the styling issues difficult in the storybook builds.

https://github.com/OriginProtocol/origin-storybook/commit/461d196d7afb9916f774285de28c4868d6a7d3ed

Screenshot 2023-08-21 at 12 09 41 AM

Lham21 commented 1 year ago

improve the system to reduce bugs