mirror of
https://github.com/discourse/discourse.git
synced 2025-02-02 03:01:44 +08:00
d5fe9b4f8c
This commit ports the feature by @chapoi that was previously a theme component in core. A new post_menu button, copyLink, is added and used as the default instead of share. copyLink, on desktop, will copy the link of the post to the user's clipboard and show a nice 'lil animation. On mobile the native share menu will be shown. If site owners want the old behaviour back, they just need to change the post_menu site setting to use the share button instead of copyLink.
19 lines
385 B
SCSS
19 lines
385 B
SCSS
@import "admin_customize";
|
|
@import "alert";
|
|
@import "category-list";
|
|
@import "compose";
|
|
@import "discourse";
|
|
@import "edit-category";
|
|
@import "group";
|
|
@import "header";
|
|
@import "invite-signup";
|
|
@import "latest-topic-list";
|
|
@import "menu-panel";
|
|
@import "modal";
|
|
@import "topic-list";
|
|
@import "topic-post";
|
|
@import "post-action-menu";
|
|
@import "topic";
|
|
@import "upload";
|
|
@import "user";
|