Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Privacy
Imprint
Contact
Login methods
Sign in
Toggle navigation
Menu
Open sidebar
Fabian Gruenwald
frag.jetzt
Commits
a7ad4ed5
Commit
a7ad4ed5
authored
Apr 25, 2021
by
Klaus-Dieter Quibeldey-Cirkel
Browse files
set autofocus for new questions as default
parent
d39ee8b5
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/app/components/shared/questionwall/question-wall/question-wall.component.ts
View file @
a7ad4ed5
...
...
@@ -32,7 +32,7 @@ export class QuestionWallComponent implements OnInit, AfterViewInit, OnDestroy {
commentsFilter
:
QuestionWallComment
[]
=
[];
commentFocus
:
QuestionWallComment
;
unreadComments
=
0
;
focusIncommingComments
=
fals
e
;
focusIncommingComments
=
tru
e
;
timeUpdateInterval
;
keySupport
:
QuestionWallKeyEventSupport
;
hasFilter
=
false
;
...
...
src/assets/i18n/participant/de.json
View file @
a7ad4ed5
...
...
@@ -168,13 +168,13 @@
"next-comment-icon"
:
"keyboard_arrow_right"
,
"prev-comment"
:
"Vorherige Frage"
,
"prev-comment-icon"
:
"keyboard_arrow_left"
,
"auto-renew-on"
:
"Autofokus für neue Fragen"
,
"auto-renew-on"
:
"Autofokus für neue Fragen
starten
"
,
"auto-renew-on-icon"
:
"highlight"
,
"auto-renew-off"
:
"Autofokus beenden"
,
"auto-renew-off"
:
"Autofokus
für neue Fragen
beenden"
,
"auto-renew-off-icon"
:
"cancel"
,
"intro-title"
:
"Fragen-Fokus"
,
"intro-desc"
:
"Klick auf eine Frage oder navigiere mit der Leertaste vorwärts oder mit den Pfeiltasten vor und zurück."
,
"intro-autofocus"
:
"Tipp für Live Sessions:
Aktiviere den
»Autofokus« unten links
, um immer
die neueste Frage an
zuzeigen
."
,
"intro-autofocus"
:
"Tipp für Live Sessions:
Der
»Autofokus« unten links
zeigt zeitnah
die neueste Frage an."
,
"sort"
:
"Sortieren"
,
"sort-time"
:
"Zeit"
,
"sort-score"
:
"Bewertung"
,
...
...
src/assets/i18n/participant/en.json
View file @
a7ad4ed5
...
...
@@ -176,13 +176,13 @@
"next-comment-icon"
:
"navigate_next"
,
"prev-comment"
:
"Previous question"
,
"prev-comment-icon"
:
"navigate_before"
,
"auto-renew-on"
:
"
A
utofocus for new questions"
,
"auto-renew-on"
:
"
Start a
utofocus for new questions"
,
"auto-renew-on-icon"
:
"highlight"
,
"auto-renew-off"
:
"
Switch off autofocu
s"
,
"auto-renew-off"
:
"
Exit autofocus for new question
s"
,
"auto-renew-off-icon"
:
"cancel"
,
"intro-title"
:
"Question Focus"
,
"intro-desc"
:
"Click on a question or navigate forwards with the space bar or backwards and forwards with the arrow keys."
,
"intro-autofocus"
:
"Tip for live sessions: T
urn on
»Auto
F
ocus«
in
the
lower left corner to always
display the latest question."
,
"intro-autofocus"
:
"Tip for live sessions: T
he
»Auto
f
ocus«
at
the
bottom left promptly
display
s
the latest question."
,
"sort"
:
"Sort"
,
"sort-time"
:
"Time"
,
"sort-score"
:
"Score"
,
...
...
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