François Chalifour
François Chalifour
I get logged out every day. (That's a bit annoying.) I've been working with unstable networks lately, so might be related.
@atn38 IIUC, you'd like to have the first result selected by default so that hitting Enter redirects to the first link? (In other terms, never have no items selected). To...
Should not be upgraded for React (see #300).
@Haroenv This is the latest version of the theme. The results container overflows on xsmall devices so that the filters panel stay usable. As explained in the post, I didn't...
I reduced the `Pagination` padding in 2dba4c2283048c1f993d238c7cac1bf663a3f17a.
@Haroenv It's not really that it helped me, it's that it'll be handy to quickly prototype in the future for support requests. If ever it weighs us down, we can...
@Haroenv It _is_ regular CSS ([see sandbox](https://codesandbox.io/s/cq78p)). We just generate the CSS file on `start`/`build` for convenience so that it gets updated whenever the `tailwindcss` dependency is updated.
@matthew1809 I wanted to wait for all our sandboxes to migrate to this theme to merge them approximately at the same time.
We first need to update all the dependencies and then apply the same theme to the other templates. [From our discussion on Slack](https://algolia.slack.com/archives/C01BMR5AWSX/p1605515729002000) I understood that your team would like...
To go further, I think it'd be a good idea to go with the array version and to add the `getVersions()` function (like the current [fetch function](https://github.com/algolia/create-instantsearch-app/blob/master/packages/shared/utils.js#L111)) for each dependency....