UX: provide a region for various topic actions (#13152)
This makes it much easier to reply to topics / bookmark topics and so on Previously topic buttons had no region
This commit is contained in:
parent
197e3f24ce
commit
293877237d
|
@ -6,6 +6,10 @@ import { getTopicFooterButtons } from "discourse/lib/register-topic-footer-butto
|
|||
export default Component.extend({
|
||||
elementId: "topic-footer-buttons",
|
||||
|
||||
attributeBindings: ["role"],
|
||||
|
||||
role: "region",
|
||||
|
||||
// Allow us to extend it
|
||||
layoutName: "components/topic-footer-buttons",
|
||||
|
||||
|
|
Loading…
Reference in New Issue