ICIJ / datashare

A self-hosted search engine for documents.
https://datashare.icij.org
GNU Affero General Public License v3.0
584 stars 52 forks source link

design system: navgation breadcrumb #1432

Closed pirhoo closed 1 month ago

pirhoo commented 2 months ago
Soliine commented 1 month ago

Well done!

pirhoo commented 1 month ago

Got catch for the component height! I fixed it to at least 3rem = 48px which will avoid this effect.

I made the other changes.

Soliine commented 1 month ago

Great!

The only things I see is the configure icon which is pink when hovered while it should be in primary for accessibility reasons

Screenshot 2024-07-18 at 13 14 25
pirhoo commented 1 month ago

This is a "link" button so it behave like a link:

http://localhost:6006/?path=/story/layout-button--default&globals=theme:light

But maybe we should define that those button behave differently?

Soliine commented 1 month ago

Good news: I actually realize we can use this secondary pink for UI component so we can keep the hover state in pink when the link button is an icon:

Screenshot 2024-07-22 at 10 20 26
Soliine commented 1 month ago

The rest is fantastic!