Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
cards
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Sergej Lopatin
cards
Commits
7f865e99
Commit
7f865e99
authored
Dec 16, 2018
by
Klaus-Dieter Quibeldey-Cirkel
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UX tweaks
parent
d34ec279
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
de.i18n.json
i18n/de.i18n.json
+2
-2
routes.js
imports/startup/client/routes.js
+1
-1
displayModeButton.html
imports/ui/filter/navigation/item/displayModeButton.html
+2
-2
main.scss
imports/ui/main/main.scss
+1
-1
No files found.
i18n/de.i18n.json
View file @
7f865e99
...
...
@@ -948,8 +948,8 @@
"noResults"
:
"Keine Karteien oder Repetitorien vorhanden oder keine Ergebnisse für diese Filtereinstellung"
,
"sort"
:
"Sortieren "
,
"displayMode"
:
{
"wordcloud"
:
"
List
e"
,
"list"
:
"
Wolk
e"
"wordcloud"
:
"
Wolk
e"
,
"list"
:
"
List
e"
}
},
"infinite-scroll"
:
{
...
...
imports/startup/client/routes.js
View file @
7f865e99
...
...
@@ -969,7 +969,7 @@ export function firstLoginBertAlert() {
lastAppTitle
:
Meteor
.
settings
.
public
.
welcome
.
title
.
last
}),
message
:
TAPi18n
.
__
(
'
bertAlert.firstLogin.message
'
,
{
lastAppTitle
:
Meteor
.
settings
.
public
.
welcome
.
title
.
last
}),
type
:
'
warning
'
,
type
:
'
info
'
,
style
:
'
growl-top-left
'
,
icon
:
'
fa-heart
'
});
...
...
imports/ui/filter/navigation/item/displayModeButton.html
View file @
7f865e99
...
...
@@ -3,9 +3,9 @@
<a
id=
"displayModeBtn"
role=
"button"
>
{{#if isWordcloudActive}}
{{_ "filter-pool.displayMode.wordcloud"}}
{{else}}
{{_ "filter-pool.displayMode.list"}}
{{else}}
{{_ "filter-pool.displayMode.wordcloud"}}
{{/if}}
</a>
</li>
...
...
imports/ui/main/main.scss
View file @
7f865e99
...
...
@@ -13,7 +13,7 @@ $background: rgb(153, 153, 153);
}
.bert-alert.info
{
background
:
#003BD1
!
important
;
background
:
midnightblue
!
important
;
color
:
#FFF
!
important
;
}
...
...
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