mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 13:03:39 +08:00
FEATURE: allows to ignore a user forever (#10074)
This commit is contained in:
parent
e31471585a
commit
b8c676e727
|
@ -13,9 +13,11 @@
|
|||
includeMidFuture=includeMidFuture
|
||||
includeNow=includeNow
|
||||
clearable=clearable
|
||||
none="topic.auto_update_input.none"
|
||||
onChangeInput=onChangeInput
|
||||
onChange=(action (mut selection))
|
||||
options=(hash
|
||||
none="topic.auto_update_input.none"
|
||||
)
|
||||
}}
|
||||
</div>
|
||||
{{/unless}}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
includeWeekend=true
|
||||
includeDateTime=false
|
||||
includeMidFuture=true
|
||||
includeFarFuture=false
|
||||
includeFarFuture=true
|
||||
onChangeInput=(action (mut ignoredUntil))
|
||||
}}
|
||||
<p>{{i18n "user.user_notifications.ignore_duration_note"}}</p>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
includeWeekend=true
|
||||
includeDateTime=false
|
||||
includeMidFuture=true
|
||||
includeFarFuture=false
|
||||
includeFarFuture=true
|
||||
onChangeInput=(action (mut ignoredUntil))
|
||||
}}
|
||||
<p>{{i18n "user.user_notifications.ignore_duration_note"}}</p>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
.ignored-user-list-item {
|
||||
border: 1px solid $primary-medium;
|
||||
border-radius: 0.25em;
|
||||
border-radius: 5px;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in New Issue
Block a user