Commit Graph

316 Commits

Author SHA1 Message Date
Kasper Rynning-Tønnesen
a0ab993ffb Fixed some playlist elements
- Fixed issue with full song not being shown on mobile always
- Fixed issue where navigationbuttons are placed weirdly on desktop and mobile
- Fixed weird positioning issue on embedded player of songs
- Added navigationbuttons to embedded player
2017-12-27 17:38:11 +01:00
Kasper Rynning-Tønnesen
956dfaef6b Added ethereum donate option 2017-12-22 13:45:04 +01:00
Kasper Rynning-Tønnesen
19717de985 Removed qr code from footer 2017-12-04 14:18:57 +01:00
Kasper Rynning-Tønnesen
7f89cf80a7 Closes #234 2017-12-04 13:07:15 +01:00
Kasper Rynning-Tønnesen
8f49e4c1ee Removed logs 2017-12-01 11:47:26 +01:00
Kasper Rynning-Tønnesen
fe728ad3c2 Added spotify playlist image on exportation 2017-12-01 11:47:04 +01:00
Kasper Rynning-Tønnesen
8d7d3ebabc Moved modals some round, and added donation-modal 2017-11-29 20:02:42 +01:00
Kasper Rynning-Tønnesen
65d1b9cd61 Changed how pagebuttons are added/initialized 2017-11-22 17:04:38 +01:00
Kasper Rynning-Tønnesen
047dd256f0 Fixed issue where overflow is hidden on empty search 2017-11-22 12:19:48 +01:00
Kasper Rynning-Tønnesen
181d9741e2 Refactored how menu-buttons are placed in playlist 2017-11-22 10:29:20 +01:00
Kasper Rynning-Tønnesen
d4a2798dc8 Controls on mobile, and dragging
- Not using #playbar anymore, since the default controls work on mobile
- Removed List.dragging code, not in use anymore
2017-11-21 17:48:25 +01:00
Kasper Rynning-Tønnesen
76aa1d1417 Fixed issue with volumeslider being hidden on window-resize 2017-11-21 15:11:32 +01:00
Kasper Rynning-Tønnesen
3afb93a21a Forgot to format logging correctly 2017-11-20 09:33:09 +01:00
Kasper Rynning-Tønnesen
31b47cac1d Added logs for error-checker 2017-11-20 09:30:58 +01:00
Kasper Rynning-Tønnesen
fdfe832ef9 Desktop and mobile use the same search 2017-11-14 14:48:52 +01:00
Kasper Rynning-Tønnesen
7b0d3c3232 Small adjustement to sending next song 2017-11-13 14:39:43 +01:00
Kasper Rynning-Tønnesen
8cc9a66948 Fix for errornous ending a song and sending many messages if slow internet 2017-11-13 14:32:06 +01:00
Kasper Rynning-Tønnesen
23ad15e662 Better exporting, and small issues with sizing in panel 2017-11-11 16:16:34 +01:00
Kasper Rynning-Tønnesen
f047ae1e1f Fixed issue with player not changing song when the song is over defined by the endSeconds 2017-11-10 16:22:51 +01:00
Kasper Rynning-Tønnesen
b66888ada0 Improved import/export functions, started using levenshtein distance as a supplement 2017-11-10 14:03:11 +01:00
Kasper Rynning-Tønnesen
28e822fbb1 Fixed start and end not being sent on add 2017-11-10 11:49:18 +01:00
Kasper Rynning-Tønnesen
47e4cecdef Dragging and loading
- Fixed searching in offline
- Fixed load on mobile in offline
2017-11-10 11:36:06 +01:00
Kasper Rynning-Tønnesen
dc8290ff28 Removed log 2017-11-10 11:13:31 +01:00
Kasper Rynning-Tønnesen
9bcf20269a Improved finding errorounus songs, and fix error with embedded player 2017-11-10 11:13:01 +01:00
Kasper Rynning-Tønnesen
b9811a5391 Setting a timed run of the song-testing 2017-11-09 20:59:58 +01:00
Kasper Rynning-Tønnesen
ddfb94be01 Merge branch 'master' into feature/song2 2017-11-09 20:15:23 +01:00
Kasper Rynning-Tønnesen
375046d270 Trying a new approach 2017-11-09 20:08:15 +01:00
Kasper Rynning-Tønnesen
7a62057a30 Revert "Feature/song replacement" 2017-11-09 19:51:32 +01:00
Kasper Rynning-Tønnesen
b03213d61a Got automatic detection working for changing song when they are similar enough (higher than 0.75) 2017-11-09 19:47:31 +01:00
Kasper Rynning-Tønnesen
3050d56bf8 Everything except img error handling working 2017-11-09 17:14:19 +01:00
Kasper Rynning-Tønnesen
e5013599c8 Added test serverside to ensure that title is correct + duration isn't insanely much higher that it should be 2017-11-09 16:11:57 +01:00
Kasper Rynning-Tønnesen
dd357ce7e3 Quick fix for enabling start and end seconds on chromecast 2017-11-09 08:07:49 +01:00
Kasper Rynning-Tønnesen
62934c10c0 Small fix to ensure close button for sidenav stays there on desktop 2017-11-08 16:07:10 +01:00
Kasper Rynning-Tønnesen
92438a301e Merge pull request #214 from zoff-music/fix/duration-fix
Fixed issue with duration not working on songs without a start and en…
2017-11-08 15:45:23 +01:00
Kasper Rynning-Tønnesen
f90af8d2e1 Fixed issue with duration not working on songs without a start and end set 2017-11-08 15:44:48 +01:00
Kasper Rynning-Tønnesen
6f28e10041 Fixed issue with deleting a song in a list with 2 elements, it thinks it is empty 2017-11-08 15:36:47 +01:00
Kasper Rynning-Tønnesen
47a1668cd5 Added functionality for setting start and end on a song 2017-11-08 15:33:50 +01:00
Kasper Rynning-Tønnesen
605468e891 No scroll on search 2017-11-07 16:44:24 +01:00
Kasper Rynning-Tønnesen
9ede1f8d2b Quickfix for initSlider not being run on reentering channel 2017-11-07 15:38:19 +01:00
Kasper Rynning-Tønnesen
847c42220e Fixed small issue with volume-slider being faulty initiated sometimes 2017-11-07 15:09:23 +01:00
Kasper Rynning-Tønnesen
c86372b0fc Fixed issue with volumeslider being messed up on windowresize 2017-11-07 14:54:44 +01:00
Kasper Rynning-Tønnesen
7bf551dfce Search pagination and animations
- Added previous and next button at the end of searches, and styled the buttons
- Added so buttons only work when there are a previous or next page, depending on what is clicked
- Added a pretty and better way of showing the search with animations
2017-11-06 15:59:57 +01:00
Kasper Rynning-Tønnesen
98149e1fe5 Fixed errors appearing in log
- Fixed Uncaught TypeError: Cannot read property 'removeChild' of null error
- Fixed Uncaught TypeError: Cannot read property 'tweensContainer' of undefined

