-
Notifications
You must be signed in to change notification settings - Fork 748
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hide modal when a token has multiple channels #11686
Hide modal when a token has multiple channels #11686
Conversation
Build Artifacts
|
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.
Thank you @jredrejo, I confirm - the flow with importing channels from a collection is working correctly now.
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.
Sorry I noticed an issue - if I click the 'Import with token' button immediately after having loaded the list with channels I can still see all the options in the modal disabled. See the following video:
2024-01-03_17-02-41.mp4
hi @pcenov
This new issue should be solved now. Clearly the ability to have multiple channels from a single token had not been tested before. I would not be suprised if you find something else in your tests (I had tested as much as I've been able but I don't have the imagination you have to break things 😉 ) |
Hi @jredrejo the issue that you are fixing here is a regression in 0.16 and is working fine in 0.15 where it's been tested before. 2024-01-04_14-08-11.mp4 |
Actually I have made it disappear in the last commit because I didn't see the sense of having it available there when you have the list of channels. I must confess that after so long using 0.16.x I don't remember how this worked in 0.15.x. If you click on the token it reappears. Anyway, I can make it visible again if you think it's better.
Yes, I've seen that but I thought this was on purpose, code is designed to do exactly that. If you think that's a problem, fill a new issue. I think it'd be good if the designers take a look to decide what's the best UX.
|
If it's not a problem let's keep the |
👍 restored! |
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.
The problems with the modal are solved now! Thanks @jredrejo!
Summary
When a token results in more than one channel, modal to insert the token didn't dissappear. This PR fixes it.
References
Closes: #11647
Refers to : #9729
Reviewer guidance
Using the procedure described in #11647 :
latuk-noriz
Testing checklist
PR process
Reviewer checklist
yarn
andpip
)