Kristian Vos
|
e746124e8b
fix(Station): included playlists showed as not-included in My Playlists tab
|
3 年之前 |
Kristian Vos
|
3a11eedeab
fix(Station): setCurrentSong would give error of currentSong was null, and cleared up some code for dealing with getQueue
|
3 年之前 |
Kristian Vos
|
febad102a5
fix(Station): container height was incorrect, causing the footer to be half shown on desktop
|
3 年之前 |
Jonathan
|
a59a2723ea
feat(AddToPlaylist): create-playlist modal can be opened from dropdown
|
3 年之前 |
Jonathan
|
49e5f647cb
fix: merge conflicts
|
3 年之前 |
Jonathan
|
8f7fcc7f97
Merge branch 'polishing' of github.com:Musare/MusareNode into polishing
|
3 年之前 |
Jonathan
|
dc18712aae
feat(Reports): custom issues, functionality for 'report per issue'
|
3 年之前 |
Kristian Vos
|
888b2500ec
Fixed some issues where component unmounting didn't execute cleanup functions
|
3 年之前 |
Jonathan
|
72e6296539
fix(ManageStation): removed reference to different versions of modal
|
3 年之前 |
Jonathan
|
f0bd467021
fix(Station page): likes/dislikes not included in songs in a station's queue
|
3 年之前 |
Jonathan
|
2e74b8efd8
feat(Report): updated design of modal, info. can be provided for each issue
|
3 年之前 |
Owen Diffey
|
76cce582da
Removed my manage station modal
|
3 年之前 |
Jonathan
|
89748306d7
fix(frontend): mostly css fixes due to vue 3.0 upgrade
|
3 年之前 |
Jonathan
|
6833d6bc5e
chore(frontend): moved to vue 3.0, still some remaining bugs
|
3 年之前 |
Kristian Vos
|
f94c31af06
Changed some things to hopefully fix bug with skipDuration on station page
|
3 年之前 |
Kristian Vos
|
14cf79d6cf
Added tab system to EditPlaylist modal, fixed small bug, switched a lot of EditSong to VueX
|
3 年之前 |
Kristian Vos
|
15cc7f900b
Added local reports array in EditSong, and implemented tab system in EditSong
|
3 年之前 |
Kristian Vos
|
e4578d53dd
Made EditSong not autoplay, and made station pause/resume based on the EditSong player being paused or not
|
3 年之前 |
Kristian Vos
|
ccb6b91d21
Made some changes to next song skipping in a station
|
3 年之前 |
Kristian Vos
|
a65f4d6fa7
Added option to switch between Kris and Owen version of ManageStation
|
3 年之前 |
Jonathan
|
b2c129e579
fix(Station page): styling of 404 page for Stations
|
4 年之前 |
Jonathan
|
486c78daa8
feat(Tooltips): seperate theme for info tooltips (compared to action-based tooltips), smaller font size
|
4 年之前 |
Jonathan
|
6bbc5c2828
feat(mobile): added toast on ios devices to promote clicking play manually
|
4 年之前 |
Jonathan
|
73e4aa49a8
fix(mobile): incorrect way of using vuex when trying to updated localPaused
|
4 年之前 |
Jonathan
|
fd879113e1
fix(mobile): should fix issue with forced pausing on ios not notifying our localPaused variable
|
4 年之前 |
Jonathan
|
65fa3c1579
fix(mobile): ios devices will forcibly pause playback locally
|
4 年之前 |
Jonathan
|
23dac82256
fix(mobile): ios device can't write out to volume control
|
4 年之前 |
Jonathan
|
877549d8d5
fix(mobile): removed playback rate changes with ios to stop stuttering
|
4 年之前 |
Jonathan
|
8d6bacded1
fix(mobile): potential fix for ios devices trying to make the youtube embed fullscreen
|
4 年之前 |
Jonathan
|
17744b6f23
fix(ManageStation): Currently playing doesnt update in manage station queue on admin page
|
4 年之前 |