Mercurial > libervia-templates
changeset 380:788729e741cc
bulma (call): add button to switch camera
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 18 Aug 2023 11:19:40 +0200 |
parents | 44337471d390 |
children | 387c8c5a3bee |
files | sat_templates/templates/bulma/call/call.html |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sat_templates/templates/bulma/call/call.html Thu Aug 17 16:22:25 2023 +0200 +++ b/sat_templates/templates/bulma/call/call.html Fri Aug 18 11:19:40 2023 +0200 @@ -5,7 +5,7 @@ {% block body %} {{ icon_defs( - "resize-full", "resize-small", "volume-up", "videocam", "dot-3-vert", "wrench", "user-circle", "desktop" + "resize-full", "resize-small", "volume-up", "videocam", "dot-3-vert", "wrench", "user-circle", "desktop", "exchange" ) }} <audio id="audio_player" class="is-hidden" src="{{media_path}}sounds/notifications/ring_1.mp3" preload="auto" loop></audio> <section class="section is-full-below-menu" style="position: relative" > @@ -89,6 +89,10 @@ <button class="button is-success mx-2 inactive screen-off is-hidden-touch" id="share_desktop_btn"> {{ icon('desktop', cls='image is-24x24 is-inline-block') }} </button> + <button class="button is-success mx-2" id="switch_camera_btn"> + {{ icon('exchange', cls='image is-24x24 is-inline-block') }} + </button> + </div> </div> </div>