jgeewax / phoenix

Open source UI :)
Apache License 2.0
2 stars 3 forks source link

Move plugin config from popup to state #39

Open callmehiphop opened 9 years ago

callmehiphop commented 9 years ago

Should be a relatively small change since the view/controller already exist. We essentially just want to remove the popup and create a separate state for configuring plugins within a dashboard.

stephenplusplus commented 9 years ago

Sounds good as long as we can isolate the view to a single plug-in's settings, as opposed to having to scroll among all of the installed ones to find the plug-in you're looking for.

callmehiphop commented 9 years ago

Yeah, that's what we're going for. It would be something like

/project/dashboard/plugin/config On Oct 20, 2015 2:21 PM, "Stephen Sawchuk" notifications@github.com wrote:

Sounds good as long as we can isolate the view to a single plug-in's settings, as opposed to having to scroll among all of the installed ones to find the plug-in you're looking for.

— Reply to this email directly or view it on GitHub https://github.com/jgeewax/phoenix/issues/39#issuecomment-149654346.

stephenplusplus commented 9 years ago

:+1: