mini-player: wip implementation
This commit is contained in:
parent
3d12390bfe
commit
15da7cb7d2
7 changed files with 55 additions and 6 deletions
|
|
@ -7,6 +7,17 @@
|
|||
<p>{{ track.title }} - {{ track.artist }}</p>
|
||||
<audio controls src="{{ track.src }}"></audio>
|
||||
</div>
|
||||
<controls>
|
||||
<state>
|
||||
<img src="/static/assets/svgs/skip-back.svg" width="12" height="12" />
|
||||
<img src="/static/assets/svgs/play.svg" width="12" height="12" />
|
||||
<img src="/static/assets/svgs/skip-forward.svg" width="12" height="12" />
|
||||
</state>
|
||||
<volume>
|
||||
<img src="/static/assets/svgs/volume-2.svg" width="12" height="12" />
|
||||
<input type="range" min="0" max="1" step="0.01" />
|
||||
</volume>
|
||||
</controls>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</miniplayer>
|
||||
Loading…
Add table
Add a link
Reference in a new issue