Skip to content

Adb updates#46

Open
brandonhenry wants to merge 16 commits intoquestfrom
adb-updates
Open

Adb updates#46
brandonhenry wants to merge 16 commits intoquestfrom
adb-updates

Conversation

@brandonhenry
Copy link
Collaborator

Added adb for device management and syncing.

@brandonhenry brandonhenry self-assigned this Jun 18, 2019
title={ song.metadata ? song.metadata.songName : song.songName }
ratings={ song.stats ? song.stats.rating : song.ratings }
artist={ song.metadata ? song.metadata.songAuthorName : song.authorName }
uploader={!!song.uploader ? song.uploader || song.uploader.username : ''}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A space is required after '{' react/jsx-curly-spacing
A space is required before '}' react/jsx-curly-spacing

white-space: nowrap;
text-overflow: ellipsis;
}
.upload-date {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Selector should have depth of applicability no greater than 2, but was 3

import { SONG_LIST } from '../views'
import { BEATSAVER, LIBRARY } from '../constants/resources'
import { installEssentialMods } from './modActions'
import {installEssentialMods, isModInstalled} from './modActions'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A space is required after '{' object-curly-spacing
A space is required before '}' object-curly-spacing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant