-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add remove queued channel button #48
Conversation
Follow up PR will include a get recommended channels and reset all queued channels button |
static/index.html
Outdated
if (table.children.length <= 2) { | ||
return | ||
} |
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.
disable the button on this check too?
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.
I think the UX is a bit off if the button becomes disabled after a click. Ideally we want to have it disabled on init render. I think we can address this in a later PR.
92037ed
to
8520171
Compare
@DanGould Can you take another pass at this PR. Would like to get it merged soon |
8520171
to
4c175ee
Compare
I made the js stateless & fixed button content |
4c175ee
to
d307609
Compare
The test was looping infinitely on that's a timeout issue afaik, not an issue with this pr |
@0xBEEFCAF3 do we have your approval to merge? |
I don't :( |
you don't approve of the changes??? |
I thought you asked if I can merge. Feel free to merge when you think it's ready. |
No description provided.