This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/components
Jeff Wong 86690155b3
FEATURE: prevent accidental canceling when drafting penalties (#9129)
Pop up a confirmation box when there is input. This prevents accidental closing
of the dialog boxes due to clicking outside.

This adds a development hook on modals in the form of a `beforeClose`
function. Modal windows can abort the close if the funtion returns false.

Additionally fixing a few issues with loop and state on the modal popups:

Escape key with bootbox is keyup.
Updating modal to close on keyup as well so escape key is working.
Fixes an issue where pressing esc will loop immediately back to the modal by:
keydown -> bootbox -> keyup -> acts as "cancel", restores modal

Needs a next call to reopenModal otherwise, keyup is handled again by the modal.
Fixes an issue where pressing esc will loop immediately back to the confirm:
esc keyup will be handled and bubble immediately back to the modal.

Additionally, only handle key events when the #discourse-modal is visible.
This resolves issues where escape or enter events were being handled by
a hidden modal window.
2020-03-06 09:36:56 -08:00
..
concerns Revert "FEATURE: Send notification when member was accepted to group. (#7503)" 2019-05-27 15:19:59 -04:00
about-page-users.js.es6 UX: remove the double-encoding of user titles. 2019-12-06 04:07:47 +05:30
activation-controls.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
add-category-tag-classes.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
auth-token-dropdown.es6 DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
avatar-flair.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
avatar-uploader.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
backup-codes.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
backup-uploader.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
badge-button.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
badge-card.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
badge-selector.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
badge-title.js.es6 DEV: Provide radix argument to parseInt (#8281) 2019-11-12 10:47:42 +01:00
basic-topic-list.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
bread-crumbs.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
bulk-select-button.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
categories-and-latest-topics.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
categories-and-top-topics.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
categories-boxes-topic.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
categories-boxes-with-topics.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
categories-boxes.js.es6 UX: Remove reliance on JS for category box links 2020-01-09 16:25:41 -05:00
categories-only.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
categories-topic-list.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
category-title-before.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
category-title-link.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
category-unread.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
cdn-img.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
choose-message.js.es6 REFACTOR: Remove debounce to discourseDebounce 2019-11-11 13:34:01 -05:00
choose-topic.js.es6 FIX: Fix choose-topic component to search by url (#8574) 2019-12-17 13:01:52 -08:00
color-picker-choice.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
color-picker.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
composer-action-title.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
composer-body.js.es6 DEV: Eliminate "post bounce" after creating a post 2020-02-11 14:04:46 -05:00
composer-editor.js.es6 FIX: Use full URL for secure attachments when secure media enabled (#9037) 2020-03-04 10:11:08 +11:00
composer-message.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
composer-messages.js.es6 Rename 'target usernames' with 'target recipients' in Composer (#8606) 2020-01-07 15:33:48 +02:00
composer-save-button.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
composer-title.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
composer-toggles.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
composer-user-selector.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
conditional-loading-section.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
conditional-loading-spinner.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
connector-container.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
cook-text.js.es6 FIX: Use full URL for secure attachments when secure media enabled (#9037) 2020-03-04 10:11:08 +11:00
count-i18n.js.es6 DEV: Remove buffered rendering from i18n count 2019-12-04 15:39:05 -07:00
create-account.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
create-topic-button.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
create-topics-notice.js.es6 UX: Allow correct pluralization for "too few topics and posts" notices (#8947) 2020-03-02 14:20:37 -05:00
csv-uploader.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
custom-html.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
d-button.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
d-editor.js.es6 FIX: use plain text if available instead of image upload. 2020-02-12 23:13:51 +05:30
d-modal-body.js.es6 Revert "Revert Ember.run refactors" 2019-10-30 09:48:24 -04:00
d-modal-cancel.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
d-modal.js.es6 FEATURE: prevent accidental canceling when drafting penalties (#9129) 2020-03-06 09:36:56 -08:00
d-navigation.js.es6 DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
d-section.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
date-input.js.es6 DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
date-picker-future.js.es6 DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
date-picker-past.js.es6 DEV: global s/this.get\("(\w+)"\)/this.$1 (#7592) 2019-05-27 10:15:39 +02:00
date-picker.js.es6 DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
date-time-input-range.js.es6 FEATURE: Filter reviewables by date range (#8354) 2019-11-15 15:29:59 -03:00
date-time-input.js.es6 FEATURE: Filter reviewables by date range (#8354) 2019-11-15 15:29:59 -03:00
desktop-notification-config.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
directory-item.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
directory-toggle.js.es6 DEV: Remove buffered rendering from user directory 2019-11-26 15:48:43 -07:00
disabled-icon.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
discourse-banner.js.es6 FIX: remove anchors from banner headings. 2020-02-19 02:55:04 +05:30
discourse-linked-text.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
discourse-tag-bound.js.es6 FIX: Use new tag routes (#8683) 2020-01-21 19:23:08 +02:00
discourse-topic.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
discovery-categories.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
discovery-topics-list.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
edit-category-general.js.es6 DEV: Allow the creation of sub-sub-categories 2019-12-04 12:07:05 +00:00
edit-category-images.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
edit-category-panel.js.es6 DEV: Import every instance of Ember.computed function (#8267) 2019-10-30 15:28:29 -05:00
edit-category-security.js.es6 DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
edit-category-settings.js.es6 FIX: Show category list on subcategory page if it has subcategories too (#8768) 2020-01-22 20:27:30 +02:00
edit-category-tab.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
edit-category-tags.js.es6 DEV: run files through prettier 2019-10-31 10:18:29 +11:00
edit-category-topic-template.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
edit-topic-timer-form.js.es6 DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
emoji-picker.js.es6 DEV: Run prettier 2019-11-12 11:49:31 +01:00
emoji-uploader.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
expand-post.js.es6 FIX: prevents expand post to trigger page routing (#8982) 2020-02-17 10:06:38 +01:00
expanding-text-area.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
featured-topic.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
flag-action-type.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
flag-selection.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
flat-button.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
footer-message.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
footer-nav.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
future-date-input.js.es6 DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
generated-invite-link.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
global-notice.js.es6 DEV: Ember linting - disallow Ember.* variable usage (#8782) 2020-02-05 10:14:42 -06:00
google-search.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
group-activity-filter.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
group-card-contents.js.es6 DEV: Use classes for styling user and group cards (#8913) 2020-02-13 09:58:17 +00:00
group-flair-inputs.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
group-index-toggle.js.es6 DEV: Remove buffered rendering from group-index-toggle (#8399) 2019-11-25 13:36:00 -07:00
group-manage-logs-filter.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
group-manage-logs-row.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
group-manage-save-button.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
group-member-dropdown.js.es6 DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
group-member.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
group-membership-button.js.es6 UX: Users must confirm when leaving a private group 2020-01-17 17:58:47 -03:00
group-navigation.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
group-post.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
group-selector.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
groups-form-interaction-fields.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
groups-form-membership-fields.js.es6 FIX: ensures group automatic membership dropdown works (#9022) 2020-02-21 22:14:24 +01:00
groups-form-profile-fields.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
groups-info.js.es6 UX: show group full name even when title is same. (#8437) 2019-11-29 13:07:24 +05:30
header-extra-info.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
hide-modal-trigger.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
highlight-text.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
honeypot-input.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
iframed-html.js.es6 FIX: Prettier on iframed-html component (#9062) 2020-02-27 11:56:13 -06:00
ignored-user-list-item.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
ignored-user-list.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
image-uploader.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
images-uploader.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
input-tip.js.es6 FIX: label helpers on sign up form are not hidden (#8603) 2019-12-20 12:17:51 +01:00
invite-panel.js.es6 FEATURE: Use Contact Picker API for invites 2020-01-27 11:07:28 -03:00
latest-topic-list-item.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
link-to-input.js.es6 Revert "Revert Ember.run refactors" 2019-10-30 09:48:24 -04:00
links-redirect.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
load-more.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
login-buttons.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
login-modal.js.es6 Revert "Revert Ember.run refactors" 2019-10-30 09:48:24 -04:00
login-reply-button.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
mobile-category-topic.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
mobile-nav.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
modal-panel.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
modal-tab.js.es6 DEV: Import every instance of Ember.computed function (#8267) 2019-10-30 15:28:29 -05:00
mount-widget.js.es6 DEV: Import set, setProperties, helper, and string functions (#8297) 2019-11-05 12:43:49 -06:00
nav-item.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
navigation-bar.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
navigation-item.js.es6 FIX: show new/unread button when a new topic or post is created (#8576) 2019-12-18 11:22:28 +00:00
notification-consent-banner.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
number-field.js.es6 DEV: Provide radix argument to parseInt (#8281) 2019-11-12 10:47:42 +01:00
password-field.js.es6 DEV: global s/this.get\("(\w+)"\)/this.$1 (#7592) 2019-05-27 10:15:39 +02:00
plugin-connector.js.es6 FEATURE: adds a new plugin api to decorate plugin outlets (#8937) 2020-02-13 23:44:34 +01:00
plugin-outlet.js.es6 DEV: fix linting 2019-11-20 14:03:45 +00:00
popup-input-tip.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
preference-checkbox.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
private-message-glyph.js.es6 REFACTOR: removes places where we never show glyph and DRY code (#8744) 2020-01-17 20:58:15 +01:00
pwa-install-banner.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
quote-button.js.es6 FIX: Properly convert quotes to Markdown (#8808) 2020-02-07 16:25:23 +01:00
radio-button.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
related-messages.js.es6 FIX: applies correct styles to icon and attempts to dry code (#8739) 2020-01-17 18:20:23 +01:00
reviewable-bundled-action.js.es6 DEV: Import every instance of Ember.computed function (#8267) 2019-10-30 15:28:29 -05:00
reviewable-claimed-topic.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
reviewable-conversation-post.js.es6 DEV: Import every instance of Ember.computed function (#8267) 2019-10-30 15:28:29 -05:00
reviewable-field-tags.js.es6 DEV: Ember linting - disallow Ember.* variable usage (#8782) 2020-02-05 10:14:42 -06:00
reviewable-flagged-post.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
reviewable-histories.js.es6 DEV: Import every instance of Ember.computed function (#8267) 2019-10-30 15:28:29 -05:00
reviewable-item.js.es6 FIX: Another attempt at fixing reviewable claiming 2020-02-26 10:46:10 +02:00
reviewable-queued-post.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
reviewable-user.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
scroll-tracker.js.es6 Revert "Revert Ember.run refactors" 2019-10-30 09:48:24 -04:00
scrolling-post-stream.js.es6 Revert "Revert Ember.run refactors" 2019-10-30 09:48:24 -04:00
search-advanced-options.js.es6 FIX: When appending tags to restricted category posts, we need to pass the category id, or it won't work. (#9020) 2020-02-27 14:10:14 -03:00
search-text-field.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
second-factor-form.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
second-factor-input.js.es6 FIX: Allow the app to generate and accept longer backup codes (#8761) 2020-01-21 14:28:31 +00:00
security-key-form.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
share-panel.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
share-popup.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
share-source.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
shared-draft-controls.js.es6 DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
signup-cta.js.es6 DEV: Import Ember.on from @ember/object/evented (#8268) 2019-10-30 17:05:27 -05:00
site-header.js.es6 DEV: Run prettier 2019-11-12 11:49:31 +01:00
suggested-topics.js.es6 FIX: correctly shows suggested topics label (#9017) 2020-02-21 12:35:49 +01:00
tag-drop-link.js.es6 FIX: Use new tag routes (#8683) 2020-01-21 19:23:08 +02:00
tag-groups-form.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
tag-info.js.es6 UX: add confirmation when adding tag synonyms 2020-01-22 12:35:42 -05:00
tag-list.js.es6 FIX: makes tag-{info,list} more specific to avoid styling other elements (#8902) 2020-02-10 08:41:38 +01:00
tags-admin-dropdown.js.es6 FIX: ensures tags-admin-dropdown is working correctly with sk2 (#8852) 2020-02-04 19:23:44 +01:00
tap-tile-grid.js.es6 Improving bookmarks part 1 (#8466) 2019-12-11 14:04:02 +10:00
tap-tile.js.es6 Improving bookmarks part 1 (#8466) 2019-12-11 14:04:02 +10:00
text-field.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
text-overflow.js.es6 FIX: Workaround limitation in jquery.autoellipsis (#8747) 2020-01-21 18:44:50 +02:00
time-input.js.es6 DEV: Import every instance of Ember.computed function (#8267) 2019-10-30 15:28:29 -05:00
top-period-buttons.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
topic-admin-menu-button.js.es6 FEATURE: New 'Reviewable' model to make reviewable items generic 2019-03-28 12:45:10 -04:00
topic-category.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
topic-entrance.js.es6 DEV: Provide radix argument to parseInt (#8281) 2019-11-12 10:47:42 +01:00
topic-footer-buttons.js.es6 FEATURE: Modal for profile featured topic & admin wrench refactor (#8545) 2019-12-16 08:41:34 -08:00
topic-join-group-notice.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
topic-list-item.js.es6 DEV: Remove buffered rendering from topic-list-item (#8589) 2020-01-06 17:41:45 -07:00
topic-list.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
topic-navigation.js.es6 REFACTOR: querySelector instead of querySelectorAll to get first node (#8861) 2020-02-05 08:49:02 +01:00
topic-post-badges.js.es6 DEV: Remove buffered rendering from topic-post-badges 2019-12-12 07:04:25 -07:00
topic-progress.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
topic-status.js.es6 UX: Differentiate Between PMs and Topics in Search Results (#8933) 2020-02-27 13:25:32 +00:00
topic-timeline.js.es6 DEV: Upgrade Ember to version 3.12.2 (#8753) 2020-02-05 14:51:00 +01:00
topic-timer-info.js.es6 DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
topic-title.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
track-selected.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
user-badge.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
user-card-contents.js.es6 DEV: Use classes for styling user and group cards (#8913) 2020-02-13 09:58:17 +00:00
user-field.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
user-flag-percentage.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
user-info.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
user-link.js.es6 DEV: Import every instance of Ember.computed function (#8267) 2019-10-30 15:28:29 -05:00
user-notifications-large.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
user-selector.js.es6 FIX: makes user-selector use real booleans (#8909) 2020-02-11 20:20:12 +01:00
user-stat.js.es6 DEV: Import every instance of Ember.computed function (#8267) 2019-10-30 15:28:29 -05:00
user-stream-item.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
user-stream.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
user-summary-category-search.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
user-summary-section.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
user-summary-topic.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
user-summary-topics-list.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
user-summary-user.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00
watch-read.js.es6 REFACTOR: Remove Ember.Component global variable 2019-10-23 12:30:52 -04:00