Blockers #2360

Merged
neb-b merged 7 commits from blockers into master 2019-03-20 05:55:31 +01:00
neb-b commented 2019-03-19 16:38:18 +01:00 (Migrated from github.com)
  • Fix wallet balance background image
  • Daemon download path so windows users don't see a firewall prompt
  • check if the games server is already running so we can run two apps at the same time
  • Fix channel publish counts
  • Fix channel navigation from search
- Fix wallet balance background image - Daemon download path so windows users don't see a firewall prompt - check if the games server is already running so we can run two apps at the same time - Fix channel publish counts - Fix channel navigation from search
skhameneh (Migrated from github.com) reviewed 2019-03-19 16:38:18 +01:00
neb-b (Migrated from github.com) reviewed 2019-03-19 17:05:00 +01:00
@ -35,6 +35,7 @@
"standard/no-callback-literal": 0,
"comma-dangle": ["error", "always-multiline"],
"space-before-function-paren": ["error", "never"],
"jsx-quotes": ["error", "prefer-double"],
neb-b (Migrated from github.com) commented 2019-03-19 17:05:00 +01:00

@skhameneh Do you know why this wouldn't be used? It's still using single quotes.

@skhameneh Do you know why this wouldn't be used? It's still using single quotes.
neb-b (Migrated from github.com) reviewed 2019-03-19 18:10:21 +01:00
@ -35,6 +35,7 @@
"standard/no-callback-literal": 0,
"comma-dangle": ["error", "always-multiline"],
"space-before-function-paren": ["error", "never"],
"jsx-quotes": ["error", "prefer-double"],
neb-b (Migrated from github.com) commented 2019-03-19 18:10:21 +01:00

Nevermind. Not sure what I was doing earlier but if works.

Nevermind. Not sure what I was doing earlier but if works.
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#2360
No description provided.