An Phan
|
5eb7e3014d
|
Refactor
|
2016-04-04 14:50:33 +08:00 |
|
An Phan
|
0186cefa32
|
Fix #292
|
2016-04-04 13:13:26 +08:00 |
|
An Phan
|
9361b052ff
|
Attempt to fix #120
|
2016-04-01 17:33:14 +08:00 |
|
An Phan
|
0e13447af1
|
Remove logging code
|
2016-04-01 15:53:21 +08:00 |
|
An Phan
|
aad18642e7
|
Code refactor
|
2016-04-01 15:44:11 +08:00 |
|
An Phan
|
ec6cd1bb08
|
Properly activate a playlist after creation
|
2016-04-01 15:10:02 +08:00 |
|
An Phan
|
986cfe6e84
|
Fix delete playlist bug
|
2016-03-31 17:53:10 +08:00 |
|
An Phan
|
e9360e4600
|
Upgrade lodash to 4.x
|
2016-03-31 16:58:46 +08:00 |
|
An Phan
|
481d012d6c
|
Use explicit imports for lodash functions
|
2016-03-31 15:44:36 +08:00 |
|
An Phan
|
b2d0bce09b
|
Make song's fmtLength one-time binding
|
2016-03-31 14:51:42 +08:00 |
|
An Phan
|
5729e69a7a
|
Better style for artist/album fillers
|
2016-03-31 12:05:07 +08:00 |
|
An Phan
|
b71066d2f9
|
Top artist/album listing now inherit view mode settings
|
2016-03-31 12:03:12 +08:00 |
|
An Phan
|
6377c0d948
|
Remove redundant code
|
2016-03-30 11:46:18 +08:00 |
|
An Phan
|
517c71e26c
|
Let track's minimum value be 0
|
2016-03-28 22:36:59 +08:00 |
|
An Phan
|
be4378d33f
|
Use proper const wherever applicable
|
2016-03-28 21:38:14 +08:00 |
|
An Phan
|
b943965043
|
Sync track number after updating song
|
2016-03-28 20:16:03 +08:00 |
|
An Phan
|
f43e72355c
|
Add thumbnails/listing view mode (close #278)
This commit adds an option to change view mode (thumbnails/listing) for
artists and albums views.
|
2016-03-28 19:51:49 +08:00 |
|
Timothy Cyrus
|
408e086751
|
Update index.blade.php
|
2016-03-26 19:05:16 -04:00 |
|
An Phan
|
daa2309368
|
Restore .item placeholders
|
2016-03-24 17:18:43 +08:00 |
|
An Phan
|
8467a4b133
|
Make jslint happy
|
2016-03-24 16:47:27 +08:00 |
|
An Phan
|
028aae9502
|
Move filters into their own folder
|
2016-03-24 12:37:39 +08:00 |
|
alex-phillips
|
e3277f14ad
|
added multiple methods to retrieve the 'track' from a file, set default sorting on the song lists
|
2016-03-23 10:07:50 -04:00 |
|
An Phan
|
e5778d1896
|
Remove redundant .item elements
|
2016-03-23 21:04:41 +08:00 |
|
An Phan
|
c2e04bc69b
|
Remove redundant styles
|
2016-03-22 18:11:46 +08:00 |
|
An Phan
|
d090557dff
|
Trying to (prematurally) optimize sound bars
|
2016-03-22 18:06:40 +08:00 |
|
An Phan
|
6aac47112c
|
Merge branch 'feature/advanced-subsort' of git://github.com/alex-phillips/koel into alex-phillips-feature/advanced-subsort
|
2016-03-21 21:20:05 +08:00 |
|
alex-phillips
|
02448bbb06
|
added album and artist navigation via song list context menu
|
2016-03-21 08:38:10 -04:00 |
|
alex-phillips
|
e758503b0d
|
added advanced subsort support - can now subsort with any arbitrary number of keys
|
2016-03-20 11:22:58 -04:00 |
|
An Phan
|
e51d4baef4
|
More style for track number
|
2016-03-20 22:24:58 +08:00 |
|
An Phan
|
438e264d32
|
Fix track number style
|
2016-03-20 22:23:01 +08:00 |
|
An Phan
|
6b0575d033
|
Revert #272
|
2016-03-20 22:06:57 +08:00 |
|
An Phan
|
bf56b740c1
|
Add a Track # column into song list
|
2016-03-20 22:05:42 +08:00 |
|
An Phan
|
1c15a56c68
|
Fix subsort error
|
2016-03-20 21:56:10 +08:00 |
|
An Phan
|
36b6d9e17a
|
Fix migration scripts
|
2016-03-20 21:54:52 +08:00 |
|
An Phan
|
69a36f7bad
|
Better Users screen
|
2016-03-20 21:42:33 +08:00 |
|
Phan An
|
1207ea2e0b
|
Merge pull request #273 from alex-phillips/feature/sort-by-track
Sort by Track
|
2016-03-20 21:40:36 +08:00 |
|
alex-phillips
|
940cd1a914
|
added support for song track numbers as well as subsorting song lists
with a second sort key. track numbers are also editable via the song
edit modal interface.
|
2016-03-20 09:06:53 -04:00 |
|
Phan An
|
87a938329a
|
Merge pull request #272 from alex-phillips/feature/links
Added navigation links
|
2016-03-20 20:40:19 +08:00 |
|
alex-phillips
|
8c7dae6a32
|
fixed reference to song's artist
|
2016-03-19 13:45:23 -04:00 |
|
alex-phillips
|
1e7f1eaaf8
|
each song item can now be used to navigate to its artist or album view
|
2016-03-19 12:37:58 -04:00 |
|
An Phan
|
f341987e33
|
Fix contains() method
|
2016-03-19 03:41:46 +08:00 |
|
An Phan
|
9cd74a75f8
|
Very minor style fix
|
2016-03-18 12:45:23 +08:00 |
|
An Phan
|
e0d783f366
|
Use getters/setters
|
2016-03-18 12:45:12 +08:00 |
|
An Phan
|
3500ee7b33
|
Set media queries to viewport, not device
|
2016-03-17 17:46:24 +08:00 |
|
An Phan
|
86ea370cf4
|
Style fix for dashboard
|
2016-03-17 17:33:20 +08:00 |
|
An Phan
|
ae65809ec5
|
Better responsiveness for album and artist listing
|
2016-03-17 17:28:43 +08:00 |
|
An Phan
|
1fa9e0b78c
|
Spelling fix
|
2016-03-16 17:08:36 +08:00 |
|
An Phan
|
a691825fdb
|
Optimize some code
|
2016-03-16 11:52:26 +08:00 |
|
An Phan
|
f6d0db1b4f
|
Make let, not var
|
2016-03-16 11:51:07 +08:00 |
|
An Phan
|
ddfe9ccb03
|
Simplify "confirm before closing" preference
|
2016-03-15 20:59:12 +08:00 |
|
An Phan
|
16283112b3
|
Code cleaning service
|
2016-03-15 01:16:38 +08:00 |
|
An Phan
|
48c06592ab
|
Fix stop() method when there's no current song
|
2016-03-14 20:47:45 +08:00 |
|
An Phan
|
07109ad5d2
|
Fix wrong button colors on playlist
|
2016-03-14 20:22:18 +08:00 |
|
An Phan
|
01480432a8
|
Massive jslint fix
|
2016-03-14 01:00:32 +08:00 |
|
An Phan
|
ed795b2b0b
|
Move overlay functions into, duh, overlay.vue
|
2016-03-13 12:50:25 +08:00 |
|
An Phan
|
313d9c8fc1
|
Simplify OS detection code
|
2016-03-13 11:32:37 +08:00 |
|
An Phan
|
1b81312893
|
Better scrollbars on non-Mac systems
|
2016-03-13 11:28:43 +08:00 |
|
An Phan
|
6e1c617d62
|
Upgrade libraries
|
2016-03-13 00:15:14 +08:00 |
|
An Phan
|
6b2efbf12a
|
Move nprogress logic to main.js
|
2016-03-11 18:49:54 +08:00 |
|
An Phan
|
03e8dbd6b9
|
Add a loading progress bar
|
2016-03-11 17:55:40 +08:00 |
|
An Phan
|
b4f8ac2e8f
|
(Trying to) reduce flickering with main panels
|
2016-03-06 21:11:04 +08:00 |
|
An Phan
|
2c832af80a
|
Reduce flickering with the sound bar
|
2016-03-06 17:26:17 +08:00 |
|
An Phan
|
82ce986405
|
Exclude unknown artist/album from most-played
|
2016-03-06 17:06:28 +08:00 |
|
An Phan
|
2d08223106
|
Attempt to preload the next song (resolves #232)
|
2016-03-06 16:19:37 +08:00 |
|
An Phan
|
caff687bdd
|
Reset recent songs between sessions (fixes #249)
|
2016-03-06 15:51:50 +08:00 |
|
An Phan
|
913f21c9e5
|
Remove an empty useless method
|
2016-03-06 15:46:46 +08:00 |
|
An Phan
|
70a34401f6
|
Better lyrics handling
|
2016-03-06 15:44:38 +08:00 |
|
An Phan
|
29e5eea323
|
Remove references to select2
|
2016-03-06 15:34:29 +08:00 |
|
An Phan
|
078a514769
|
Load lyrics into edit form properly
|
2016-03-06 13:41:31 +08:00 |
|
An Phan
|
e12d723e8d
|
Refresh song info after editing
|
2016-03-06 13:02:03 +08:00 |
|
An Phan
|
ced14bbfff
|
Little CSS tweaks
|
2016-03-06 12:07:05 +08:00 |
|
An Phan
|
8a5d242122
|
Add edit ability (fixes #228)
|
2016-03-06 11:58:51 +08:00 |
|
An Phan
|
3dadb7d741
|
Merge branch 'master' into edit
|
2016-03-01 00:52:56 +08:00 |
|
An Phan
|
29ac291340
|
Remove obsolete comments
|
2016-03-01 00:52:49 +08:00 |
|
An Phan
|
a7e5cdcb00
|
Eliminate Vue.http deprecated warning
|
2016-03-01 00:50:25 +08:00 |
|
An Phan
|
97b89fe343
|
Merge branch 'master' into edit
|
2016-02-24 21:29:56 +08:00 |
|
An Phan
|
1268a8987f
|
Hide scrollbars on Windows
|
2016-02-24 21:29:23 +08:00 |
|
An Phan
|
19eea0e27c
|
Fix preset style on Windows (#250)
|
2016-02-24 21:21:12 +08:00 |
|
An Phan
|
331c9711fe
|
Better CSS
|
2016-02-21 19:04:57 +08:00 |
|
An Phan
|
921b8a66c7
|
Manually set media src to fix equalizer bug
|
2016-02-21 15:03:48 +08:00 |
|
An Phan
|
15af325370
|
Upgrade plyr to fix player bugs
|
2016-02-21 14:28:22 +08:00 |
|
An Phan
|
b0a7329a57
|
Fix all kinds of bug after the poor merge at #243
|
2016-02-20 21:39:17 +08:00 |
|
An Phan
|
640d8fc8dc
|
Close menu with clickaway
|
2016-02-19 15:20:34 +08:00 |
|
An Phan
|
e78f498e13
|
Resolve issues after merge
|
2016-02-18 22:59:09 +08:00 |
|
rundef
|
a2aae4b6e4
|
Forgot to remove the player controls padding
|
2016-02-17 20:41:59 -05:00 |
|
rundef
|
bd937f6d07
|
Remove bower. Fetch plyr from npm instead
|
2016-02-17 10:53:53 -05:00 |
|
An Phan
|
7e61115755
|
Use events instead of computed props for dashboard
|
2016-02-14 21:45:07 +08:00 |
|
An Phan
|
07f7a75f77
|
Hide drag ghost on touch devices
|
2016-02-14 21:07:07 +08:00 |
|
An Phan
|
3b04962a9c
|
Fix dashboard display bug on Safari
|
2016-02-14 21:04:09 +08:00 |
|
An Phan
|
2f8a79c82d
|
Better line height for play/pause button
|
2016-02-14 18:40:35 +08:00 |
|
An Phan
|
b9d25ccad6
|
Allow dragging and dropping artists/albums (fix #229)
|
2016-02-14 16:34:14 +08:00 |
|
An Phan
|
661041cb10
|
Ctrl/Cmd+click album/artist now queues the songs
|
2016-02-14 16:20:33 +08:00 |
|
An Phan
|
6a382c51b2
|
Use configured app name
|
2016-02-14 15:38:00 +08:00 |
|
An Phan
|
5066a14858
|
Revamp dashboard, fix #231
|
2016-02-14 15:18:40 +08:00 |
|
An Phan
|
1c84cb93ec
|
Use native array methods
|
2016-02-14 00:59:57 +08:00 |
|
An Phan
|
28f2714a80
|
Use a custom filter for songs
|
2016-02-14 00:59:11 +08:00 |
|
An Phan
|
2afe0e36f9
|
Fix player controls style on phones
|
2016-02-13 22:09:15 +08:00 |
|
An Phan
|
b6b2ab2de8
|
Fix progress color
|
2016-02-13 13:18:04 +08:00 |
|
An Phan
|
e7c3b78f20
|
Use npm's font-awesome instead of bower, and some optimizations
|
2016-02-13 13:09:45 +08:00 |
|
An Phan
|
9a84943f39
|
Artist and album in progress pane now clickable
|
2016-02-13 11:18:59 +08:00 |
|