Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
emo
TIDO
Commits
ea215244
Commit
ea215244
authored
May 25, 2020
by
mrodzis
💪
Browse files
Merge branch 'develop' into feature/
#18
-contributing
parents
00bfd0e4
5f0589e2
Pipeline
#136645
passed with stages
in 1 minute and 55 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
ea215244
...
...
@@ -6,13 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.0.5] - 2020-05-20
### Added
-
add a contribution guideline
-
added titles in the footer for Language- and Info-icon
### Changed
-
make README more comprehensible for outsiders
### Fixed
-
icons side by side via css float
## [0.0.4] - 2020-05-19
### Added
-
Text can now be zoomed in and out to a max of 32px and min of 8px. The fontsize defaults to 14px. It is tracked during browsing.
...
...
src/components/language.vue
View file @
ea215244
<
template
>
<div
class=
"language"
>
<div
class=
"language col-xs-auto"
>
<q-btn
flat
color=
"grey"
label=
""
>
label=
""
title=
"Change language"
>
<q-icon
class=
""
size=
"md"
:name=
"fasLanguage"
/>
:name=
"fasLanguage"
/>
<q-menu
fit
anchor=
"center middle"
...
...
@@ -22,7 +24,6 @@
<q-item-section>
DE
</q-item-section>
</q-item>
</q-list>
</q-menu>
</q-btn>
<!--
...
...
src/components/quasar-footer.vue
View file @
ea215244
<
template
>
<q-footer
bordered
reveal
class=
"bg-white"
>
<q-footer
bordered
reveal
class=
"bg-white
row justify-start items-center
"
>
<Language
v-if=
"standalone"
/>
<Softwareinfo
/>
</q-footer>
...
...
src/components/softwareinfo.vue
View file @
ea215244
<
template
>
<div
class=
"softwareinfo"
>
<div
class=
"softwareinfo
col-xs-auto
"
>
<q-btn
flat
color=
"grey"
size=
"sm"
label=
""
title=
"Project info"
@
click=
"infobox = true"
>
<q-icon
size=
"s
m
"
:name=
"fasInfoCircle"
/>
<q-icon
size=
"
x
s"
:name=
"fasInfoCircle"
/>
</q-btn>
<q-dialog
v-model=
"infobox"
>
<q-card>
...
...
@@ -19,7 +19,7 @@
Slim, easy to use and mobile-friendly text and image viewer
</p>
<p>
Author: State and University Library Göttingen (SUB Göttingen)
</p>
<p
class=
"q-mb-none"
>
Version 0.
0.1
, License AGPL-3.0
</p>
<p
class=
"q-mb-none"
>
Version 0.
5.0
, License AGPL-3.0
</p>
</q-card-section>
<q-card-section
class=
"q-pt-none"
>
...
...
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