Commit graph

710 commits

Author SHA1 Message Date
Phan An
41cb8bffee
chore: CS 2022-04-22 01:08:06 +02:00
Phan An
dc4601cca3
migration: about Koel 2022-04-22 00:58:32 +02:00
Phan An
f357060f6b
migration: profile screen 2022-04-22 00:51:48 +02:00
Phan An
f0f1d975c9
migration: settings screen 2022-04-22 00:20:21 +02:00
Phan An
43be702dfb
fix: infinite scroll 2022-04-22 00:01:35 +02:00
Phan An
aee6241e15
chore: prepend instead of append uploaded media 2022-04-21 20:42:19 +02:00
Phan An
28ad135808
migration: upload 2022-04-21 20:39:18 +02:00
Phan An
e784763729
chore: update the default empty queue state text 2022-04-21 20:14:24 +02:00
Phan An
ae3959f22e
migration: better handling for song list events 2022-04-21 20:12:40 +02:00
Phan An
3edf8e9b5b
migration: fix song list control behaviors 2022-04-21 18:28:12 +02:00
Phan An
c3880df2bc
migration: song list controls 2022-04-21 18:06:45 +02:00
Phan An
6a06e5ef9b
migration: album track list 2022-04-21 12:43:10 +02:00
Phan An
35d2a02b74
migration: album/artist thumbnails 2022-04-21 12:18:11 +02:00
Phan An
1c8fd90118
migration: song editing 2022-04-21 11:38:24 +02:00
Phan An
a91affaa7d
migration: footer 2022-04-20 17:57:53 +02:00
Phan An
8686bd5339
fix: update playlist back to ref 2022-04-20 17:35:00 +02:00
Phan An
747360cdfc
migration: make playlists reactive 2022-04-20 14:46:39 +02:00
Phan An
82fe7e17a1
migration: make create smart playlist work again 2022-04-20 14:38:38 +02:00
Phan An
b636a4519d
fix: focus directive 2022-04-20 13:51:40 +02:00
Phan An
30071fa470
migration: make playlist contexts work again 2022-04-20 12:35:36 +02:00
Phan An
efac19bcf0
migration: make album and artist contexts work again 2022-04-20 12:27:10 +02:00
Phan An
d8a9211898
fix: make song context work again 2022-04-20 12:20:09 +02:00
Phan An
ac83736192
more good stuff 2022-04-20 11:37:22 +02:00
Phan An
014e109b3a
fix: themes 2022-04-20 11:34:15 +02:00
Phan An
197b14e849
fix artist/album list mode 2022-04-19 23:48:56 +02:00
Phan An
6f07f6d796
fix props for SongCard 2022-04-19 23:34:22 +02:00
Phan An
eb66676e74
fix default cover 2022-04-19 22:53:36 +02:00
Phan An
7c88e96206
chore: vue3-ify 2022-04-19 21:26:06 +02:00
Phan An
1ab5837c76
chore: refactor event bus and mixins 2022-04-15 16:24:30 +02:00
Phan An
7292b94724 Extract core to submodule 2018-02-02 22:12:19 +01:00
Phan An
a045c4f04e Reorganize the structure 2018-02-02 21:51:04 +01:00
Phan An
3e42662143 Fix blurry sidebar icons 2018-02-02 11:45:17 +01:00
Phan An
5f5f267894 Refactor and fix 2018-02-01 22:07:13 +01:00
Phan An
a2ee56df4d Big refactor 2018-01-30 00:13:54 +01:00
Phan An
2f65fe6642 Refactor 2018-01-29 23:36:40 +01:00
Phan An
09fd37b07e Add tests for search form 2018-01-29 22:40:44 +01:00
Phan An
21386010fb Make tests pass simply 2018-01-21 21:18:04 +01:00
Phan An
aa19a16bcd Can't fail a test if you don't have tests 2018-01-21 21:14:47 +01:00
Phan An
8e9b021aa0 Use vue-test-helpers 2018-01-21 00:27:56 +01:00
Phan An
395fd8cb27 Add tests for search-form.vue 2018-01-15 17:25:04 +01:00
Phan An
566145678a Add tests for volume.vue 2018-01-14 20:44:36 +01:00
Phan An
af6c92b8bc Add tests for view-mode-switch.vue 2018-01-14 19:06:04 +01:00
Phan An
26fe41c2bd Fix song-menu tests 2018-01-14 14:32:46 +01:00
Phan An
d6e7b9f51c Add tests for user-item.vue 2018-01-14 14:17:05 +01:00
Phan An
8d21d8a94a Add tests for track-list-item.vue 2018-01-14 13:30:57 +01:00
Phan An
a654164412 Add tests for song-menu component 2018-01-11 01:30:49 +02:00
Phan An
693d2dc6d9 Revert "Add tests for song-item component"
This reverts commit 892891c9cd.

