seoscribe / jsearch

jsearch: a drop-in library for client-side search if you don't have a back-end.
BSD 3-Clause Clear License
2 stars 1 forks source link

Results panel needs to be changed into card-like widget #7

Open wnda opened 7 years ago

wnda commented 7 years ago

We should move away from the full-screen results display -- which I only used to test the thing and so it would be responsive OOTB

Stripe's payment widget and Intercom's chat widget together offer great UX examples.

Given that we're now opting for an iframe approach, we already have complications when the results are displayed, because the iframe needs to adjust itself to match the size of its contents, so we need to address this first.