react-admin icon indicating copy to clipboard operation
react-admin copied to clipboard

Configurable components

Open fzaninotto opened this issue 3 years ago • 1 comments

Problem

It's too expensive to ask developers to program a simple change in a web app

Solution

Let end-users do some of the changes via a UI.

Enter no-code.

https://user-images.githubusercontent.com/99944/190191209-fe8646a1-a151-48dc-be6f-a062136b2a62.mov

Todo

  • [x] Add context to store the inspector state
  • [x] Add generic Inspector component
  • [x] Add Configurable component to wrap existing components
  • [x] Add lightweight client-side templating engine (lodash.template)
  • [x] Make SimpleList configurable
  • [x] Make Page title configurable
  • [x] Add English translations
  • [x] Add French translations
  • [x] Add tests
  • [x] Add documentation
  • [ ] ~~Test that it works in SSR~~

fzaninotto avatar Sep 06 '22 17:09 fzaninotto

Impressive! 🤯

WiXSL avatar Sep 06 '22 17:09 WiXSL