# Conflicts:
#	resources/assets/js/tests/components/shared/song-item.spec.js
2018-01-09 23:54:33 +02:00
Phan An
3ad4b8742f Add tests for song-list component 2018-01-07 22:38:30 +01:00
Phan An
c329c434a5 Remove trailing spaces 2018-01-07 01:43:01 +01:00
Phan An
e0e6119331 Refactor song-related stuff 2018-01-07 01:33:33 +01:00
Phan An
0c40b16359 Add tests for song-list-controls 2018-01-04 01:47:35 +01:00
Phan An
b34853edf4 Add tests for song-list-controls-toggler.vue 2018-01-04 00:54:59 +01:00
Phan An
64be4f52b4 Simplify tests 2018-01-02 00:40:38 +01:00
Phan An
892891c9cd Add tests for song-item component 2018-01-02 00:23:21 +01:00
Phan An
52c4393f02 Add tests for overlay.vue 2018-01-01 22:38:56 +01:00
Phan An
ff37d7aaaf Add tests for to-top-button.vue 2017-12-29 15:23:00 +01:00
Phan An
5ca8d90a82 Fix formating 2017-12-29 14:49:34 +01:00
Phan An
e7961d4223 Add tests for home-song-item.vue 2017-12-29 14:48:15 +01:00
Phan An
8a0c6752dc Add tests for artist-item 2017-12-29 13:55:56 +01:00
Phan An
a32d796d12 Refactor 2017-12-29 13:55:47 +01:00
Phan An
fd562632da Add tests for album-item.vue 2017-12-28 22:21:33 +01:00
Phan An
87f318a542 Use factoria 2017-12-28 21:48:34 +01:00
Phan An
29f72a008d Add tests for add-to-menu component 2017-12-26 17:21:14 +01:00
Phan An
97d86e9aff Add tests form edit user form 2017-12-26 01:48:13 +01:00
Phan An
b0306048e0 Add tests for edit songs form 2017-12-25 01:03:04 +01:00
Phan An
544b56ebbb Make song factory's artist and album consistent 2017-12-24 23:55:40 +01:00
Phan An
d8dc6cf8b3 Fix add-user-form tests 2017-12-24 23:18:56 +01:00
Phan An
9dc24eb7c4 Add tests for add-user-form 2017-12-24 23:00:51 +01:00
Phan An
e8786b0d0d Add tests for mainwrapper/index 2017-12-23 19:48:36 +01:00
Phan An
f26739ee50 Add tests for playlist-item 2017-12-23 19:48:12 +01:00
Phan An
07556d35f3 Add playlist-item component test 2017-12-20 23:54:11 +01:00
Phan An
21b57ba1ef Refactor tests 2017-12-19 23:45:11 +01:00
Phan An
c48e09f4c3 Fix styling 2017-12-18 23:54:36 +01:00
Phan An
564425e3ed Add tests for playlist-item.vue 2017-12-18 23:53:35 +01:00
Phan An
af01b0b1b6 Add tests for youtube-player.vue 2017-12-18 23:28:49 +01:00
Phan An
1ea443c727 Add tests for sidebar index 2017-12-18 23:28:35 +01:00
Phan An
66e073e6de Add tests for users.vue 2017-12-17 20:26:48 +01:00
Phan An
3bf49f5dbc Make eslint happy 2017-12-17 02:06:33 +01:00
Phan An
fe79e53558 Fix equalizer by using new audio API 2017-12-17 01:55:17 +01:00
Phan An
566e2067b5 Move file to correct dir 2017-12-17 00:14:24 +01:00
Phan An
fa3a8e0c78 Add tests for songs.vue 2017-12-17 00:13:03 +01:00
Phan An
9547969101 Remove swap files 2017-12-17 00:07:59 +01:00
Phan An
fac40bc501 Add tests for settings.vue 2017-12-16 23:57:32 +01:00
Phan An
648fc9f232 Add tests for queue.vue 2017-12-16 22:42:40 +01:00
Phan An
56cd86291e Super minor format fix 2017-12-16 22:16:13 +01:00
Phan An
1f6bd29cf9 Add tests for profile.vue 2017-12-16 22:15:02 +01:00
Phan An
eabfef0044 Add tests for playlist.vue 2017-12-16 22:14:34 +01:00
Phan An
ad00bb07f1 Fix tests 2017-12-16 22:14:25 +01:00
Phan An
520807200f Add factories 2017-12-16 22:13:45 +01:00
Phan An
0e85027668 Flag Unit test 2017-12-16 22:13:19 +01:00
Phan An
a057479635 Rename tests 2017-12-16 22:12:51 +01:00
Phan An
7c9518125b Add main-wrapper/main-content/index tests 2017-12-15 00:57:51 +01:00
Phan An
f86f5f9a6f Fix home test 2017-12-15 00:57:37 +01:00
Phan An
95c7953e8f Replace spies with stubs 2017-12-15 00:13:47 +01:00
Phan An
516adb6110 Add tests for home 2017-12-14 23:36:32 +01:00
Phan An
b2dfd823d5 Fix JS style 2017-12-13 00:22:05 +01:00
Phan An
353cd4accd Add tests for favorites 2017-12-13 00:21:15 +01:00
Phan An
5b691d6214 Throw an error if model factory is not found 2017-12-13 00:21:05 +01:00
Phan An
eab3212bb2 Fix artists/albums tests 2017-12-12 23:53:11 +01:00
Phan An
faf5b2219e Add tests for artists 2017-12-12 23:41:49 +01:00