codeamp / panel

CodeAmp Web Application. Built with React.js, GraphQL and Material-UI.
12 stars 7 forks source link

ENV vars search #277

Closed jperichon closed 5 years ago

jperichon commented 6 years ago

Is your feature request related to a problem? Please describe. Most projects contains more than 25 ENV vars (sometimes hundreds) and it's frustrating to go page by page to find the one to replace. Increasing the page size doesn't help as the rendering makes my browser crash if I render 100 ENV vars.

Describe the solution you'd like Have a search functionality + if possible improve the rendering performance of ENV vars.

Describe alternatives you've considered Having a CLI :)