discourse/app/assets/stylesheets/mobile
Jan Cernik 8dd883d4e5
DEV: Refactor topic admin menu to use <DMenu> (#26678)
* DEV: Refactor topic admin menu to use `<DMenu>`

This PR also introduces a new plugin API to add buttons to the topic admin menu

```javascript
api.addTopicAdminMenuButton((topic) => {
  return {
    action: () => {
      alert('Sunrise!');
    },
    icon: 'sun',
    className: 'sunrise-button',
    label: 'actions.rise',
  };
});
```

The plugins that needed to be updated are:

- [discourse-zoom](https://github.com/discourse/discourse-zoom/pull/73)
- [discourse-salesforce](https://github.com/discourse/discourse-salesforce/pull/74)
- [discourse-topic-noindex](https://github.com/discourse/discourse-topic-noindex/pull/11)
2024-04-29 12:44:38 -03:00
..
components UX: shows the bookmark menu improvements 2024-04-08 08:18:50 +02:00
float-kit UX: shows the bookmark menu improvements 2024-04-08 08:18:50 +02:00
select-kit DEV: Use css var font sizes (#18518) 2022-10-12 15:31:59 +02:00
_index.scss DEV: remove unneeded buttons mobile CSS (#25992) 2024-03-01 16:42:02 -05:00
admin_badges.scss
admin_customize.scss DEV: Clean up some styles (#14374) 2021-09-20 09:52:03 -04:00
admin_report_counters.scss
admin_report_table.scss DEV: Use css var font sizes (#18518) 2022-10-12 15:31:59 +02:00
admin_report.scss
admin_reports.scss
alert.scss DEV: remove old bootstrap alert CSS (#25991) 2024-03-01 16:03:34 -05:00
compose.scss FIX: Show tag chooser in composer for PM on mobile (#22241) 2023-06-26 20:12:32 +03:00
dashboard.scss DEV: remove various unused CSS (#25994) 2024-03-01 16:51:26 -05:00
dialog.scss FIX: Modals on Android when keyboard is visible (#24442) 2023-11-20 11:56:06 -05:00
directory.scss DEV: remove various unused CSS (#25994) 2024-03-01 16:51:26 -05:00
discourse.scss Revert "UX: Make input sizing consistent across all browsers (#26159)" (#26295) 2024-03-21 17:54:11 +00:00
edit-category.scss DEV: Use css var font sizes (#18518) 2022-10-12 15:31:59 +02:00
emoji.scss UX: Larger images in mobile emoji picker (#17013) 2022-06-07 12:00:09 -04:00
header.scss DEV: Convert header to glimmer (#25214) 2024-02-23 11:08:15 -07:00
invite-signup.scss DEV: update classes, remove unused CSS (#25825) 2024-02-23 09:14:37 -05:00
lightbox.scss
login-modal.scss UX: Modal mobile fixes (#25788) 2024-02-21 13:49:42 +01:00
menu-panel.scss UX: remove sidebar background color (#21775) 2023-06-06 09:24:56 -04:00
modal-overrides.scss UX: improves modal on mobile (#26055) 2024-03-22 16:29:32 +01:00
modal.scss UX: improves modal on mobile (#26055) 2024-03-22 16:29:32 +01:00
new-user.scss DEV: remove old and experimental user menu styles (#21326) 2023-05-02 15:07:42 -04:00
personal-message.scss UX: adjust pm styles to enbubble controls (#24996) 2023-12-22 14:28:02 -05:00
post-action-feedback.scss FIX: allow styling of feedback on mobile (#25072) 2023-12-30 08:57:16 +11:00
push-notifications-mobile.scss
reviewables.scss UX/DEV: Review queue redesign fixes (#20239) 2023-03-02 16:40:53 +01:00
sidebar.scss UX: hide the draggable icon in the sidebar form on mobile (#25738) 2024-02-21 09:16:49 +11:00
topic-list.scss UX: adjustments for experimental bulk select menu (#26474) 2024-04-02 18:01:21 -04:00
topic-post.scss UX: dynamic spacing for summarization buttons (#26690) 2024-04-22 09:49:00 -04:00
topic.scss DEV: Refactor topic admin menu to use <DMenu> (#26678) 2024-04-29 12:44:38 -03:00
user.scss FEATURE: add chat direct message button to user profile (#26135) 2024-03-18 11:17:37 +08:00