github-actions[bot]
3fe4c9f289
[web] Rebuild web interface
2023-12-27 16:26:33 +00:00
Alain Nussbaumer
abbd02e925
[web] Revert back to having one chunk of JavaScript for the web interface
2023-12-15 17:28:33 +01:00
github-actions[bot]
c5f11e1c14
[web] Rebuild web interface
2023-12-14 20:00:28 +00:00
github-actions[bot]
b604f43a00
[web] Rebuild web interface
2023-12-09 21:06:34 +00:00
github-actions[bot]
54884c6870
[web] Rebuild web interface
2023-12-08 20:10:47 +00:00
github-actions[bot]
49c4984a77
[web] Rebuild web interface
2023-12-07 15:44:26 +00:00
github-actions[bot]
e96a5702fd
[web] Rebuild web interface
2023-12-07 14:58:07 +00:00
github-actions[bot]
ee94161eb4
[web] Rebuild web interface
2023-11-29 10:39:12 +00:00
github-actions[bot]
9f9420f713
[web] Rebuild web interface
2023-11-29 10:20:41 +00:00
github-actions[bot]
72206de234
[web] Rebuild web interface
2023-11-28 20:13:18 +00:00
github-actions[bot]
c5b88e1eaf
[web] Rebuild web interface
2023-11-28 17:12:34 +00:00
github-actions[bot]
3577d0e2a8
[web] Rebuild web interface
2023-11-28 14:30:53 +00:00
github-actions[bot]
bb6799eeb2
[web] Rebuild web interface
2023-11-27 18:16:55 +00:00
github-actions[bot]
4b5ea11ca0
[web] Rebuild web interface
2023-11-26 21:03:42 +00:00
github-actions[bot]
35a730793f
[web] Rebuild web interface
2023-11-25 15:48:37 +00:00
github-actions[bot]
f0cc3ded00
[web] Rebuild web interface
2023-11-25 15:45:45 +00:00
github-actions[bot]
2e69720bc1
[web] Rebuild web interface
2023-11-25 15:39:25 +00:00
github-actions[bot]
c84695a06e
[web] Rebuild web interface
2023-11-24 12:58:59 +00:00
github-actions[bot]
63fe5688ea
[web] Rebuild web interface
2023-11-21 16:05:30 +00:00
X-Ryl669
3fc149339b
[web] Ensure current lyric is centered
2023-11-21 16:48:24 +01:00
github-actions[bot]
18e6afc4e0
[web] Rebuild web interface
2023-11-21 15:21:08 +00:00
X-Ryl669
8d56f91117
[web] Add spacing before first and after last lyric. Fix a bug for the first lyric animation being triggerd before it'd have started
2023-11-21 15:48:24 +01:00
github-actions[bot]
d68ec8c075
[web] Rebuild web interface
2023-11-21 10:08:34 +00:00
github-actions[bot]
1cf7f81b5a
[web] Rebuild web interface
2023-11-17 20:06:15 +00:00
X-Ryl669
4574400ce2
[web] Fix pause blinking bug on lyrics pane
2023-11-17 20:48:22 +01:00
github-actions[bot]
d4cdf70d62
[web] Rebuild web interface
2023-11-17 19:15:24 +00:00
X-Ryl669
ee1bd1ebda
[web] Cosmetic changes for the lyrics pane. Also changed the current lyric playing model against the text wrap bug on smaller screen.
2023-11-17 20:07:07 +01:00
X-Ryl669
5e370e479a
[web] Add lyrics player to the webinterface
...
Update icons.js
Add icons in alphabetical order.
Change comment to remove reference to external website
Remove extra line feeds
Co-Authored-by: Alain Nussbaumer <alain.nussbaumer@alleluia.ch>
2023-11-13 16:37:02 +01:00
ejurgensen
a9e20abf06
Revert "[web] Add lyrics player to the webinterface"
...
This reverts commit 98a844b409
.
2023-10-21 22:41:45 +02:00
X-Ryl669
98a844b409
[web] Add lyrics player to the webinterface
...
Update icons.js
Add icons in alphabetical order.
Change comment to remove reference to external website
Remove extra line feeds
Co-Authored-by: Alain Nussbaumer <alain.nussbaumer@alleluia.ch>
2023-10-19 23:49:53 +02:00
Alain Nussbaumer
2ad680a96b
[web] Generate web interface with the latest source
2023-08-06 17:11:41 +02: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
332a57040e
[web] Fix the centering of the player buttons
...
The buttons of the player are not centered.
2023-07-07 13:26:19 +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
523f88cc0b
[web] Change cursor visuals when no operation is allowed on slider
...
The default cursor of the browser is now overridden by another icon from Material Design Icons.
2023-06-29 22:52:21 +02:00
Alain Nussbaumer
9556548fc7
[web] Fix the size of the slider handle
...
The slider handle is now the same size as it was initially. Moreover, it gets bigger on mobile.
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
0ec390907d
[web] Use default Bulma styles instead of custom ones
...
In the context of sliders - specifically the volume control - Bulma styles have been used instead of custom styles for an easier maintainability.
2023-06-29 22:52:21 +02:00
Alain Nussbaumer
9180710953
[web] Remove unused CSS class
...
Cleanup of the CSS styles.
2023-06-29 22:52:21 +02:00
Alain Nussbaumer
aef1c5aa3b
[web] Generate index.css and index.js
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 #1620
...
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
7f1febe9e1
[web] Replace custom styles with standard Bulma styles
...
Wherever possible, out of the box Bulma styles are now used instead of custom defined ones.
2023-06-11 08:44:45 +02:00
Alain Nussbaumer
bbe29a7a63
[web] Fix icon when track is not playable
...
Spotify tracks that are not playable have now a "not allowed" cursor when hovered.
Moreover, the Bulma CSS class is now used for clickable items instead of a custom one.
2023-06-10 19:22:29 +02:00
Alain Nussbaumer
387e531d64
[web] Cleanup of code to simplify
...
Useless methods have been removed and code has been partially cleaned up.
2023-06-07 21:25:54 +02:00
Alain Nussbaumer
d6dd790569
[web] Generate htdocs
...
htdocs directory content has been generated.
2023-06-03 19:50:52 +02:00
Alain Nussbaumer
9bd68ca306
[web] Fix an issue preventing removal of RSS podcasts #1616
...
RSS podcasts can now be removed. Moreover, the remove option is not shown anymore to non-RSS podcasts.
2023-06-02 23:13:44 +02:00
Alain Nussbaumer
0d095b3037
Fix for #1606
2023-05-11 11:24:34 +01:00
chme
3b283d1690
[htdocs] Rebuild web interface
2022-06-03 07:45:48 +02:00