Fix comment create redirection #6557

Merged
saltrafael merged 1 commit from comments_redirect into master 2021-08-17 04:48:03 +02:00
saltrafael commented 2021-07-19 20:18:21 +02:00 (Migrated from github.com)

PR Checklist

Please check all that apply to this PR using "x":

  • I have checked that this PR is not a duplicate of an existing PR (open, closed or merged)
  • I added a line describing my change to CHANGELOG.md
  • I have checked that this PR does not introduce a breaking change
  • This PR introduces breaking changes and I have provided a detailed explanation below

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting)
  • Refactoring (no functional changes)
  • Documentation changes
  • Other - Please describe:

Fixes

Issue Number: Closes #5321

## PR Checklist <!-- For the checkbox formatting to work properly, make sure there are no spaces on either side of the "x" --> Please check all that apply to this PR using "x": - [X] I have checked that this PR is not a duplicate of an existing PR (open, closed or merged) - [X] I added a line describing my change to CHANGELOG.md - [X] I have checked that this PR does not introduce a breaking change - [ ] This PR introduces breaking changes and I have provided a detailed explanation below ## PR Type What kind of change does this PR introduce? - [X] Bugfix - [ ] Feature - [ ] Code style update (formatting) - [ ] Refactoring (no functional changes) - [ ] Documentation changes - [ ] Other - Please describe: ## Fixes Issue Number: Closes #5321
infinite-persistence (Migrated from github.com) reviewed 2021-07-19 20:18:21 +02:00
tzarebczan commented 2021-07-23 19:32:30 +02:00 (Migrated from github.com)

Will test this out, but wanted to confirm it fixes the issue where the channel list may still be loading (looks like some of that code was removed).

The main bug was that it would tell you to create a channel because the call wasn't done loading.

Will test this out, but wanted to confirm it fixes the issue where the channel list may still be loading (looks like some of that code was removed). The main bug was that it would tell you to create a channel because the call wasn't done loading.
infinite-persistence (Migrated from github.com) requested changes 2021-07-29 10:38:26 +02:00
infinite-persistence (Migrated from github.com) left a comment

Will test this out, but wanted to confirm it fixes the issue where the channel list may still be loading (looks like some of that code was removed).

The main bug was that it would tell you to create a channel because the call wasn't done loading.

This scenario isn't covered. If channel_list stalls, the code incorrectly thinks the user has no channels. It should probably wait until isFetchingChannels is done before enabling the section.

> _Will test this out, but wanted to confirm it fixes the issue where the channel list may still be loading (looks like some of that code was removed)._ > > _The main bug was that it would tell you to create a channel because the call wasn't done loading._ This scenario isn't covered. If `channel_list` stalls, the code incorrectly thinks the user has no channels. It should probably wait until `isFetchingChannels` is done before enabling the section.
kauffj commented 2021-08-09 17:03:05 +02:00 (Migrated from github.com)

@saltrafael looks like this one needs a bit more polish, can you come back to this?

@saltrafael looks like this one needs a bit more polish, can you come back to this?
saltrafael commented 2021-08-09 18:47:29 +02:00 (Migrated from github.com)

I reverted it to the current way but waiting for isFetchingChannels now

I reverted it to the current way but waiting for `isFetchingChannels ` now
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#6557
No description provided.