Ghost/ghost/admin/app/components
Kevin Ansfield 3d6fae3ea7
Fixed intermittent click issues with internal links dropdown (#20101)
closes https://linear.app/tryghost/issue/MOM-60

- when the dropdown opens near the end of the document, clicking the links sometimes did nothing and showed an error in the console
- we have a mousedown event handler on an element that surrounds the main editing element that re-focuses the editor when clicked in order to make the "focus editor" click target larger and more natural-feeling but it was inadvertently re-focusing when the mousedown event fired for an element in the dropdown list when the list was positioned outside of the main editor element. This lead to timing issues with the bookmark node being removed on blur because it was empty followed by an error from the node's component's async event handlers which were trying to set values on the now-removed node
- by switching from `event.target.closest()` to looping over `event.composedPath()` when checking to see if we should skip re-focusing we're more resilient to DOM manipulations occurring between event triggers and function calls because we'll always be given the list of elements that existed at the time the event fired
2024-04-29 17:58:33 +01:00
..
admin-x Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
collections Added collection filter input to the Admin UI 2023-07-18 18:36:49 +08:00
dashboard Made Ghost logo background in dark mode match the admin background 2024-04-04 12:13:33 +01:00
editor Fixed linting issue 2024-03-28 16:47:53 +00:00
gh-input-with-select Update dependency ember-template-lint to v5.3.0 (#16062) 2023-01-04 09:39:32 +00:00
gh-nav-menu Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
gh-post-settings-menu Swapped control symbol for text on Windows (#18420) 2023-10-02 13:03:58 +00:00
gh-power-select [chore] run the no-implicit-this codemod (#2244) 2022-02-02 17:09:02 +00:00
gh-token-input Improved long label handling (#20029) 2024-04-17 05:02:21 +00:00
icons Updated hiding page title and image interaction (#17256) 2023-07-10 10:02:56 +02:00
inputs Updated newsletter model and form for latest schema 2022-04-12 14:01:41 +01:00
member Cleaned up member attribution flag (#16745) 2023-05-05 15:04:14 +02:00
member-attribution Hide attribution table sort indicator when there are no paid tiers 2023-09-22 13:29:29 +01:00
members Fixed scrolling issues on members table (#19833) 2024-03-11 17:32:10 +01:00
members-activity 🐛 Fixed member activity event filter (#16849) 2023-05-23 14:44:49 +01:00
modal-import-members Fixed admin failing tests 2023-06-08 13:38:13 +02:00
modals 🐛 Fixed admin error when deleting an unsaved or imported post (#20053) 2024-04-18 10:02:02 -07:00
multi-list 🐛 Fixed CMD/shift clicking to open the editor in a new tab/window 2023-05-03 17:02:26 +02:00
offers 🎨 Include archived offers in members filter (#19756) 2024-02-29 08:31:23 +02:00
posts Added quotes to NQL filters with ids (#18958) 2023-11-13 12:00:20 +01:00
posts-list Updated time formatting for drafts and scheduled posts (#19924) 2024-03-27 11:30:14 +01:00
tabs Add forceRender property to tabs (#15699) 2022-10-26 18:03:29 +01:00
tags Updated Twitter wording and logos (#18419) 2023-10-02 12:48:34 +00:00
tiers 🐛 Fixed members tier filtering (#16212) 2023-02-01 20:33:57 +08:00
aspect-ratio-box.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
aspect-ratio-box.js Switched majority of files from EmberObject to native class syntax using @classic decorator (#2227) 2022-02-01 09:34:03 +00:00
epm-modal-container.hbs Updated editor re-authentication modal (#16102) 2023-01-11 12:39:04 +01:00
epm-modal-container.js 🐛 Fixed non-functioning "Leave" button on unsaved-changes confirmation modals 2022-04-01 12:47:08 +01:00
gh-alert.hbs Migrated notifications to Octane patterns 2022-05-25 12:16:37 +01:00
gh-alert.js Migrated notifications tests to Octane patterns 2022-05-25 12:45:26 +01:00
gh-alerts.hbs Migrated notifications to Octane patterns 2022-05-25 12:16:37 +01:00
gh-alerts.js Migrated notifications to Octane patterns 2022-05-25 12:16:37 +01:00
gh-app.hbs 🎨 Adjusted post settings menu design so it can stay open whilst editing 2021-07-02 19:04:57 +01:00
gh-basic-dropdown.hbs Fixed interfering actions menus in newsletter management 2022-04-20 10:50:11 +01:00
gh-basic-dropdown.js [chore] migrate to eslint@8 and run --fix (#2256) 2022-02-10 10:41:36 +00:00
gh-billing-iframe.hbs Added clipboard write permission to billing iframe 2023-12-05 12:33:22 -04:00
gh-billing-iframe.js Fixed unnecessary identity requests and 403s for non-Owner accounts (#15949) 2022-12-06 15:20:57 +00:00
gh-billing-modal.hbs Move billing iFrame to render in main content area (#1838) 2021-02-12 10:13:23 +00:00
gh-billing-modal.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
gh-billing-update-button.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
gh-billing-update-button.js Fixed hosting management screen not loading after sign-in process (#15763) 2022-11-03 11:14:36 +00:00
gh-blog-url.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-blog-url.js Fixed hosting management screen not loading after sign-in process (#15763) 2022-11-03 11:14:36 +00:00
gh-browser-preview.hbs Added desktop/mobile switch to <GhBrowserPreview> component 2022-02-04 10:28:20 +00:00
gh-browser-preview.js Added desktop/mobile switch to <GhBrowserPreview> component 2022-02-04 10:28:20 +00:00
gh-canvas-header.hbs Converted <GhCanvasHeader> to glimmer component 2022-05-25 10:07:11 +01:00
gh-canvas-header.js Converted <GhCanvasHeader> to glimmer component 2022-05-25 10:07:11 +01:00
gh-cm-editor.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-cm-editor.js Refactored tags screens 2022-09-09 13:27:13 +01:00
gh-content-cover.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
gh-context-menu.hbs Updated context menu to swap position if outside window 2023-04-14 11:04:11 +02:00
gh-context-menu.js Updated context menu to swap position if outside window 2023-04-14 11:04:11 +02:00
gh-custom-view-title.hbs Updated breadcrumb and title style across admin 2022-10-04 12:35:29 +07:00
gh-custom-view-title.js Added default and custom post views (filters) to the admin sidebar (#1474) 2020-01-30 15:35:36 +00:00
gh-date-picker.hbs Update dependency ember-template-lint to v5.3.0 (#16062) 2023-01-04 09:39:32 +00:00
gh-date-picker.js Dropped ember-cli-moment-shim dependency 2022-09-24 13:28:23 +02:00
gh-date-time-picker.hbs Improved timezone support date picker and improved tests (#15545) 2022-10-07 12:20:06 +02:00
gh-date-time-picker.js Improved timezone support date picker and improved tests (#15545) 2022-10-07 12:20:06 +02:00
gh-dropdown-button.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
gh-dropdown.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
gh-editor-feature-image.hbs 🎨 Updated editor layout to be more mobile friendly (#19327) 2023-12-12 11:51:59 +01:00
gh-editor-feature-image.js Added TK support to feature image caption editor (#19285) 2023-12-07 15:46:23 +00:00
gh-editor-post-status.hbs Added bookmark back to published posts in Beta editor (#18289) 2023-09-22 09:54:51 +00:00
gh-editor-post-status.js Removed need for .get() with settings service 2022-10-07 16:14:57 +01:00
gh-editor.hbs Deleted all Admin code relating to the old editor (#18580) 2023-10-12 13:17:39 +01:00
gh-editor.js Deleted all Admin code relating to the old editor (#18580) 2023-10-12 13:17:39 +01:00
gh-email-preview-link.hbs Fixed <GhEmailPreviewLink> default text and whitespace 2022-01-25 13:27:58 +00:00
gh-email-preview-link.js Resolved deprecation warnings for dynamic modal component binding (#2303) 2022-03-14 10:52:04 +00:00
gh-error-message.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-error-message.js Converted <GhErrorMessage> to glimmer component 2019-12-13 16:12:04 +00:00
gh-explore-iframe.hbs Convert getIframeUrl to a getter and inject as source into iframe component 2023-08-11 10:47:47 +01:00
gh-explore-iframe.js Convert getIframeUrl to a getter and inject as source into iframe component 2023-08-11 10:47:47 +01:00
gh-explore-modal.hbs Convert getIframeUrl to a getter and inject as source into iframe component 2023-08-11 10:47:47 +01:00
gh-explore-modal.js Added Ghost Explore in Ghost as iframe app behind feature flag (#15495) 2022-10-07 14:32:54 +01:00
gh-facebook-url-input.hbs Refactored facebook/twitter URL inputs 2022-10-04 17:55:24 +01:00
gh-facebook-url-input.js Removed need for .get() with settings service 2022-10-07 16:14:57 +01:00
gh-file-input.hbs Replaced emberx-file-input addon with in-app implementation 2022-08-31 22:21:31 +01:00
gh-file-input.js Fixed broken file uploaders 2022-09-02 09:19:11 +01:00
gh-form-group.hbs Migrated <GhValidationStatusContainer> to {{validation-status}} modifier 2022-12-09 12:38:35 +00:00
gh-fullscreen-modal.hbs Prevented background click closing members import modal (#18296) 2023-09-22 12:01:34 +00:00
gh-fullscreen-modal.js Prevented background click closing members import modal (#18296) 2023-09-22 12:01:34 +00:00
gh-html-iframe.hbs Added browser tests for announcement bar (#16742) 2023-05-05 14:11:26 +04:00
gh-html-iframe.js Fixed Cannot set properties of null (setting 'scrollTop') errors in <GhHtmlIframe> 2022-11-24 12:52:16 +00:00
gh-image-uploader-with-preview.hbs Deleted all Admin code relating to the old editor (#18580) 2023-10-12 13:17:39 +01:00
gh-image-uploader.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
gh-image-uploader.js Updated error fallbacks to generic error message 2022-11-23 21:49:40 +00:00
gh-infinity-loader.hbs Switch deprecated {{hasBlock}} to (has-block) 2021-05-12 12:33:40 +01:00
gh-infinity-loader.js Switched majority of files from EmberObject to native class syntax using @classic decorator (#2227) 2022-02-01 09:34:03 +00:00
gh-koenig-editor-lexical.hbs Added TK Reminders feature (#19491) 2024-01-17 08:57:35 +00:00
gh-koenig-editor-lexical.js Fixed intermittent click issues with internal links dropdown (#20101) 2024-04-29 17:58:33 +01:00
gh-link-to-custom-views-index.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-link-to-custom-views-index.js Bumped eslint-plugin-ghost and fixed linter errors 2021-07-15 15:27:29 +01:00
gh-loading-list.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-loading-spinner.hbs Converted <GhLoadingSpinner> to glimmer component 2021-10-12 16:47:44 +01:00
gh-loading-spinner.js Dropped ember-concurrency-decorators dependency 2022-02-09 10:49:38 +00:00
gh-member-avatar.hbs Revert "🐛 Fixed avatar overlapping with initials (#15167)" 2022-08-05 16:23:29 +02:00
gh-member-avatar.js Added donation events to activity feeds (#17632) 2023-08-10 09:16:47 +02:00
gh-member-details-activity.hbs Replaced copy that uses "See" to "View" across Admin 2023-01-11 15:44:23 +01:00
gh-member-details.hbs Cleaned up sourceAttribution flag (#16740) 2023-05-05 10:57:26 +02:00
gh-member-details.js Refined attribution data on member details page 2022-10-03 18:58:48 +05:30
gh-member-label-input.hbs Improved long label handling (#20029) 2024-04-17 05:02:21 +00:00
gh-member-label-input.js 🐛 Fixed labels not being selectable in members importer 2022-02-11 13:10:42 +00:00
gh-member-settings-form.hbs Added a thousands separator to tier price on member detail screen 2024-03-21 14:55:39 +00:00
gh-member-settings-form.js 🐛 Fixed wording when a canceled subscription has not ended yet (#19523) 2024-01-18 16:56:43 +01:00
gh-member-single-label-input.hbs Wired bulk action operations on filtered members list 2021-08-13 21:50:46 +05:30
gh-member-single-label-input.js Fixed label bulk action error on filtering UI 2021-09-10 10:19:25 +05:30
gh-members-filter-count.hbs Added <GhMembersFilterCount @filter="..." /> 2021-06-11 12:19:44 +01:00
gh-members-filter-count.js Added newsletter name in post scheduled tooltip 2022-05-10 15:00:30 +02:00
gh-members-import-mapping-input.hbs Added new members CSV importer (#1797) 2020-12-10 01:02:31 +05:30
gh-members-import-mapping-input.js Added import tier to members import modal (#17492) 2023-07-26 09:19:09 +01:00
gh-members-import-table.hbs Added basic happy path acceptance test for member csv upload 2022-02-11 11:07:13 +00:00
gh-members-import-table.js Added new members CSV importer (#1797) 2020-12-10 01:02:31 +05:30
gh-members-no-members.hbs AdminX: reroute settings-x to settings (#18360) 2023-10-09 08:12:46 +01:00
gh-members-no-members.js Cleared member count cache on manual member add/delete (#19623) 2024-01-30 15:08:27 -06:00
gh-members-recipient-select.hbs 🐛 Fixed UI bug when selecting specific recipients by label (#16543) 2023-04-03 14:45:58 -07:00
gh-members-recipient-select.js Separated tiers group to active and archived 2023-05-19 11:59:44 +07:00
gh-members-segment-count.hbs Renamed isAdmin/isOwner/isAdminOrOwner to reduce confusion 2021-07-12 14:55:56 +02:00
gh-members-segment-count.js Reduced amount of member count queries when opening the editor (#19474) 2024-01-13 19:13:49 +01:00
gh-members-segment-select.hbs Update dependency ember-template-lint to v5.3.0 (#16062) 2023-01-04 09:39:32 +00:00
gh-members-segment-select.js Separated tiers group to active and archived 2023-05-19 11:59:44 +07:00
gh-migrate-iframe.hbs Add Migrate app (#16458) 2023-03-30 15:40:06 +01:00
gh-migrate-iframe.js Send Ghost version to migrator tool (#19494) 2024-01-16 13:10:39 +00:00
gh-migrate-modal.hbs Add Migrate app (#16458) 2023-03-30 15:40:06 +01:00
gh-migrate-modal.js Add Migrate app (#16458) 2023-03-30 15:40:06 +01:00
gh-mobile-nav-bar.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
gh-mobile-nav-bar.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
gh-nav-menu.hbs Deleted old Ember settings pages (#18740) 2023-11-06 06:46:31 +00:00
gh-nav-menu.js Contributors updates (#2235) 2022-02-01 18:59:20 +01:00
gh-notification.hbs Migrated notifications to Octane patterns 2022-05-25 12:16:37 +01:00
gh-notification.js Migrated notifications tests to Octane patterns 2022-05-25 12:45:26 +01:00
gh-notifications.hbs Migrated notifications to Octane patterns 2022-05-25 12:16:37 +01:00
gh-notifications.js Migrated notifications to Octane patterns 2022-05-25 12:16:37 +01:00
gh-portal-links.hbs Added Tips&Donations link to portal links (#17580) 2023-08-04 15:15:57 +01:00
gh-portal-links.js Fixed hosting management screen not loading after sign-in process (#15763) 2022-11-03 11:14:36 +00:00
gh-post-bookmark.hbs Fixed post bookmark shifting layout bug 2022-06-01 18:26:20 -04:00
gh-post-settings-menu.hbs 🐛 Fixed admin error when deleting an unsaved or imported post (#20053) 2024-04-18 10:02:02 -07:00
gh-post-settings-menu.js Added CSS variable to adjust card width when sidebar is open (#17919) 2023-09-01 09:18:31 +00:00
gh-progress-bar.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-progress-bar.js Switched majority of files from EmberObject to native class syntax using @classic decorator (#2227) 2022-02-01 09:34:03 +00:00
gh-psm-authors-input.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-psm-authors-input.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-psm-tags-input.hbs Resolved power-select related deprecation warnings for loading components by string (#15466) 2022-09-24 17:00:05 +02:00
gh-psm-tags-input.js [chore] migrate to eslint@8 and run --fix (#2256) 2022-02-10 10:41:36 +00:00
gh-psm-template-select.hbs Prettified markup and added titles to all SVGs 2022-08-31 15:02:12 +01:00
gh-psm-template-select.js [chore] migrate to eslint@8 and run --fix (#2256) 2022-02-10 10:41:36 +00:00
gh-psm-visibility-input.hbs Added Playwright "Post visibility" tests 2022-12-08 11:26:44 +07:00
gh-psm-visibility-input.js Removed need for .get() with settings service 2022-10-07 16:14:57 +01:00
gh-recipient-filter-count.hbs Added newsletter name in post scheduled tooltip 2022-05-10 15:00:30 +02:00
gh-referral-invite.hbs Added referrals invite notification (#16187) 2023-01-26 14:42:11 +00:00
gh-referral-invite.js Added referrals invite notification (#16187) 2023-01-26 14:42:11 +00:00
gh-resource-select.hbs Added new members filters and refactored filters (#15667) 2022-10-21 17:18:00 +02:00
gh-resource-select.js 🐛 Fixed searching posts in member filters (#19505) 2024-01-17 16:06:06 +00:00
gh-scroll-trigger.hbs Update dependency ember-in-viewport to v3.8.0 2020-10-01 10:06:53 +01:00
gh-scroll-trigger.js Updated About/What's new? page (#1872) 2021-09-08 14:00:24 +02:00
gh-search-input.hbs Extracted Admin's search behaviour from component to service (#20008) 2024-04-10 11:44:24 +00:00
gh-search-input.js Updated 'Users' to 'Staff' in search dropdown component (#20064) 2024-04-22 14:49:43 +00:00
gh-site-iframe.hbs 🐛 Fixed portal preview resize when using split front-end/admin URLs (#1980) 2021-05-27 13:20:37 +01:00
gh-site-iframe.js Fixed hosting management screen not loading after sign-in process (#15763) 2022-11-03 11:14:36 +00:00
gh-skip-link.js Switch deprecated htmlSafe imports from @ember/string to @ember/template 2021-05-12 12:33:40 +01:00
gh-task-button.hbs Added "Save" button to editor for scheduled and published posts 2022-05-10 10:04:21 +01:00
gh-task-button.js Added "Save" button to editor for scheduled and published posts 2022-05-10 10:04:21 +01:00
gh-text-input.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-text-input.js Switched majority of files from EmberObject to native class syntax using @classic decorator (#2227) 2022-02-01 09:34:03 +00:00
gh-textarea.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
gh-theme-error-li.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-theme-error-li.js Switched majority of files from EmberObject to native class syntax using @classic decorator (#2227) 2022-02-01 09:34:03 +00:00
gh-token-input.hbs Resolved power-select related deprecation warnings for loading components by string (#15466) 2022-09-24 17:00:05 +02:00
gh-token-input.js Fixed invalid shortcuts imports 2022-09-24 13:28:30 +02:00
gh-trim-focus-input.js Switched majority of files from EmberObject to native class syntax using @classic decorator (#2227) 2022-02-01 09:34:03 +00:00
gh-twitter-url-input.hbs Refactored facebook/twitter URL inputs 2022-10-04 17:55:24 +01:00
gh-twitter-url-input.js Removed need for .get() with settings service 2022-10-07 16:14:57 +01:00
gh-unsplash-photo.hbs Migrated <GhUnsplashPhoto> to glimmer component 2022-02-08 10:13:18 +00:00
gh-unsplash-photo.js Migrated <GhUnsplashPhoto> to glimmer component 2022-02-08 10:13:18 +00:00
gh-unsplash.hbs Migrated <GhUnsplash> to glimmer component 2022-02-07 16:53:12 +00:00
gh-unsplash.js Migrated <GhUnsplash> to glimmer component 2022-02-07 16:53:12 +00:00
gh-uploader.hbs Added settings for newsletter header, title style, and feature image (#1993) 2021-06-07 16:36:21 +01:00
gh-uploader.js Fixed product card throwing "Cannot read properties of undefined (reading 'url')" errors 2022-11-22 13:13:42 +00:00
gh-url-input.hbs Added non-Stripe members setting screen acceptance tests 2022-02-18 22:36:01 +00:00
gh-url-input.js Refined Portal redirect URLs 2021-03-09 09:22:41 +01:00
gh-url-preview.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-url-preview.js Update dependency ember-template-lint to v5.3.0 (#16062) 2023-01-04 09:39:32 +00:00
gh-view-title.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
gh-view-title.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
koenig-image-editor.hbs Refined signup card frontend styles 2023-05-29 12:28:27 +02:00
koenig-image-editor.js Added PostHog identify calls in admin using hashed email address of user (#19685) 2024-02-13 13:23:03 -08:00
koenig-lexical-editor-input.hbs Swapped feature image caption input from mobiledoc to lexical 2023-10-10 18:45:51 +01:00
koenig-lexical-editor-input.js Fixed type error when logging editor error (#19504) 2024-01-17 13:39:15 +00:00
koenig-lexical-editor.hbs Updated Ghost to handle Lexical snippets (#16630) 2023-04-14 16:08:48 +04:00
koenig-lexical-editor.js Updated editor link search to group results (#20058) 2024-04-22 05:35:18 +00:00
liquid-container.js Sped up tests that use {{liquid-if}} 2022-05-30 12:10:37 +01:00
modal-base.js Fixed pasting links in koenig basic html input (#16584) 2023-04-07 11:19:37 +02:00
modal-impersonate-member.hbs Added playwright test for free member upgrade via portal (#15961) 2022-12-07 21:41:55 +05:30
modal-impersonate-member.js Fixed hosting management screen not loading after sign-in process (#15763) 2022-11-03 11:14:36 +00:00
modal-import-members.hbs Refactored staff user modals 2022-10-03 21:15:34 +01:00
modal-import-members.js Improved member importer error handling (#15843) 2022-11-17 19:41:39 +00:00
modal-member-tier.hbs Added a custom duration to the comp expirations (#16808) 2023-05-30 13:35:40 +08:00
modal-member-tier.js Added a custom duration to the comp expirations (#16808) 2023-05-30 13:35:40 +08:00
modal-members-label-form.hbs Cleaned up icon styles 2022-09-02 16:56:02 +01:00
modal-members-label-form.js Ran ember-cli-update --run-codemods (#2219) 2022-01-21 19:25:47 +00:00
modal-post-history.hbs 🎨 Improved copy on page & post revisions (#17068) 2023-06-20 14:52:51 +02:00
modal-post-history.js Fixed loading assets from CDN URL 2023-07-24 16:12:29 +02:00
modal-unsubscribe-members.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-unsubscribe-members.js Wired success/error handling for bulk operations on filtered members 2021-09-08 12:06:16 +05:30
power-select-vertical-collection-options.hbs Update dependency ember-template-lint to v5.3.0 (#16062) 2023-01-04 09:39:32 +00:00
power-select-vertical-collection-options.js Co-located component template files 2020-05-18 13:14:08 +01:00
react-component.hbs Added support for building/rendering react components 2022-07-19 12:48:53 +01:00
websockets.hbs Added alpha feature to demonstrate websockets 2023-02-17 11:55:15 +01:00
websockets.js Added alpha feature to demonstrate websockets 2023-02-17 11:55:15 +01:00