..
sidebar
FEATURE: Introduce personal_message_enabled_groups setting ( #18042 )
2022-09-26 13:58:40 +10:00
user-fields
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
user-menu
FEATURE: Introduce personal_message_enabled_groups setting ( #18042 )
2022-09-26 13:58:40 +10:00
user-nav
DEV: Mobile layout support for experimental user nav ( #18308 )
2022-09-22 09:45:50 +08:00
about-page-users.js
FIX: Prioritize names and usernames consistently ( #16686 )
2022-05-09 18:46:27 +03:00
activation-controls.js
UX: respect email_editable site setting in user activation page. ( #11835 )
2021-01-25 22:19:26 +05:30
activation-email-form.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
add-category-tag-classes.js
FIX: Ensure category/tag classes are added and removed correctly ( #16003 )
2022-02-21 09:42:39 +00:00
add-topic-status-classes.js
UX: add CSS classes on body tag based on topic statuses. ( #12729 )
2021-05-04 11:07:54 +05:30
auth-token-dropdown.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
avatar-flair.js
FEATURE: Let users select flair ( #13587 )
2021-07-08 10:46:21 +03:00
avatar-uploader.js
FEATURE: Move avatar uploader to uppy ( #14815 )
2021-11-04 14:40:20 +10:00
backup-codes.js
DEV: prettier 2.2.1 ( #11862 )
2021-01-27 12:39:20 +01:00
badge-button.js
DEV: Update /admin/badges to modern Ember patterns ( #17672 )
2022-08-03 10:12:17 +01:00
badge-card.js
FEATURE: lets users favorite 2 badges to show on user-card ( #13151 )
2021-06-01 10:33:40 +02:00
badge-selector.js
DEV: Don't use the Ember global ( #13535 )
2021-06-29 19:54:18 +02:00
badge-title.js
REFACTOR: badge-title component ( #14162 )
2021-08-26 15:19:09 +02:00
basic-topic-list.js
DEV: Minor code cleanup ( #18225 )
2022-09-12 14:05:21 +02:00
bookmark-actions-dropdown.js
FEATURE: Highlight expired bookmark reminders ( #15317 )
2022-03-08 19:44:18 +02:00
bookmark-icon.js
DEV: Allow for null bookmark in bookmark-icon ( #16909 )
2022-05-25 13:22:59 +10:00
bookmark-list.js
UX: Fixes navigation 1px jitter ( #17467 )
2022-07-13 13:39:30 +08:00
bookmark.js
DEV: Introduce discourseLater ( #17532 )
2022-07-17 00:50:49 +02:00
bootstrap_mode_notice.js
FEATURE: open create invite modal from the bootstrap notice banner ( #17960 )
2022-08-17 13:11:09 +05:30
bread-crumbs.js
Add category breadcrumbs to edit category page ( #13126 )
2021-05-25 13:40:11 -05:00
bulk-group-member-dropdown.js
FIX: Make group members bulk operations consistent ( #17561 )
2022-07-20 16:54:21 +03:00
bulk-select-all.js
FEATURE: Implement bulk operations for PMs ( #12286 )
2021-03-10 14:49:38 +02:00
bulk-select-button.js
UX: Better placement for bulk select actions button ( #14419 )
2021-09-23 10:50:10 -04:00
bulk-select-toggle.js
UX: add bulk-select to mobile topic lists ( #15386 )
2022-07-26 15:36:35 -04:00
cancel-link.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
categories-and-latest-topics.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
categories-and-top-topics.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
categories-boxes-topic.js
UX: Add data-topic-id to featured topic items ( #14031 )
2021-08-12 14:32:33 -05:00
categories-boxes-with-topics.js
allow themes to change the lock icon easily ( #15309 )
2021-12-15 09:13:10 -05:00
categories-boxes.js
allow themes to change the lock icon easily ( #15309 )
2021-12-15 09:13:10 -05:00
categories-only.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
categories-topic-list.js
DEV: Add the missing app subdirectory ( #9499 )
2020-04-23 10:07:54 -03:00
categories-with-featured-topics.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
category-list-item.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
category-name-fields.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
category-permission-row.js
DEV: refactor components to use discourse-computed decorator without reference to this ( #16011 )
2022-02-22 13:45:38 +01:00
category-read-only-banner.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
category-title-before.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
category-title-link.js
DEV: Correct spelling mistakes in comments
2021-05-21 13:37:17 +10:00
category-unread.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
cdn-img.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
choose-message.js
Revert "Revert "DEV: Wrap Ember.run.debounce. ( #11352 )"" ( #11509 )
2020-12-18 10:18:52 -03:00
choose-topic.js
DEV: Add callback when search is empties in choose-topic ( #15380 )
2021-12-21 11:58:39 -06:00
color-picker-choice.js
DEV: Use includes() instead of indexOf() >= 0 ( #17553 )
2022-07-19 10:27:40 +08:00
color-picker.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
composer-action-title.js
DEV: Remove 'htmlSafe' string prototype extensions ( #16766 )
2022-05-13 14:58:26 -05:00
composer-body.js
DEV: Extract virtual keyboard code ( #18267 )
2022-09-16 21:09:28 +02:00
composer-editor.js
A11Y: makes toolbar tabindex independent from its context ( #17889 )
2022-08-12 15:24:20 -04:00
composer-fullscreen-prompt.js
DEV: Update composer-fullscreen-prompt to template-only component ( #17871 )
2022-08-12 10:43:38 +08:00
composer-message.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
composer-messages.js
A11Y: Add aria label to composer messages Esc button ( #18372 )
2022-09-27 08:52:09 -04:00
composer-save-button.js
UX: More consistent shortcut labels for macOS ( #14538 )
2021-10-06 16:20:43 -04:00
composer-title.js
DEV: refactor components to use discourse-computed decorator without reference to this ( #16011 )
2022-02-22 13:45:38 +01:00
composer-toggles.js
FIX: Hide full screen toggle button when textarea is disabled ( #14638 )
2021-10-18 16:00:22 -04:00
composer-user-selector.js
DEV: select-kit third major update with focus on accessibility ( #13303 )
2021-08-23 10:44:19 +02:00
conditional-loading-section.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
conditional-loading-spinner.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
connector-container.js
DEV: Add the missing app subdirectory ( #9499 )
2020-04-23 10:07:54 -03:00
cook-text.js
DEV: Make @afterRender do just that, no extra next() ( #15086 )
2021-11-26 20:16:08 +01:00
copy-button.js
UX: Add success state to copy button ( #13691 )
2021-07-12 10:47:24 +10:00
count-i18n.js
DEV: Remove 'htmlSafe' string prototype extensions ( #16766 )
2022-05-13 14:58:26 -05:00
create-account.js
DEV: Update linting setup and fix issues ( #17345 )
2022-07-06 10:37:54 +02:00
create-invite-uploader.js
DEV: Change create-invite-uploader to use uppy ( #15088 )
2021-12-01 09:45:05 +10:00
create-topic-button.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
create-topics-notice.js
FIX: do not show "create topics" notice on wizard route ( #18153 )
2022-09-01 16:37:57 +05:30
custom-html-container.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
custom-html.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
d-button.js
FEATURE: Replace hamburger dropdown with Sidebar when undock ( #17600 )
2022-07-22 13:06:47 +08:00
d-document.js
DEV: Use all unread notifications count for the count in document title ( #18120 )
2022-08-30 05:37:03 +03:00
d-editor.js
UX: improve composer toolbar flexibility ( #18195 )
2022-09-13 14:20:33 -04:00
d-modal-body.js
DEV: Use native element.closest() ( #17482 )
2022-07-14 08:57:24 +08:00
d-modal-cancel.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
d-modal.js
DEV: Update linting setup and fix issues ( #17345 )
2022-07-06 10:37:54 +02:00
d-navigation-item.js
A11Y: adds support for aria-current through d-navigation-item ( #12079 )
2021-02-15 15:34:25 +01:00
d-navigation.js
UX: add bulk-select to mobile topic lists ( #15386 )
2022-07-26 15:36:35 -04:00
d-popover.js
DEV: Fix various frontend warnings ( #17122 )
2022-06-17 13:45:05 +02:00
d-section.js
DEV: Refactor d-section to function correctly with loading-slider ( #16216 )
2022-03-18 11:47:23 +00:00
d-textarea.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
d-tooltip.js
UX: trigger tooltips on click for touch devices ( #18198 )
2022-09-12 10:04:20 -04:00
date-input.js
DEV: Add optional timezone support to date-time-input-range ( #17654 )
2022-07-26 11:14:22 +01:00
date-picker-future.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
date-picker-past.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
date-picker.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
date-time-input-range.js
DEV: Add optional timezone support to date-time-input-range ( #17654 )
2022-07-26 11:14:22 +01:00
date-time-input.js
DEV: Add optional timezone support to date-time-input-range ( #17654 )
2022-07-26 11:14:22 +01:00
desktop-notification-config.js
FIX: iOS do not have working push notifications yet ( #15888 )
2022-03-03 16:19:46 -03:00
directory-item.js
FEATURE: Add user custom fields to user directory ( #13238 )
2021-06-07 12:34:01 -05:00
directory-table.js
FIX: User directory - correct variable names ( #13798 )
2021-07-20 09:58:54 -05:00
disabled-icon.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
discourse-banner.js
UX: Styling changes to global banner ( #16191 )
2022-03-15 16:19:55 +01:00
discourse-linked-text.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
discourse-root.js
DEV: Remove 'legacy ember' logic from discourse-root component ( #17494 )
2022-07-14 12:17:01 +01:00
discourse-tag-bound.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
discourse-topic.js
DEV: Introduce discourseLater ( #17532 )
2022-07-17 00:50:49 +02:00
discovery-categories.js
DEV: drops jquery usage from discovery-categories ( #15243 )
2021-12-09 13:47:13 +01:00
discovery-topics-list.js
UX: Fixes navigation 1px jitter ( #17467 )
2022-07-13 13:39:30 +08:00
edit-category-general.js
DEV: Introduce discourseLater ( #17532 )
2022-07-17 00:50:49 +02:00
edit-category-images.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
edit-category-panel.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
edit-category-security.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
edit-category-settings.js
FEATURE: Per-category default slow mode duration for topics.
2021-07-21 12:32:07 +08:00
edit-category-tab.js
DEV: Use method definition syntax consistently ( #14915 )
2021-11-13 14:01:55 +01:00
edit-category-tags.js
FEATURE: Allow multiple required tag groups for a category ( #16381 )
2022-04-06 14:08:06 +01:00
edit-category-topic-template.js
DEV: Use method definition syntax consistently ( #14915 )
2021-11-13 14:01:55 +01:00
edit-topic-timer-form.js
DEV: improve timezone API on the client ( #16660 )
2022-05-13 13:21:56 +04:00
email-dropdown.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
emoji-group-buttons.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
emoji-group-sections.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
emoji-picker.js
DEV: Emoji picker keyboard accessibility updates ( #18331 )
2022-09-22 15:21:34 -07:00
emoji-uploader.js
FIX: Improve emoji upload UI ( #15603 )
2022-01-17 11:48:49 +10:00
empty-state.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
expand-post.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
expanding-text-area.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
featured-topic.js
DEV: Use native element.closest() ( #17482 )
2022-07-14 08:57:24 +08:00
flag-action-type.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
flag-selection.js
FEATURE: Admins can flag posts so they can review them later. ( #12311 )
2021-03-11 08:21:24 -03:00
flat-button.js
UX: flat-btn should also respond to Enter ( #15584 )
2022-01-14 15:51:31 +01:00
footer-message.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
footer-nav.js
FIX: iOS do not have working push notifications yet ( #15888 )
2022-03-03 16:19:46 -03:00
future-date-input.js
FIX: changing date should recompute input ( #16937 )
2022-05-27 11:57:09 +02:00
generated-invite-link.js
DEV: Remove jquery from invite-panel ( #16989 )
2022-06-03 11:30:44 -05:00
global-notice.js
DEV: Differentiate staff-writes-only banner ( #18364 )
2022-09-26 13:16:29 -05:00
google-search.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
group-activity-filter.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
group-card-contents.js
UX: Show group card with animated loading state ( #15253 )
2021-12-15 13:47:31 -05:00
group-flair-inputs.js
FIX: Reuse avatar-flair component in group preview ( #13961 )
2021-08-09 15:38:49 -03:00
group-imap-email-settings.js
DEV: Update linting setup and fix issues ( #17345 )
2022-07-06 10:37:54 +02:00
group-manage-email-settings.js
FEATURE: Improve group email settings UI ( #13083 )
2021-05-28 09:28:18 +10:00
group-manage-logs-filter.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
group-manage-logs-row.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
group-manage-save-button.js
FIX: Add errors field if group update confirmation ( #16260 )
2022-03-24 14:50:44 +02:00
group-member-dropdown.js
FIX: Make group members bulk operations consistent ( #17561 )
2022-07-20 16:54:21 +03:00
group-member.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
group-membership-button.js
DEV: update yes/no confirmation dialogs ( #18181 )
2022-09-14 11:06:56 -04:00
group-navigation.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
group-post.js
A11Y: multiple fixes to user stream items ( #18368 )
2022-09-27 10:59:26 -04:00
group-selector.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
group-smtp-email-settings.js
DEV: Update linting setup and fix issues ( #17345 )
2022-07-06 10:37:54 +02:00
groups-form-interaction-fields.js
UX: show flair help text for private member visibility only ( #14005 )
2021-08-11 16:23:58 +10:00
groups-form-membership-fields.js
FEATURE: Experimental support for group membership via google auth ( #14835 )
2021-12-09 12:30:27 +00:00
groups-form-profile-fields.js
FIX: Debounce group name validation correctly ( #13757 )
2021-07-16 10:51:13 +08:00
groups-info.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
header-extra-info.js
DEV: Add the missing app subdirectory ( #9499 )
2020-04-23 10:07:54 -03:00
hidden-details.js
UX: hide the list of file extensions on the upload dialog ( #12836 )
2021-05-04 15:16:00 +04:00
hide-modal-trigger.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
highlight-search.js
DEV: Use method definition syntax consistently ( #14915 )
2021-11-13 14:01:55 +01:00
highlight-text.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
honeypot-input.js
DEV: Extensively use includes() ( #17541 )
2022-07-17 20:48:36 +02:00
html-with-links.js
DEV: removes jquery usage from html-with-links ( #14966 )
2021-11-16 13:16:43 +01:00
iframed-html.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
ignored-user-list-item.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
ignored-user-list.js
FIX: Allow admins to change user ignore list ( #16129 )
2022-03-09 14:51:30 +10:00
images-uploader.js
DEV: Change images-uploader to use Uppy ( #15375 )
2021-12-21 15:53:44 +10:00
input-tip.js
DEV: Remove 'htmlSafe' string prototype extensions ( #16766 )
2022-05-13 14:58:26 -05:00
invite-link-panel.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
invite-panel.js
DEV: refactor components to use discourse-computed decorator without reference to this ( #16011 )
2022-02-22 13:45:38 +01:00
json-editor.js
DEV: Minor fixes to json schema editor styling ( #16634 )
2022-05-05 09:52:58 +08:00
latest-topic-list-item.js
FEATURE: Add more class names to latest-topic-list-item ( #12933 )
2021-05-04 16:40:42 -04:00
link-to-input.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
links-redirect.js
DEV: removes jquery usage from links-redirect ( #14968 )
2021-11-16 13:16:53 +01:00
load-more.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
login-buttons.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
login-modal.js
DEV: Use key over the deprecated keyCode ( #13795 )
2021-08-09 11:41:36 +02:00
login-reply-button.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
mobile-category-topic.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
mobile-nav.js
DEV: Add drop-date to drop-dateless deprecations ( #15133 )
2021-11-30 17:41:04 +01:00
modal-footer-close.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
modal-panel.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
modal-tab.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
mount-widget.js
DEV: Introduce RenderGlimmer helper for use in widgets ( #17592 )
2022-07-21 18:58:52 +01:00
nav-item.js
DEV: Remove 'htmlSafe' string prototype extensions ( #16766 )
2022-05-13 14:58:26 -05:00
navigation-bar.js
DEV: Modernise navigation-bar plugin-outlet ( #15478 )
2022-01-06 19:15:29 +00:00
navigation-item.js
DEV: Modernise navigation-item query parameter construction ( #17926 )
2022-08-15 12:12:32 +01:00
notification-consent-banner.js
FEATURE: PWA users are prompted for push before first post ( #17888 )
2022-08-12 15:30:28 -03:00
number-field.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
parent-category-row.js
FEATURE: add expandable muted categories ui to /categories page. ( #10303 )
2020-07-30 23:32:51 +05:30
password-field.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
pending-post.js
FEATURE: Display pending posts on user’s page
2021-11-29 10:26:33 +01:00
pick-files-button.js
FIX: uppy-image-uploader and uppy-upload mixin minor issues ( #16405 )
2022-04-07 15:36:21 +10:00
plugin-connector.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
plugin-outlet.js
DEV: Disallow Ember global usage ( #16147 )
2022-03-09 17:54:07 +01:00
popup-input-tip.js
DEV: Remove 'htmlSafe' string prototype extensions ( #16766 )
2022-05-13 14:58:26 -05:00
popup-menu.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
preference-checkbox.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
private-message-glyph.js
FIX: isVisible is no longer allowed even if used properly
2020-09-11 15:05:50 -04:00
pwa-install-banner.js
FIX: iOS do not have working push notifications yet ( #15888 )
2022-03-03 16:19:46 -03:00
quote-button.js
FIX: Allow users to quote in closed topics ( #17645 )
2022-07-26 15:45:34 -04:00
radio-button.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
related-messages.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
relative-time-picker.js
FEATURE: Add year to relative time picker ( #12268 )
2021-03-03 11:41:07 +10:00
reviewable-bundled-action.js
FIX: Adjust reviewable menu placement on mobile ( #11420 )
2020-12-07 13:39:18 -05:00
reviewable-claimed-topic.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
reviewable-conversation-post.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
reviewable-created-by-name.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
reviewable-created-by.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
reviewable-field-category.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
reviewable-field-editor.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
reviewable-field-tags.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
reviewable-field-text.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
reviewable-field-textarea.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
reviewable-field.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
reviewable-flagged-post.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
reviewable-histories.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
reviewable-item.js
DEV: Combine all header notification bubbles into one in the new user menu ( #17718 )
2022-08-03 08:57:59 +03:00
reviewable-post-edits.js
FEATURE: Review every post using the review queue. ( #12734 )
2021-04-21 08:41:36 -03:00
reviewable-post-header.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
reviewable-post.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
reviewable-queued-post.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
reviewable-score.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
reviewable-scores.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
reviewable-tags.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
reviewable-topic-link.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
reviewable-user.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
save-controls.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
score-value.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
scroll-tracker.js
PERF: Update scrolling mixin implementation ( #15109 )
2021-11-26 20:22:50 +00:00
scrolling-post-stream.js
DEV: Extensively use includes() ( #17541 )
2022-07-17 20:48:36 +02:00
search-advanced-options.js
FEATURE: Add in:messages search modifier ( #16567 )
2022-04-26 16:47:01 -04:00
search-result-entries.js
REFACTOR: break search results in multiple sub components
2021-03-19 10:49:14 +01:00
search-result-entry.js
REFACTOR: Abstract search link click logging ( #16317 )
2022-03-30 10:10:39 -04:00
search-text-field.js
A11Y: Use autocomplete=off more widely ( #15780 )
2022-02-03 16:16:49 +11:00
second-factor-form.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
second-factor-input.js
FEATURE: Centralized 2FA page ( #15377 )
2022-02-17 12:12:59 +03:00
security-key-form.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
selected-posts.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
share-panel.js
DEV: Extensively use startsWith() ( #17540 )
2022-07-17 20:16:39 +02:00
share-source.js
DEV: Use method definition syntax consistently ( #14915 )
2021-11-13 14:01:55 +01:00
shared-draft-controls.js
FIX: Make category change work with shared drafts ( #11705 )
2021-01-14 19:20:34 +02:00
sidebar.hbs
FIX: Sidebar hamburger panel dropdown not working for anonymous ( #18085 )
2022-08-25 16:29:06 +08:00
sidebar.js
DEV: Display Sidebar template for anonymous user ( #17962 )
2022-08-17 16:17:36 +08:00
signup-cta.js
DEV: Introduce discourseLater ( #17532 )
2022-07-17 00:50:49 +02:00
site-header.js
FIX: header offset position was not correct in some cases ( #18155 )
2022-09-19 14:56:34 +02:00
slow-mode-info.js
FIX: Anons should see the Topic slow mode notice. ( #12460 )
2021-03-22 13:55:45 -03:00
software-update-prompt.js
DEV: Introduce discourseLater ( #17532 )
2022-07-17 00:50:49 +02:00
sub-category-item.js
FEATURE: add expandable muted categories ui to /categories page. ( #10303 )
2020-07-30 23:32:51 +05:30
sub-category-row.js
FEATURE: add expandable muted categories ui to /categories page. ( #10303 )
2020-07-30 23:32:51 +05:30
subcategories-with-featured-topics.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
suggested-topics.js
DEV: Bump eslint-config-discourse ( #14868 )
2021-11-10 09:31:41 +10:00
table-header-toggle.js
FIX: Make group members bulk operations consistent ( #17561 )
2022-07-20 16:54:21 +03:00
tag-drop-link.js
FIX: incorrect URL for tag pages inside category in subfolder setup. ( #12222 )
2021-02-26 22:44:34 +05:30
tag-groups-form.js
DEV: update yes/no confirmation dialogs ( #18181 )
2022-09-14 11:06:56 -04:00
tag-info.js
FIX: tag transition only if tag name changed ( #15149 )
2021-12-07 05:44:55 +01:00
tag-list.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
tags-admin-dropdown.js
UX: more consistent setting/edit buttons ( #13276 )
2021-06-03 18:33:36 -04:00
tap-tile-grid.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
tap-tile.js
A11Y: Add keyboard support for do-not-disturb modal ( #17043 )
2022-06-09 11:05:01 -04:00
text-field.js
A11Y: makes search results count readable by screen reader ( #12437 )
2021-03-18 18:44:26 +01:00
text-overflow.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
time-input.js
DEV: Add optional timezone support to date-time-input-range ( #17654 )
2022-07-26 11:14:22 +01:00
time-shortcut-picker.js
FEATURE: show default custom date on time-shortcut-pickers ( #17867 )
2022-08-18 14:55:54 +04:00
top-period-buttons.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
topic-admin-menu-button.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
topic-category.js
DEV: Add the missing app subdirectory ( #9499 )
2020-04-23 10:07:54 -03:00
topic-dismiss-buttons.js
DEV: Introduce discourseLater ( #17532 )
2022-07-17 00:50:49 +02:00
topic-entrance.js
A11Y: Improve topic entrance modal
2022-03-24 13:42:24 +03:00
topic-footer-buttons.js
FEATURE: Introduce personal_message_enabled_groups setting ( #18042 )
2022-09-26 13:58:40 +10:00
topic-list-item.js
DEV: Minor code cleanup ( #18225 )
2022-09-12 14:05:21 +02:00
topic-list.js
DEV: Remove JQuery from components/topic-list.js ( #18048 )
2022-08-23 19:27:54 +01:00
topic-navigation-popup.js
FEATURE: Store dismissed state of topic nav popups ( #15570 )
2022-01-19 16:20:05 +02:00
topic-navigation.js
DEV: Introduce discourseLater ( #17532 )
2022-07-17 00:50:49 +02:00
topic-post-badges.js
FEATURE: Add last visit indication to topic view page. ( #13471 )
2021-07-05 14:17:31 +08:00
topic-progress.js
DEV: Introduce discourseLater ( #17532 )
2022-07-17 00:50:49 +02:00
topic-status.js
DEV: Remove 'htmlSafe' string prototype extensions ( #16766 )
2022-05-13 14:58:26 -05:00
topic-timeline.js
DEV: Fewer jQuery calls in offset calculation ( #15465 )
2022-01-07 16:02:03 -05:00
topic-timer-info.js
DEV: Introduce discourseLater ( #17532 )
2022-07-17 00:50:49 +02:00
topic-title.js
DEV: Correctly clear global exported variables
2022-08-23 09:21:28 +08:00
track-selected.js
DEV: Use method definition syntax consistently ( #14915 )
2021-11-13 14:01:55 +01:00
uppy-backup-uploader.js
DEV: Only support multipart for backup S3 uploads with Uppy ( #15270 )
2021-12-13 15:24:00 +10:00
uppy-image-uploader.js
DEV: Remove 'htmlSafe' string prototype extensions ( #16766 )
2022-05-13 14:58:26 -05:00
user-avatar-flair.js
FEATURE: Let users select flair ( #13587 )
2021-07-08 10:46:21 +03:00
user-badge.js
UX: Prevent badges on usercards from overflowing ( #12037 )
2021-02-11 13:41:58 -05:00
user-card-contents.js
FEATURE: auto remove user status after predefined period ( #17236 )
2022-07-05 19:12:22 +04:00
user-field.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
user-flag-percentage.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
user-info.js
FIX: Prioritize names and usernames consistently ( #16686 )
2022-05-09 18:46:27 +03:00
user-link.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
user-nav.hbs
DEV: Mobile layout support for experimental user nav ( #18308 )
2022-09-22 09:45:50 +08:00
user-nav.js
DEV: Mobile layout support for experimental user nav ( #18308 )
2022-09-22 09:45:50 +08:00
user-notification-schedule-day.js
FEATURE: Create notification schedule to automatically set do not disturb time ( #11665 )
2021-01-20 10:31:52 -06:00
user-notification-schedule.js
FEATURE: Create notification schedule to automatically set do not disturb time ( #11665 )
2021-01-20 10:31:52 -06:00
user-notifications-large.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
user-profile-avatar.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
user-selector.js
DEV: Extensively use includes() ( #17541 )
2022-07-17 20:48:36 +02:00
user-stat.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
user-status-message.js
DEV: extract until date formatting in a library function ( #18003 )
2022-08-29 15:45:36 +04:00
user-status-picker.js
FEATURE: user status emoji ( #17025 )
2022-06-22 18:15:33 +04:00
user-stream-item.js
A11Y: multiple fixes to user stream items ( #18368 )
2022-09-27 10:59:26 -04:00
user-stream.js
DEV: update yes/no confirmation dialogs ( #18181 )
2022-09-14 11:06:56 -04:00
user-summary-category-search.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
user-summary-section.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
user-summary-topic.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
user-summary-topics-list.js
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
user-summary-user.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
user-summary-users-list.js
DEV: Generate template backing classes for app ( #17300 )
2022-07-04 01:27:29 +02:00
watch-read.js
DEV: Dejquerify marking FAQ as read ( #17001 )
2022-06-06 08:27:10 -04:00
welcome-topic-banner.js
FIX: welcome topic title was not editable ( #17950 )
2022-08-16 21:27:40 +05:30