texas-HACS / hacs-frontend

6 stars 2 forks source link

Enable editing editable components from outside of the admin panel (when signed in with an admin account) #47

Open jrmoulckers opened 3 years ago

jrmoulckers commented 3 years ago

Signed-in admins should not be required to visit the admin panel to edit components. This is tough, but we would like components to be editable by simply having the option to edit while signed in and viewing the component as it is currently rendered.

This is a tall order, and may not be achievable right off the bat, but here is an idea for a first implementation of this issue:

Another (more robust) option, would be to allow editing within the component itself:

This is open-ended, and could be implemented in a multitude of ways. If option two is pursued, this will likely require multiple members working on the issue, as each type of component item (i.e. div, p, img, links, etc.) will need to be made editable in potentially different ways.