mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[PR #662] [CLOSED] Apply fixes from StyleJS #1312
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#1312
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/koel/koel/pull/662
Author: @phanan
Created: 10/11/2017
Status: ❌ Closed
Base:
master← Head:stylejs-196📝 Commits (1)
59eaa79StyleJS fixes📊 Changes
62 files changed (+2149 additions, -1715 deletions)
View changed files
📝
resources/assets/js/app.js(+12 -12)📝
resources/assets/js/config/index.js(+6 -3)📝
resources/assets/js/directives/clickaway.js(+8 -8)📝
resources/assets/js/directives/focus.js(+3 -3)📝
resources/assets/js/directives/index.js(+2 -2)📝
resources/assets/js/libs/modernizr-custom.js(+141 -1)📝
resources/assets/js/mixins/album-attributes.js(+7 -7)📝
resources/assets/js/mixins/artist-attributes.js(+14 -14)📝
resources/assets/js/mixins/has-song-list.js(+20 -20)📝
resources/assets/js/mixins/infinite-scroll.js(+9 -9)📝
resources/assets/js/mixins/song-menu-methods.js(+26 -26)📝
resources/assets/js/remote/app.js(+8 -8)📝
resources/assets/js/remote/static-loader.js(+5 -5)📝
resources/assets/js/router.js(+66 -61)📝
resources/assets/js/services/download.js(+28 -25)📝
resources/assets/js/services/http.js(+55 -43)📝
resources/assets/js/services/index.js(+7 -7)📝
resources/assets/js/services/info/album.js(+25 -20)📝
resources/assets/js/services/info/artist.js(+19 -15)📝
resources/assets/js/services/info/index.js(+3 -3)...and 42 more files
📄 Description
This pull request applies code style fixes from an analysis carried out by StyleJS.
For more information, click here.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.