From ee567165f17193978010e537b3180cd3f268956e Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Thu, 12 Dec 2024 23:09:44 +0800 Subject: [PATCH] UX: increase button sizes and timeline size (#30240) * UX: increase button sizes and timeline size * UX: bring back tracking btn on topic timeline desktop * Scope flexing topic-navigation area to mobile + make all buttons same font-size --- .../components/topic-timeline/container.gjs | 5 +++++ .../stylesheets/common/base/topic-footer.scss | 10 ++-------- .../stylesheets/mobile/topic-footer.scss | 19 +++++++++++++++++++ 3 files changed, 26 insertions(+), 8 deletions(-) diff --git a/app/assets/javascripts/discourse/app/components/topic-timeline/container.gjs b/app/assets/javascripts/discourse/app/components/topic-timeline/container.gjs index e78c7ff56d9..97065b2be47 100644 --- a/app/assets/javascripts/discourse/app/components/topic-timeline/container.gjs +++ b/app/assets/javascripts/discourse/app/components/topic-timeline/container.gjs @@ -21,6 +21,7 @@ import icon from "discourse-common/helpers/d-icon"; import { bind, debounce } from "discourse-common/utils/decorators"; import domUtils from "discourse-common/utils/dom-utils"; import { i18n } from "discourse-i18n"; +import TopicNotificationsButton from "select-kit/components/topic-notifications-button"; import BackButton from "./back-button"; import Scroller from "./scroller"; @@ -659,6 +660,10 @@ export default class TopicTimelineScrollArea extends Component { /> {{/if}} + {{#if (and this.currentUser this.site.desktopView)}} + + {{/if}} +