mirror of
https://github.com/discourse/discourse.git
synced 2025-06-18 04:42:30 +08:00
UX: Move archive button in topic controls dropdown (mobile view). (#7681)
This commit is contained in:
@ -130,6 +130,9 @@ export default {
|
|||||||
"archiveTitle",
|
"archiveTitle",
|
||||||
"toggleArchiveMessage"
|
"toggleArchiveMessage"
|
||||||
],
|
],
|
||||||
|
dropdown() {
|
||||||
|
return this.site.mobileView;
|
||||||
|
},
|
||||||
displayed() {
|
displayed() {
|
||||||
return this.canArchive;
|
return this.canArchive;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user