Mercurial > hg > ugly-duckling
diff src/app/playback-control/playback-control.component.html @ 21:d9c0a1ca005c
Prototype some playback controls, and tabbed menus in the sidebar.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Fri, 28 Oct 2016 16:27:25 +0100 |
parents | |
children | a50f0b7a3da3 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/app/playback-control/playback-control.component.html Fri Oct 28 16:27:25 2016 +0100 @@ -0,0 +1,8 @@ +<button md-icon-button class="play"><md-icon>play_circle_outline</md-icon></button> +<span class="seek-controls"> + <button md-icon-button><md-icon>fast_rewind</md-icon></button> + <button md-icon-button><md-icon>skip_previous</md-icon></button> + <button md-icon-button><md-icon>skip_next</md-icon></button> + <button md-icon-button><md-icon>fast_forward</md-icon></button> +</span> +<md-slider></md-slider>