FEATURE: fit a bit more on the progress bar
This commit is contained in:
parent
b8a4e52541
commit
8de5f014fc
|
@ -15,7 +15,7 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<nav id='topic-progress' title="{{i18n topic.progress.title}}" {{bind-attr class="hideProgress:hidden"}}>
|
<nav id='topic-progress' title="{{i18n topic.progress.title}}" {{bind-attr class="hideProgress:hidden"}}>
|
||||||
<div class='nums'>
|
<div class='nums'>
|
||||||
<h4>{{progressPosition}}</h4><span {{bind-attr class="hugeNumberOfPosts:hidden"}}> <span>{{i18n of_value}}</span> <h4>{{postStream.filteredPostsCount}}</h4></span>
|
<h4>{{progressPosition}}</h4><span {{bind-attr class="hugeNumberOfPosts:hidden"}}> <span>/</span> <h4>{{postStream.filteredPostsCount}}</h4></span>
|
||||||
</div>
|
</div>
|
||||||
<i {{bind-attr class=":fa expanded::fa-sort"}}></i>
|
<i {{bind-attr class=":fa expanded::fa-sort"}}></i>
|
||||||
<div class='bg'> </div>
|
<div class='bg'> </div>
|
||||||
|
|
|
@ -95,7 +95,6 @@ en:
|
||||||
not_implemented: "That feature hasn't been implemented yet, sorry!"
|
not_implemented: "That feature hasn't been implemented yet, sorry!"
|
||||||
no_value: "No"
|
no_value: "No"
|
||||||
yes_value: "Yes"
|
yes_value: "Yes"
|
||||||
of_value: "of"
|
|
||||||
generic_error: "Sorry, an error has occurred."
|
generic_error: "Sorry, an error has occurred."
|
||||||
generic_error_with_reason: "An error occurred: %{error}"
|
generic_error_with_reason: "An error occurred: %{error}"
|
||||||
log_in: "Sign In"
|
log_in: "Sign In"
|
||||||
|
|
|
@ -347,7 +347,7 @@ posting:
|
||||||
default: false
|
default: false
|
||||||
short_progress_text_threshold:
|
short_progress_text_threshold:
|
||||||
client: true
|
client: true
|
||||||
default: 1000
|
default: 10000
|
||||||
default_code_lang:
|
default_code_lang:
|
||||||
client: true
|
client: true
|
||||||
default: "lang-auto"
|
default: "lang-auto"
|
||||||
|
|
Loading…
Reference in New Issue