Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Luc Didry
wemawema
Commits
cee4298a
Commit
cee4298a
authored
Oct 23, 2017
by
Luc Didry
Browse files
Allow to save, show, load, download and delete stickers in a gallery
parent
f2fa3410
Pipeline
#26707
passed with stage
in 48 seconds
Changes
7
Pipelines
2
Expand all
Hide whitespace changes
Inline
Side-by-side
css/wema_wema.css
View file @
cee4298a
...
...
@@ -17,3 +17,10 @@ canvas, #svg {
display
:
block
!important
;
}
}
.card
{
float
:
left
;
width
:
33.333%
;
padding
:
.75rem
;
margin-bottom
:
2rem
;
border
:
0
;
}
css/wema_wema.min.css
View file @
cee4298a
.row
,
.buttons
a
{
margin-top
:
1rem
}
.row.buttons
{
margin-top
:
0
}
canvas
,
#svg
{
margin-left
:
auto
;
margin-right
:
auto
}
@media
print
{
nav
.navbar
,
nav
.sidebar
,
#settings
,
.controls
{
display
:
none
!important
}
#canvas
{
display
:
block
!important
}}
\ No newline at end of file
.row
,
.buttons
a
{
margin-top
:
1rem
}
.row.buttons
{
margin-top
:
0
}
canvas
,
#svg
{
margin-left
:
auto
;
margin-right
:
auto
}
@media
print
{
nav
.navbar
,
nav
.sidebar
,
#settings
,
.controls
{
display
:
none
!important
}
#canvas
{
display
:
block
!important
}}
.card
{
float
:
left
;
width
:
33.333%
;
padding
:
.75rem
;
margin-bottom
:
2rem
;
border
:
0
}
\ No newline at end of file
index.html
View file @
cee4298a
This diff is collapsed.
Click to expand it.
js/wema_wema.js
View file @
cee4298a
This diff is collapsed.
Click to expand it.
js/wema_wema.min.js
View file @
cee4298a
This diff is collapsed.
Click to expand it.
locales/en.json
View file @
cee4298a
...
...
@@ -65,5 +65,10 @@
"border-thickness"
:
"Thickness"
,
"make-text-center"
:
"Center text"
,
"print"
:
"Print"
,
"bark"
:
"Tree bark"
"bark"
:
"Tree bark"
,
"save"
:
"Save"
,
"gallery"
:
"Gallery"
,
"sorry-no-gallery"
:
"Sorry, but you haven't saved any image yet"
,
"load"
:
"Load"
,
"delete"
:
"Delete"
}
locales/fr.json
View file @
cee4298a
...
...
@@ -65,5 +65,10 @@
"border-thickness"
:
"Épaisseur"
,
"make-text-center"
:
"Centrer le texte"
,
"print"
:
"Imprimer"
,
"bark"
:
"Écorce d'arbre"
"bark"
:
"Écorce d'arbre"
,
"save"
:
"Enregistrer"
,
"gallery"
:
"Galerie"
,
"sorry-no-gallery"
:
"Désolé, mais vous n’avez pas encore enregistré d’image"
,
"load"
:
"Charger"
,
"delete"
:
"Supprimer"
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment