-
Notifications
You must be signed in to change notification settings - Fork 70
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
Fix issue where filter slide-over blocked device list #1793
Conversation
When you say "blocked device list", do you mean you can't interact with the device list? If so, I did that on purpose, do you think its better to allow the device list to be interacted with? If you would like to interact with the device list then I think some of the tab UI can be simplified further, similar to the multi action pop over. |
Oh! It wasn't even dimmed afaict so I assumed it was on accident. Okay, the filter is on the side and the view is fully visible. It feels very weird to not be able to apply a filter and then click on the device or start checking devices. I 100% thought it was unintentional. Because it felt bad. Can't click on a device to open it or anything :) I am not sure I understand what you mean with the tab UI? You are talking about the Device Details view? Maybe having more things live in slide-overs? I don't know about that. But possible I suppose 🤔 What I'm very confident about is that this feels like a bug and I would not have picked this type of slide-over if it meant it needed to be dismissed to use the listing :) I simply had the multi-action slide-over on top of the filter one because that's what you want to DO. But both are super nice to have while working with multiple devices. |
Ah, yeah, I didn't add an blur or different color overlay, so I can see why it looked unintentional. I'm fine with us allowing devices to be clicked and selected, although we just need to make sure the 'multi action' slide over closes or appears over the filter slide over.
Sorry, I meant to say slide over UI, not tab UI. My bad. Oh, after reading your comments further I see that the multi action slide over doesn't appear over the filter slide over. Sweet. I'll get this reviewed and merged in today. |
Now I'm confused. The way I did it in my branch was that it would put the multi-action on top of the filter. Not sure what happens in the current design.. :) worth trying |
@joshk did this get lost, I've hit it about 12 times since :D |
Sorry, not lost, I will get to this today now that I've finished with the majority of the new UI |
I've fixed the issue in #1813 My PR simplifies the slide over a little, allowing us to eliminate some divs. |
No description provided.