select tags before channels and filter channels by tag #3844

Merged
jessopb merged 1 commit from feat-selectTagsFirstRun into master 2020-03-16 22:08:44 +01:00
jessopb commented 2020-03-15 00:27:27 +01:00 (Migrated from github.com)

User prompted to select tags after email verified.
After tags, user can select channels to follow.
Back button added on channels.
Tags filter added to claim search.
Still a bit janky.

User prompted to select tags after email verified. After tags, user can select channels to follow. Back button added on channels. Tags filter added to claim search. Still a bit janky.
neb-b (Migrated from github.com) approved these changes 2020-03-16 15:40:53 +01:00
neb-b (Migrated from github.com) left a comment

Looks good. I'll spend some time with the back/continue buttons today

Looks good. I'll spend some time with the back/continue buttons today
@ -34,2 +34,3 @@
channelIds?: Array<string>,
tags: Array<string>,
tags: string, // these are just going to be string. pass a CSV if you want multi
defaultTags: string,
neb-b (Migrated from github.com) commented 2020-03-16 15:36:34 +01:00

what's a CSV?

what's a CSV?
jessopb (Migrated from github.com) reviewed 2020-03-16 21:59:24 +01:00
@ -34,2 +34,3 @@
channelIds?: Array<string>,
tags: Array<string>,
tags: string, // these are just going to be string. pass a CSV if you want multi
defaultTags: string,
jessopb (Migrated from github.com) commented 2020-03-16 21:59:24 +01:00

comma separated

comma separated
Sign in to join this conversation.
No reviewers
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#3844
No description provided.