Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
emo
TIDO
Commits
d3a7c5d3
Commit
d3a7c5d3
authored
Sep 28, 2020
by
dindigala
Browse files
fix: Addressing review comments and a11y.
parent
ec281f30
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/components/softwareinfo.vue
View file @
d3a7c5d3
<
template
>
<div
class=
"softwareinfo col-xs-auto"
title=
"Project info"
>
<div
class=
"softwareinfo col-xs-auto"
>
<q-btn
flat
color=
"grey"
label=
""
title=
"Project Info"
@
click=
"infobox = true"
>
<q-icon
size=
"xs"
:name=
"fasInfoCircle"
/>
...
...
src/components/togglebar/panelsposition.vue
View file @
d3a7c5d3
<
template
>
<section
class=
"panel-position"
>
<q-btn
class=
"btn-panel"
:icon=
"panelicon"
@
click=
"status = true"
label=
"C
onfigur
e"
flat
/>
<q-btn
class=
"btn-panel"
:icon=
"panelicon"
@
click=
"status = true"
label=
"C
ustomiz
e"
flat
/>
<q-dialog
v-model=
"status"
persistent
transition-show=
"scale"
transition-hide=
"scale"
>
<q-card
class=
"bg-white text-black"
style=
"width: 600px"
>
<q-card-section>
<div
class=
"text-h6 text-
capitaliz
e"
>
Customize Panels
</div>
<div
class=
"text-h6 text-
uppercas
e"
>
Customize Panels
</div>
</q-card-section>
<q-card-section
class=
"q-pt-none"
>
...
...
src/index.template.html
View file @
d3a7c5d3
<!DOCTYPE html>
<html>
<head>
<title>
<
%=
htmlWebpackPlugin.options.productName
%
>
</title>
<title>
EMO Viewer
</title>
<meta
charset=
"utf-8"
>
<meta
name=
"description"
content=
"<%= htmlWebpackPlugin.options.productDescription %>"
>
<meta
name=
"format-detection"
content=
"telephone=no"
>
<meta
name=
"msapplication-tap-highlight"
content=
"no"
>
<meta
name=
"viewport"
content=
"
user-scalable=no,
initial-scale=1, maximum-scale=
1
, minimum-scale=1, width=device-width<% if (ctx.mode.cordova || ctx.mode.capacitor) { %>, viewport-fit=cover<% } %>"
>
<meta
name=
"viewport"
content=
"initial-scale=1, maximum-scale=
5
, minimum-scale=1, width=device-width<% if (ctx.mode.cordova || ctx.mode.capacitor) { %>, viewport-fit=cover<% } %>"
>
<link
rel=
"icon"
type=
"image/ico"
href=
"statics/icons/favicon.ico"
>
<link
rel=
"icon"
type=
"image/png"
href=
"statics/icons/app-logo-128x128.png"
>
...
...
src/views/mainview.vue
View file @
d3a7c5d3
...
...
@@ -82,6 +82,7 @@ export default {
collection
:
this
.
collection
,
config
:
this
.
config
,
itemlabel
:
this
.
itemlabel
,
labels
:
this
.
labels
,
language
:
this
.
language
,
manifests
:
this
.
manifests
,
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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