feat: board opacity/background link with the room + start of screenshots feat

This commit is contained in:
leokontente 2025-06-05 14:31:53 +02:00
parent cf7fb776bd
commit 69a4b393f5
6 changed files with 106 additions and 28 deletions

View file

@ -11,7 +11,7 @@ html(lang="fr")
body
div#site-wrapper
div#site-canvas
div#site-menu
div#site-menu(data-html2canvas-ignore)
a.toggle-nav.pull-right.close-link(href="#") Fermer  
svg(xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-x-lg" viewBox="0 0 16 16")
path(d="M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z")
@ -80,8 +80,8 @@ html(lang="fr")
input(type="file")#import-input.form-control
button#import-file.btn.btn-primary Importer
div.credits Logiciel libre basé sur <a href="https://framagit.org/framasoft/framemo">Framemo</a> et <a href="https://github.com/aliasaria/scrumblr">Scrumblr</a> - <a href="https://framagit.org/colibris/framemo">Code source</a>
div#header-bar(data-url=locals.headerBarUrl)
header.container.main-header
div
header.container.main-header(data-html2canvas-ignore)
div.title
a(href="/", title="Retour à la page d'accueil")
if locals.logoUrl
@ -107,4 +107,5 @@ html(lang="fr")
script(src="lib/marked.min.js")
script(src="lib/moment-with-locales.min.js")
script(src="socket.io/socket.io.js")
script(src="html2canvas/dist/html2canvas.min.js")
script(src="script.js")