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
a24b74fd
Commit
a24b74fd
authored
Apr 07, 2021
by
dindigala
Browse files
refactor: adjusted color back and removed entrypoint fromindex template
parent
4ac6be6d
Pipeline
#186440
passed with stages
in 6 minutes and 53 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/footer.vue
View file @
a24b74fd
<
template
>
<q-toolbar>
<q-toolbar
:class=
"$q.dark.isActive ? 'bg-dark' : 'bg-secondary text-primary'"
>
<div
bordered
class=
"row justify-start items-center"
reveal
:class=
"$q.dark.isActive ? 'bg-dark' : 'bg-secondary text-primary'"
>
<Language
v-if=
"standalone"
/>
<Color
:projectcolors=
"projectcolors"
/>
...
...
src/components/header.vue
View file @
a24b74fd
...
...
@@ -13,7 +13,10 @@
/>
</q-toolbar>
<q-toolbar>
<q-toolbar
elevated
:class=
"$q.dark.isActive ? 'bg-dark' : 'bg-secondary text-primary'"
>
<Navbar
v-if=
"config.headers.navigation"
:itemurls=
"itemurls"
...
...
src/components/openseadragon.vue
View file @
a24b74fd
<
template
>
<figure
id=
"openseadragon"
class=
"item"
>
<figure
id=
"openseadragon"
class=
"item"
>
<nav>
<q-btn
v-for=
"(btn, idx) in buttons"
...
...
src/index.template.html
View file @
a24b74fd
...
...
@@ -31,7 +31,7 @@
-->
<script
id=
"tido-config"
type=
"application/json"
>
{
"
entrypoint
"
:
"
https://ahikar-dev.sub.uni-goettingen.de/api/textapi/ahikar/arabic-karshuni/collection.json
"
,
"
entrypoint
"
:
""
,
"
colors
"
:
{
"
primary
"
:
""
,
"
secondary
"
:
""
,
...
...
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