Juanmnl Cornejo

Results 21 comments of Juanmnl Cornejo
trafficstars

Pretty much what we've been doing in most settings pages with the new empty state for tables that should propagate to any table that could find itself empty (No [x])....

I'm in for the spanish (ecuadorian/south american) translation :P A JSON file per language could be a good approach, but there are many options. As for the UI, a browser...

I was experiencing this until i removed `defaultValue=""` from the component props.

Got the value of the input by binding the onChange event: ``` javascript ``` And then on the parent component: ``` javascript render: function() { return ( ); }, _onSearched:...

We are adding a "Stay logged in" checkbox so users can choose to have their session persisted in a common pattern, and modifying the first input label from "User" to...

We start on a new route in the settings panel: "Paragraph Extractor" and then just like any other extraction main table. OnSelect the dynamic bottom bar shows the delete button...

This is a 2 level nested navigation (making it 3 in total with the main dashboard of extractors), where in the second level we show a list of the entities...

Only the body of the table should be scrollable.

From the **add extractor** button we launch a modal that has two steps: 1. Select a valid target template where the values of the extraction will be extracted 2. Select...

@konzz to make them all seem the same size, there should be an explicit width and height declared in the svg css (w:18px h:18px) and the span that contains them...