Robert Frampton

Results 23 comments of Robert Frampton

Ran into this using a React implementation the same day across multiple projects. Confirmed that it's resolved itself, but very strange that I can't find a changelog anywhere to verify...

Hey @zenorocha, should be good to go now! ![https://media.giphy.com/media/pu6PQqp3OA1xu/giphy.gif](https://media.giphy.com/media/pu6PQqp3OA1xu/giphy.gif)

It doesn't show up on the list for me.

Nope, that's what I meant. Not on the list.

Removing from milestone v3.0.0 as this change can easily come later.

Yeah we implemented a [custom navigation](https://github.com/liferay/lexicon-site/blob/master/src/components/MainNavigation.js) component for the lexicon site. Since it's hard to know exactly what kind of navigation is needed for the various sites that use electric,...

If we think it'll be that common, then I think it's worth baking the functionality in. We can just add a parameter that will toggle that behavior to the [ElectricNavigation](https://github.com/Robert-Frampton/electric-base-components/blob/master/src/ElectricNavigation.js)...

Should be simple to make it configurable, but what do you mean by use electric as a theme boilerplate?

Hey @clovisdasilvaneto, not currently, but it would be really easy to implement. All we need is to add an option to https://github.com/electricjs/electric/blob/master/lib/options.js called `scssSrc` with a default value, and then...

``` apiConfig: { layout: 'api', project: { refs: [ { 'ref': 'local', 'path': '../com.../' } ], src: [ '**/*.js' ] } }, ``` This is how the api will look....