mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 07:01:13 +08:00
Merge pull request #4468 from xfalcox/last-visit-adjusts
Last visit adjusts
This commit is contained in:
@ -14,9 +14,12 @@
|
|||||||
|
|
||||||
{{#if hasTopics}}
|
{{#if hasTopics}}
|
||||||
{{topic-list
|
{{topic-list
|
||||||
|
highlightLastVisited=true
|
||||||
showPosters=true
|
showPosters=true
|
||||||
currentUser=currentUser
|
currentUser=currentUser
|
||||||
hideCategory=model.hideCategory
|
hideCategory=model.hideCategory
|
||||||
|
order=order
|
||||||
|
ascending=ascending
|
||||||
topics=model.topics
|
topics=model.topics
|
||||||
expandGloballyPinned=expandGloballyPinned
|
expandGloballyPinned=expandGloballyPinned
|
||||||
expandAllPinned=expandAllPinned
|
expandAllPinned=expandAllPinned
|
||||||
|
@ -52,7 +52,8 @@ html.anon .topic-list a.title:visited:not(.badge-notification) {color: dark-ligh
|
|||||||
td span {
|
td span {
|
||||||
background-color: $secondary;
|
background-color: $secondary;
|
||||||
color: scale-color($danger, $lightness: 60%);
|
color: scale-color($danger, $lightness: 60%);
|
||||||
padding: 0px 10px;
|
padding: 0px 8px;
|
||||||
|
font-size: 0.929em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1224,7 +1224,7 @@ en:
|
|||||||
current_user: 'go to your user page'
|
current_user: 'go to your user page'
|
||||||
|
|
||||||
topics:
|
topics:
|
||||||
new_messages_marker: "Last Visit"
|
new_messages_marker: "last visit"
|
||||||
bulk:
|
bulk:
|
||||||
unlist_topics: "Unlist Topics"
|
unlist_topics: "Unlist Topics"
|
||||||
reset_read: "Reset Read"
|
reset_read: "Reset Read"
|
||||||
|
Reference in New Issue
Block a user