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
Copy Markdown
Collaborator

Added adb for device management and syncing.

@brandonhenry brandonhenry self-assigned this Jun 18, 2019
Comment thread src/components/SongList.js Outdated
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
Copy Markdown

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

Comment thread src/css/SongListItem.scss
white-space: nowrap;
text-overflow: ellipsis;
}
.upload-date {
Copy link
Copy Markdown

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

Comment thread src/actions/songListActions.js Outdated
import { SONG_LIST } from '../views'
import { BEATSAVER, LIBRARY } from '../constants/resources'
import { installEssentialMods } from './modActions'
import {installEssentialMods, isModInstalled} from './modActions'
Copy link
Copy Markdown

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

Comment thread src/actions/adbActions.js Outdated
Comment thread src/actions/adbActions.js Outdated
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