99 Commits

Author SHA1 Message Date
Alain Nussbaumer
3c85e540b9 [web] Fix security issue 2024-12-21 11:25:10 +01:00
Alain Nussbaumer
74ce03deed [web] Fix security warnings 2024-12-05 01:04:54 +01:00
Alain Nussbaumer
164d6ac9b2 [web] Update to newer versions of libraries 2024-09-24 20:39:32 +02:00
Alain Nussbaumer
f3a656d313 [web] Fix for package-lock.json 2024-08-22 21:40:18 +02:00
Alain Nussbaumer
f02038f5e9 [web] Upgrade to new version of axios library 2024-08-22 21:37:08 +02:00
Alain Nussbaumer
8b586728b6 [web] Change to Pinia store 2024-08-22 21:34:45 +02:00
Alain Nussbaumer
fc0c6cca77 [web] Update to newer versions of library for security reason 2024-06-25 20:54:46 +02:00
Alain Nussbaumer
d6391621a0 [web] Upgrade to eslint 9.1.0 2024-04-21 17:48:14 +02:00
Alain Nussbaumer
465232f8b9 [web] Upgrade to newer versions of libraries 2024-04-20 22:35:58 +02:00
Alain Nussbaumer
5e39828966 [web] Update to newer versions of libraries 2024-04-09 15:41:38 +02:00
Alain Nussbaumer
4b52df676a [web] Update axios library version 2024-03-31 21:52:49 +02:00
Alain Nussbaumer
2451ac608f [web] Update libraries to their newer versions 2024-03-31 21:52:49 +02:00
Alain Nussbaumer
a1960233bf [web] Update to newer versions of libraries 2024-03-26 03:38:40 +01:00
Alain Nussbaumer
c055952bcf [web] Update to newer version of libraries 2024-03-20 21:39:47 +01:00
Alain Nussbaumer
44b2cb0aa5 [web] Update to newer version of libraries 2024-03-18 21:59:26 +01:00
Alain Nussbaumer
5c6546f313 [web] Update versions of libraries 2024-03-13 18:17:06 +01:00
Alain Nussbaumer
10ce7f30a4 [web] Update versions of libraries 2024-03-05 11:38:43 +01:00
Alain Nussbaumer
74608d8a55 [web] Update to newer versions of libraries 2024-02-29 21:18:04 +01:00
Alain Nussbaumer
aa57cd443f [web] Remove library string-to-color 2024-02-29 21:17:46 +01:00
Alain Nussbaumer
f15a3895c5 [web] Update to newer versions of libraries 2024-02-28 16:09:45 +01:00
Alain Nussbaumer
b2cadaa4d4 [web] Update libraries to newer versions 2024-02-26 21:13:29 +01:00
Alain Nussbaumer
151af295eb [web] Update versions of libraries 2024-02-22 17:26:43 +01:00
Alain Nussbaumer
6329798154 [web] Update to newer versions of libraries 2024-02-21 12:30:40 +01:00
Alain Nussbaumer
1b6db6e370 [web] Add new versions of libraries 2024-01-28 17:37:20 +01:00
Alain Nussbaumer
e3832a052a [web] Update to newer versions of libraries for security reasons (CVE-2024-23331) 2024-01-23 11:00:38 +01:00
Alain Nussbaumer
1c7a4b2a4d [web] Update to newer versions of libraries 2023-12-31 12:54:57 +01:00
Alain Nussbaumer
c5628adb55 [web] Upgrade libraries 2023-12-27 17:10:09 +01:00
Alain Nussbaumer
9dc3918914 [web] Use newer versions of libraries 2023-12-17 18:38:55 +01:00
Alain Nussbaumer
2d33dea6d3 [web] Use newer versions of libraries 2023-12-15 17:53:42 +01:00
Alain Nussbaumer
e26055cb76 [web] Use newer versions of libraries 2023-12-14 10:42:43 +01:00
Alain Nussbaumer
6f6d804e44 [web] Use newer versions of libraries 2023-12-12 21:23:29 +01:00
Alain Nussbaumer
76282e2031 [web] Bump library versions 2023-12-09 21:07:46 +01:00
Alain Nussbaumer
418856bff1 [web] Bump versions of libraries 2023-12-07 22:17:41 +01:00
Alain Nussbaumer
3fc349370f [web] Bump package version for security reasons 2023-12-06 20:32:48 +01:00
Alain Nussbaumer
a0c02ce022 [web] Bump to newer versions of libraries 2023-11-28 17:58:45 +01:00
Alain Nussbaumer
ed893d8774 [web] Update libraries to their latest versions 2023-11-21 15:26:34 +01:00
Alain Nussbaumer
9cb961ef7f [web] Upgrade to newer version of libraries 2023-11-21 11:06:27 +01:00
dependabot[bot]
8049760703
Bump postcss from 8.4.27 to 8.4.31 in /web-src
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.27...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-21 22:02:32 +00:00
Alain Nussbaumer
dd5b4dcb32 [web] Remove dependency to "vue-scrollto" library
The UI has now one dependency less to a third party library.
2023-07-25 16:39:16 +02:00
Alain Nussbaumer
5c573f7138 [web] Fix display of artists having a very long name
Artists with very long names do not overlap the rest of the UI.
2023-07-09 00:25:06 +02:00
Alain Nussbaumer
20f9284ae4 [web] Update libraries
Libraries have been updated to use Vite version 4.
2023-07-02 18:38:31 +02:00
Alain Nussbaumer
a06beacfcf [web] Fix security issue with word-wrap library 2023-06-29 22:52:21 +02:00
Alain Nussbaumer
09a4b0d6f7 [web] Reduce the size of sliders
While keeping the ability to reach easily sliders, their visual size has been reduce to make them less bulky.
2023-06-29 22:52:21 +02:00
Alain Nussbaumer
395dd0e3d4 [web] Make a bigger hit box for the slider
The sliders can now be grabbed more easily.
2023-06-29 22:52:21 +02:00
Alain Nussbaumer
eeb4d328c8 [web] Improve user interaction with sliders for output volume and music progress bar
The sliders for output volume and the music slider have been optimised and simplified (one library less) to ensure easier user interaction.
2023-06-29 22:52:21 +02:00
Alain Nussbaumer
78b50bc088 [web] Bump to newer versions of packages
Newer versions of JavaScript packages are now used.
2023-06-03 19:49:22 +02:00
lordmyschkin
a4ae747b15 [web] Optionally Show FilePath on Now playing-Page 2023-03-15 22:32:16 +01:00
dependabot[bot]
88b89053d4
Bump vite from 2.9.12 to 2.9.13 in /web-src
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.12 to 2.9.13.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v2.9.13/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.9.13/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-10 15:51:14 +00:00
dependabot[bot]
376f41c464
Bump luxon from 2.4.0 to 2.5.2 in /web-src
Bumps [luxon](https://github.com/moment/luxon) from 2.4.0 to 2.5.2.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moment/luxon/compare/2.4.0...2.5.2)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-10 14:56:49 +00:00
chme
da24e9f81b [web] Update dependencies 2022-06-16 06:45:26 +02:00