Erwann Mest

Results 131 issues of Erwann Mest

**Affected Projects** React **Is your feature request related to a problem? Please describe.** I would like to sort my list also via url. **Describe the solution you'd like** When URLParams...

enhancement

Like `renderResultStats` or `renderNoResults`, make `renderSortOptions` for customisation. https://github.com/appbaseio/reactivesearch/blob/next/packages/web/src/components/result/ReactiveList.js#L616

enhancement
good first issue :wave:
hacktoberfest
good first issue ( taken )

**Affected Projects** React **Is your feature request related to a problem? Please describe.** I don't know in CSS when a filter / facet has a value chosen. **Describe the solution...

enhancement

The code on the documention is tough to read. Maybe it's because I'm a bit colourblind but it hurts my eyes to read the code. ![image](https://user-images.githubusercontent.com/655838/63956739-4f385b80-ca87-11e9-9908-8fcd103c5d9b.png) Some tools: - https://accessible-colors.com/...

Documentation

Hello, You should be more explicite about what packages we should to install first before install submarine in the README. I'm on ubuntu server and it was a bit tough...

Hello, I use and love your theme but I prefer another colour theme for my code. I've got Oceanic Next Italic. This is the render: However, as you can see,...

related: https://github.com/devzonetech/react-show-more-text/issues/4

Hello, I'm doing this: ``` import React from "react" import { Model } from 'coloquent' class AppModel extends Model { getJsonApiBaseUrl() { return 'http://mysite.com/api' } } class Bill extends AppModel...