first error was a problem with toasts, and how they were removed
second error was problem with playlist tabs, and trying to set the selected_tab after the tabscontainer was removed
2017-11-06 14:51:30 +01:00
Kasper Rynning-Tønnesen
1bf34d0bdb No snow on channel 2017-11-02 17:03:38 +01:00
Kasper Rynning-Tønnesen
1b51bf9389 Merge pull request #201 from zoff-music/fix/snow-fix
Fixed issue with snow not dissapearing
2017-11-02 13:15:31 +01:00
Kasper Rynning-Tønnesen
a81bd8600a Fixed issue with snow not dissapearing 2017-11-02 13:14:52 +01:00
Kasper Rynning-Tønnesen
09316e6363 Merge pull request #200 from zoff-music/feature/delete-all-songs-confirmation
Added confirmationprompt on delete all songs
2017-11-02 13:12:14 +01:00
Kasper Rynning-Tønnesen
3fef6379dc Added confirmationprompt on delete all songs 2017-11-02 13:11:39 +01:00
Kasper Rynning-Tønnesen
8765f72641 Merge pull request #199 from zoff-music/feature/snow-channel
Snow in channel also on video
2017-11-02 11:45:43 +01:00
Kasper Rynning-Tønnesen
c3183e746c Snow in channel also on video 2017-11-02 11:45:21 +01:00