-
-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modelview deletekey functionality #831
Conversation
c654c16
to
f5b0a63
Compare
Since the delete logic is already in |
100% first time ever doing anything w/ F7 or Vue, so little bit of a learning curve here, appologies. I'll take a look at that though and see what I can come up with. And yes, this was literally a copy/paste from there and changing it to match the vue. |
Signed-off-by: Brian Homeyer <bhomeyer@gmail.com>
Signed-off-by: Brian Homeyer <bhomeyer@gmail.com>
This reverts commit f5b0a63. Signed-off-by: Brian Homeyer <bhomeyer@gmail.com>
This reverts commit a5e4328. Signed-off-by: Brian Homeyer <bhomeyer@gmail.com>
Move changes to item-detail view Signed-off-by: Brian Homeyer <bhomeyer@gmail.com>
8b7f81f
to
555dd16
Compare
@ghys Should be all set now. Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM now!
Signed-off-by: Brian Homeyer <bhomeyer@gmail.com>
As I was testing my OH setup I found myself always winding up with orphan items in the model view, and clicking to remove them was a bit of a hassle, so I came up with this.
Might be a better way to do this, just really copied the code from the detail view and refactored for the main page.