Félix Fischer
e981782dd7
Accessibility enhancements: catching a11y errors with WAVE ( #180 )
...
* Added alt text for all images
* Added aria labels for most buttons that needed them. Added html language label
* Added remaining button labels
* Added remaining missing labels. Tagged <input> where labels made no sense as "aria-hidden=true"
* Fixed some of the low color contrast issues for Light theme
* Replaced broken ARIA link with a new ARIA label
* Fixed skipped heading levels
* Fixed missing fieldset and one orphaned label (combined the two)
* Changed the other orphaned label to a fieldset legend
* Removed color changes
* Added dynamic ARIA label for main Play/Pause button.
Removed the two FIXMEs in index.html
* Added default content to table header
* Changed input type from text to hidden for hidden inputs
* Added proper alt text for cover art
* Final version of the template row
* Added semantic markup to Page Regions
* Missing alt text + truncated alt text
- Added missing alt text for cover images in library and floating player.
- Added JS to truncate alt text for cover images that was too long.
* Sanitize the code
Co-authored-by: Terry Geng <terry@terriex.com>
2020-07-05 11:42:47 +08:00
Tyler Vigario
e32b9aeae3
Address issues with Bootstrap and Popper
2020-06-15 18:35:06 -07:00
Tyler Vigario
716b55b020
Migrate rest of JS out of HTML
2020-06-09 18:11:19 -07:00
Tyler Vigario
66bf1f1510
Merge upstream master and update web dependencies
2020-06-09 17:16:31 -07:00
Terry Geng
ebbacf652e
fix: workaround for web interface eat up too much cpu, mentioned in #166
2020-06-04 12:03:41 +08:00
Tyler Vigario
a48dcb303e
Migrate some HTML function calls to event listeners
2020-06-01 23:11:44 -07:00
Tyler Vigario
5f61b7a390
Add linting
2020-06-01 20:43:11 -07:00
Tyler Vigario
d2e32a3af5
Merge upstream master and format HTML
2020-06-01 17:24:21 -07:00
Azlux
9263e647fd
pyradio implementation
...
fix #138
2020-06-01 15:34:10 +02:00
Tyler Vigario
aaa37880b8
Correct web paths for bot
2020-05-29 21:55:02 -07:00
Tyler Vigario
eba9ef2397
Further attempts to integrate
2020-05-29 21:07:41 -07:00
Tyler Vigario
b3295b8a21
Update web assets and compile for production
2020-05-27 07:56:49 -07:00
Tyler Vigario
70c9947197
Fix pathing
2020-05-20 15:38:47 -07:00
Tyler Vigario
95dd75bc1c
Update WebPack
2020-05-20 15:36:22 -07:00
Tyler Vigario
6ca2db77de
Revert to default Flask structure
2020-05-20 15:32:41 -07:00
Tyler Vigario
1c9498e340
First rough draft
2020-05-19 20:45:22 -07:00
Terry Geng
0080e9b4cd
fix: file size bug, upload bug
2020-05-19 09:23:19 +08:00
Terry Geng
fae93d99e0
feat: add config item for maximum upload file size
2020-05-19 09:12:52 +08:00
Terry Geng
1d97fe654e
fix: URL item duration unit in seconds, bad skip button in floating player
2020-05-18 00:07:56 +08:00
Terry Geng
0b7d0b8465
feat: huge feature: a floating player, with a movable playhead
2020-05-17 11:54:05 +08:00
Terry Geng
b050546e39
feat: safeguard against mistakenly cancelling uploading.
2020-05-16 22:24:10 +08:00
Terry Geng
b827ada7a8
fix: playlist expand bug
2020-05-16 17:26:59 +08:00
Terry Geng
465ab39c7a
fix: rollback to popper.js v1, fix playmode dropdown, and now volume popover can be closed by clicking outside.
2020-05-16 16:52:32 +08:00
Terry Geng
257fff3e92
feat: upload progress bar and error message display for each file, #146
2020-05-16 15:48:11 +08:00
Terry Geng
8fdfc90730
fix: error when expanding playlist in the web interface
2020-05-14 21:48:07 +08:00
Terry Geng
4c27bb28a1
fix: color of filter section on dark theme
2020-05-13 08:44:32 +08:00
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