228 Commits

Author SHA1 Message Date
Thomas Amland
cdb4540d82 rename starred to favourites 2021-05-09 13:00:31 +02:00
Thomas Amland
b1ee4b18dc split starred into tabs 2021-05-09 10:56:58 +02:00
Thomas Amland
3d89d3f26d fix document title 2021-05-01 19:14:19 +02:00
Thomas Amland
da88dc18e7 fix app name 2021-05-01 19:13:11 +02:00
Thomas Amland
8818a20afc remove icon background 2021-05-01 19:13:04 +02:00
Thomas Amland
a98e5ab486 fix missing error messages 2021-04-25 18:19:45 +02:00
Thomas Amland
28dfdb82c1 allow inline style from vue-slider-component 2021-04-25 13:49:09 +02:00
Thomas Amland
23507436f6 improve volume control style 2021-04-25 13:12:26 +02:00
Thomas Amland
cc6a82116b update dependencies 2021-04-25 11:37:40 +02:00
Thomas Amland
60a1b7f70b lint: disable no-console 2021-04-25 11:32:14 +02:00
Thomas Amland
8229276683 ignore AbortError from audio.play() 2021-04-25 11:26:23 +02:00
Thomas Amland
92bead8b6b reduce padding top 2021-04-25 11:03:46 +02:00
Thomas Amland
56a30c484c refactor event handlers 2021-04-25 11:03:46 +02:00
Thomas Amland
86e66425d2 reduce album image size in player 2021-04-25 11:03:46 +02:00
Thomas Amland
40574314f7 remove end fade
audio.duration too unreliable
2021-04-25 11:03:46 +02:00
Thomas Amland
fd71ce5d15 add new audio controller 2021-04-25 11:03:46 +02:00
tamland
1d49e741b0
Merge pull request #33 from tamland/dependabot/npm_and_yarn/ssri-6.0.2
Bump ssri from 6.0.1 to 6.0.2
2021-04-20 17:04:26 +02:00
dependabot[bot]
2620ece704
Bump ssri from 6.0.1 to 6.0.2
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-20 01:35:30 +00:00
tamland
67ea0eaae8
Merge pull request #32 from tamland/dependabot/npm_and_yarn/y18n-4.0.1
Bump y18n from 4.0.0 to 4.0.1
2021-04-03 15:45:36 +02:00
dependabot[bot]
e8186c6407
Bump y18n from 4.0.0 to 4.0.1
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-01 06:05:13 +00:00
Thomas Amland
ac00a8eff7 open settings page in tab to avoid ending playback 2021-03-28 13:10:57 +02:00
Thomas Amland
38a2fbf791 fix modal close button style 2021-03-28 13:09:43 +02:00
Thomas Amland
4e8cd1f2e8 fix project url 2021-03-28 13:09:28 +02:00
Thomas Amland
2c56585a9c use text instead of svg for better integration 2021-03-28 12:56:37 +02:00
Thomas Amland
ae8c2611f2 highlight nested routes in nav 2021-03-27 18:47:03 +01:00
Thomas Amland
11dbb60100 sidebar: highlight background on active and hover 2021-03-27 18:47:03 +01:00
Thomas Amland
1d8a739766 update logo 2021-03-27 18:47:03 +01:00
Thomas Amland
96752100e3 update readme 2021-03-26 08:53:07 +01:00
tamland
44fdf99d70
Merge pull request #31 from sentriz/master
Fallback to tag duration to when calculating progress
2021-03-25 19:07:32 +01:00
sentriz
2d60223581
Fallback to tag duration to when calculating progress 2021-03-24 13:30:13 +00:00
Thomas Amland
2fc640c34b change login page icon 2021-03-21 17:39:24 +01:00
Thomas Amland
41eb1e9ca3 update readme 2021-03-20 14:33:07 +01:00
Thomas Amland
727be5b16b highlight playing track in queue based on queue index instead of track id
fixes #16
2021-03-20 13:45:15 +01:00
Thomas Amland
9ab8c444ef refactor track list components 2021-03-20 13:31:53 +01:00
Thomas Amland
cddb6fe85e update dependencies 2021-03-20 11:26:17 +01:00
Thomas Amland
f609f7132b link to genre on album page 2021-03-14 14:04:14 +01:00
Thomas Amland
325f642d72 add download button. fixes #23 2021-03-14 13:47:42 +01:00
Thomas Amland
4e71857e2a remove size param from stream url 2021-03-14 13:45:18 +01:00
Thomas Amland
be1e322461 add tooltip to repeat/shuffle buttons 2021-03-14 13:18:29 +01:00
Thomas Amland
14bef85046 fix queue persistence 2021-03-14 13:11:52 +01:00
Thomas Amland
43592bce8a add clear queue button 2021-03-14 13:03:43 +01:00
Thomas Amland
92179f4914 add home link to logo 2021-03-14 12:44:21 +01:00
Thomas Amland
f89f6b36c8 add Play next & Add to queue to album page 2021-03-14 12:44:21 +01:00
Thomas Amland
4100572b54 update dependencies 2021-03-14 12:44:21 +01:00
Thomas Amland
c3ec82dc74 skip docker push for PRs 2021-03-14 12:44:21 +01:00
Thomas Amland
ffa001a42e use /ping instead of /ping.view to check login 2021-03-14 12:44:21 +01:00
tamland
797015caf9
Merge pull request #29 from tamland/dependabot/npm_and_yarn/elliptic-6.5.4
Bump elliptic from 6.5.3 to 6.5.4
2021-03-13 17:58:47 +01:00
tamland
292cefb22b
Merge pull request #20 from tamland/dependabot/npm_and_yarn/highlight.js-9.18.5
Bump highlight.js from 9.18.1 to 9.18.5
2021-03-13 17:54:00 +01:00
dependabot[bot]
f1afda87c5
Bump elliptic from 6.5.3 to 6.5.4
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-11 03:33:37 +00:00
tamland
e8711d2744
Merge pull request #25 from JoelMesser/Default-Title
Default title
2021-02-17 16:51:52 +01:00