Shared Blocklist (minus Appeal) #7149

Closed
infinite-persistence wants to merge 4 commits from ip/shared.block.list into master
infinite-persistence commented 2021-09-22 10:32:23 +02:00 (Migrated from github.com)

🟡 Status

2021-10-08: In draft mode until Commentron issues are fixed

Details

https://www.notion.so/lbry/Shared-Blocklist-Review-3337701e8c68494d92e9cde6b73b2c83
Sorry for the redirect, but it's way easier to type in notion

Closes #6570 Shared Blocked Lists

Test

https://kp.odysee.com

## 🟡 Status 2021-10-08: In draft mode until Commentron issues are fixed ## Details https://www.notion.so/lbry/Shared-Blocklist-Review-3337701e8c68494d92e9cde6b73b2c83 <sub><em>Sorry for the redirect, but it's way easier to type in notion</em></sub> Closes [#6570 Shared Blocked Lists ](https://github.com/lbryio/lbry-desktop/issues/6570) ## Test https://kp.odysee.com
infinite-persistence commented 2021-09-27 04:36:17 +02:00 (Migrated from github.com)

463abc0 to f8754fb

  • Added help section. TODO: need link to "learn more".
  • Fixed flickering.
  • Removed emojis in text area for Edit and Invite
### 463abc0 to f8754fb - Added help section. TODO: need link to "learn more". - Fixed flickering. - Removed emojis in text area for Edit and Invite
infinite-persistence commented 2021-09-28 11:16:55 +02:00 (Migrated from github.com)

f8754fb to d6935e3

  • Disable "Invite" button for own SBL when you have accepted another SBL.
  • Make invitation section collapsed by default, showing only From and Message at first.
  • Show status on members (accepted or not)
  • Rebased
#### f8754fb to d6935e3 - Disable "Invite" button for own SBL when you have accepted another SBL. - Make invitation section collapsed by default, showing only From and Message at first. - Show status on members (accepted or not) - Rebased
jessopb (Migrated from github.com) approved these changes 2021-10-05 06:36:46 +02:00
jessopb (Migrated from github.com) left a comment

just a couple non-blocking questions.

just a couple non-blocking questions.
@ -171,6 +171,7 @@ export const STAR = 'star';
export const MUSIC = 'MusicCategory';
export const BADGE_MOD = 'BadgeMod';
export const BADGE_STREAMER = 'BadgeStreamer';
export const APPEAL = 'JudgeHammer';
jessopb (Migrated from github.com) commented 2021-10-05 06:26:50 +02:00

I like this USAGE = 'description' pattern.

I like this USAGE = 'description' pattern.
@ -0,0 +13,4 @@
export default function AppealListOffences(props: Props) {
const { doOpenModal } = props;
const blockerUris = [
jessopb (Migrated from github.com) commented 2021-10-05 06:30:38 +02:00

What are these and why are they hardcoded.. needs comment?

What are these and why are they hardcoded.. needs comment?
jessopb (Migrated from github.com) commented 2021-10-05 06:31:06 +02:00

Oh, ,"minus appeal".

Oh, ,"minus appeal".
@ -86,0 +119,4 @@
.sbl_invite_accepted {
align-self: flex-end;
color: #2bbb90;
jessopb (Migrated from github.com) commented 2021-10-05 06:35:51 +02:00

no var for this color?

no var for this color?
infinite-persistence (Migrated from github.com) reviewed 2021-10-05 10:24:25 +02:00
@ -86,0 +119,4 @@
.sbl_invite_accepted {
align-self: flex-end;
color: #2bbb90;
infinite-persistence (Migrated from github.com) commented 2021-10-05 10:24:25 +02:00

Oops, slipped.

Oops, slipped.
infinite-persistence commented 2021-11-08 01:48:09 +01:00 (Migrated from github.com)

--- Close ---
Moving to Odysee repo

`--- Close ---` Moving to Odysee repo

Pull request closed

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#7149
No description provided.