Terry Geng
612d633ff9
feat: volume slider inside popover
2020-05-13 08:44:32 +08:00
Tyler Vigario
4f2dcf0620
Fix for directory filter as well as some improvements ( #147 )
...
* Update for efficacy
* Fix some styling in js
* Remove outer library card
* Fix for directory filter
* Use bootstrap spacing utilities for button spacing
* Update button activation logic
* Readd responsiveness to playlist button toolbar
* Remove pymumble folder
2020-05-12 12:54:00 +08:00
azlux
03da8fe20d
fix dark theme
2020-05-11 11:36:53 +02:00
Terry Geng
1f93c6450f
feat: add fast-forward button to the web interface
2020-05-11 08:32:25 +08:00
Tyler Vigario
aba9eea336
Further improvements to web interface ( #139 )
...
* Implement button toolbar
* Fix filters logic
* Switch to btn-primary for active filters
* Reduce playlist table columns on mobile
* Cleanup playlist area
* Reduce volume spacing
* Hide items in playlist as well for mobile
* Use text utility classes vs style
* Filter use checkbox instead of radio
* Hide library file column on mobile
* Update jQuery and FontAwesome to latest
2020-05-07 09:14:38 +08:00
Tyler Vigario
d878dd8e1a
Add Popper.js link in HTML ( #136 )
2020-04-29 13:25:12 +08:00
Tyler Vigario
3c717397a4
Update Bootstrap and add Popper
2020-04-28 19:55:20 -07:00
Terry Geng
984309409a
feat: web interface: mode icon instead of 'Mode'
2020-04-29 10:24:57 +08:00
Terry Geng
5617268270
feat: web interface: put mode dropdown to the right
2020-04-29 09:47:15 +08:00
Tyler Vigario
e0185cde35
Correct pathing... (sigh)
2020-04-28 09:16:37 -07:00
Tyler Vigario
754c02305f
Correct play mode random action name
2020-04-28 09:15:52 -07:00
Tyler Vigario
94db22bd2a
Correct pathing
2020-04-27 20:22:18 -07:00
Tyler Vigario
504a5786d8
Implement play mode as dropdown button
2020-04-27 20:18:28 -07:00
Tyler Vigario
7766b15ea1
Implement play/pause as one button
2020-04-27 18:32:44 -07:00
Tyler Vigario
8c6b5e8f63
Fix pathing
2020-04-20 20:38:18 -07:00
Tyler Vigario
a768c68912
Improve filters layout (for now...)
2020-04-20 20:33:53 -07:00
Tyler Vigario
5be387c81c
Improve playlist and library mobile styling
2020-04-20 20:07:26 -07:00
Tyler Vigario
3f4bfe1846
Remove unused stylesheet link
2020-04-20 16:37:03 -07:00
Tyler Vigario
f000a6ca84
Fix template pathing
2020-04-20 16:08:43 -07:00
Tyler Vigario
33a497bc75
Further improve layout
2020-04-20 15:27:13 -07:00
Tyler Vigario
8f166b53d0
Improve mobile styling
2020-04-20 14:47:10 -07:00
Terry Geng
9640324668
feat: increase opacity for the floating play button, and now it can be activated by hovering on the title.
2020-04-19 00:38:36 +08:00
Terry Geng
d35e564681
Merge branch 'master' into master
2020-04-18 23:28:31 +08:00
Daniel Gunzinger
fa727b6869
add delay for sending the new volume (client -> server) to limit packet send rate; only update the slider value when the value has changed
2020-04-18 16:46:38 +02:00
Daniel Gunzinger
b8ebcce945
use bootstrap styling for the slider, center it vertically; move slider between the two volume buttons
2020-04-18 10:18:43 +08:00
Daniel Gunzinger
08c76aab9d
fix typeerror when setting volume; fix processing of volume updates in client-side webinterface
2020-04-18 10:18:43 +08:00
Daniel Gunzinger
f95e07c9af
implement trivial volume control slider and reporting of current volume to webinterface
2020-04-18 10:18:43 +08:00
Daniel Gunzinger
788383f65c
change where we get the current volume from in the status method; adjust html input range from 0-100 to 0-1, thus remove need for scaling in javascript
2020-04-17 17:12:26 +02:00
Daniel Gunzinger
b9fd17677b
use bootstrap styling for the slider, center it vertically; move slider between the two volume buttons
2020-04-16 23:31:08 +02:00
Daniel Gunzinger
9e1f2d605d
fix typeerror when setting volume; fix processing of volume updates in client-side webinterface
2020-04-16 19:36:14 +02:00
Daniel Gunzinger
82af558e5a
implement trivial volume control slider and reporting of current volume to webinterface
2020-04-16 19:09:24 +02:00
Terry Geng
d32d30b795
fix: fixed #118 , weird threading issue
2020-04-02 18:27:15 +08:00
Terry Geng
112564ba45
refactor: reviewed all message send to channel
2020-03-28 13:13:20 +08:00
Terry Geng
e695c36e5f
fix: wrong length
2020-03-28 12:01:06 +08:00
Terry Geng
b18c70c146
fixed: playlist update problem in web interface
2020-03-28 10:45:32 +08:00
Terry Geng
732c698408
feat: fold playlist to avoid displaying too many items
2020-03-25 21:35:59 +08:00
Terry Geng
b2e5efec93
refactor: optimized playlist logic
2020-03-25 21:35:59 +08:00
Terry Geng
f93ac890a2
fix: 404 -> 204
2020-03-23 21:14:19 +08:00
Azlux
4b1b3b1096
adding favicon
2020-03-23 13:54:52 +01:00
Terry Geng
e256d50c5c
refactor: removed useless files path cache
2020-03-22 21:59:05 +08:00
Terry Geng
3fb10905b7
refactor: database logic, add type hints
2020-03-22 14:30:56 +08:00
Terry Geng
bfa64547e8
fix: button confusion
2020-03-20 21:28:00 +08:00
Terry Geng
70f358f964
feat: add tags to playlist items in web interface
2020-03-20 13:24:31 +08:00
Terry Geng
701403b1a2
fix: tag selector beautifed
2020-03-20 12:30:03 +08:00
Terry Geng
9a8d6d6ea1
fix: index out of range when rebuild cache
2020-03-20 11:14:27 +08:00
Terry Geng
4e287d6b1b
feat: tag editing feature in web interface
2020-03-20 10:35:09 +08:00
Terry Geng
7f29deba01
feat: add delete function
2020-03-20 00:09:07 +08:00
Terry Geng
c04a83c37c
fix: too many pages, continue
2020-03-19 23:07:54 +08:00
Terry Geng
feb7150529
fix: too many pages
2020-03-19 23:02:16 +08:00
Terry Geng
fb7101a581
FEAT: MUSIC LIBRARY BROSWER
2020-03-19 22:51:32 +08:00