-
Notifications
You must be signed in to change notification settings - Fork 435
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 disabled app list tab #340
Conversation
There's indeed no easy solution for it if you are using |
Thanks for your comments. First issue fixed in 502a346 About the second issue I will take a look at it later. The odd behavior happens when service tab switch to others tab, I think root cause is the frame size change. |
Yes, I have thought about this before, but we will lose the quick multi selection ability after that. Maybe we could discuss and decide which one is more important. |
@Jerry23011 The lag issue disappears in the latest commit. You may check it. |
Yes indeed, both of them are gone. Thank you
… 2024年1月18日 22:46,phlpsong ***@***.***> 写道:
@Jerry23011 <https://github.com/Jerry23011> The lag issue disappears in the latest commit. You may double check it.
—
Reply to this email directly, view it on GitHub <#340 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AVHRTBMANSAUMSZKJKCXOL3YPIJDNAVCNFSM6AAAAABCBIPZTGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJZHA2TMMRQGY>.
You are receiving this because you were mentioned.
|
@tisfeng yep, I did tried add the same color with system table bg, but not look harmonized. I think your changes look good. |
@tisfeng Could you describe the detail of the lag issue? Or we can merge this now and open an issue to track it separately? I could dive deep into it later. |
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.
Looks good, let's merge it.
close #289
After a lot of research, I found that the selection highlight style could not customized(with multi selection gesture support) due to SwiftUI's limitation.
Any questions or suggestions about this, please let me know.