discourse/app/assets/stylesheets/common/base/_index.scss
Martin Brennan 6d72c8ab19
FEATURE: Topic timer UI revamp (#11912)
This PR revamps the topic timer UI, using the time shortcut selector from the bookmark modal.

* Fixes an issue where the duration of hours/days after last reply or auto delete replies was not enforced to be > 0
* Fixed an issue where the timer dropdown options were not reloaded correctly if the topic status changes in the background (use `MessageBus` to publish topic state in the open/close timer jobs)
* Moved the duration input and the "based on last post" option from the `future-date-input` component, as it was only used for topic timers. Also moved out the notice that is displayed which was also only relevant for topic timers.
2021-02-03 10:13:32 +10:00

54 lines
1.1 KiB
SCSS

@import "_topic-list";
@import "about";
@import "activation";
@import "alert";
@import "bbcode";
@import "cat_reorder";
@import "category-list";
@import "code_highlighting";
@import "colorpicker";
@import "compose";
@import "composer-user-selector";
@import "crawler_layout";
@import "d-icon";
@import "d-popover";
@import "directory";
@import "discourse";
@import "edit-category";
@import "edit-topic-timer-modal";
@import "ember-select";
@import "emoji";
@import "exception";
@import "explain-reviewable";
@import "faqs";
@import "group";
@import "groups";
@import "header";
@import "history";
@import "lightbox";
@import "login";
@import "magnific-popup";
@import "menu-panel";
@import "modal";
@import "not-found";
@import "onebox";
@import "popup-menu";
@import "redirection";
@import "request_access";
@import "request-group-membership-form";
@import "reviewables";
@import "rtl";
@import "search-menu";
@import "search";
@import "share_link";
@import "shared-drafts";
@import "tagging";
@import "tooltip";
@import "topic-admin-menu";
@import "topic-post";
@import "topic";
@import "upload";
@import "user-badges";
@import "user";
@import "username_tagsinput";