Klimatbyran / beta

New repo for new layout
2 stars 3 forks source link

Allow navigating to other companies via combobox with fuzzy search, similar to on municipality detail pages #38

Closed Greenheart closed 3 weeks ago

Greenheart commented 3 weeks ago

This component could be a good starting point: https://www.shadcn-svelte.com/docs/components/combobox

This could be placed at the bottom of the page, similar to this:

image

This should allow navigating via keyboard and/or pointer events (mouse/touch). The combobox component above supports this.

Greenheart commented 3 weeks ago

Basic feature implemented by #49