1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/app/components
Kevin Ansfield d6058dbf27 Co-located component template files
no issue

Keeps component JS backing files and template files in the same directory which avoids hunting across directories when working with components. Also lets you see all components when looking at one directory, whereas previously template-only or js-only components may not have been obvious without looking at both directories.

- ran [codemod](https://github.com/ember-codemods/ember-component-template-colocation-migrator/) for app-level components
- manually moved in-repo-addon component templates in `lib/koenig-editor`
- removed all explicit `layout` imports as JS/template associations are now made at build-time removing the need for them
- updated `.embercli` to default to new flat component structure
2020-05-18 13:14:08 +01:00
..
gh-post-settings-menu Co-located component template files 2020-05-18 13:14:08 +01:00
gh-power-select Co-located component template files 2020-05-18 13:14:08 +01:00
gh-token-input Co-located component template files 2020-05-18 13:14:08 +01:00
aspect-ratio-box.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
aspect-ratio-box.js Added ability to upload integration icons (#1058) 2018-10-23 10:29:49 +01:00
gh-activating-list-item.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-activating-list-item.js Removed deprecated usage of this.$() in components 2020-01-10 15:12:39 +00:00
gh-alert.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-alert.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-alerts.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-alerts.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-app.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-app.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-basic-dropdown.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-basic-dropdown.js Co-located component template files 2020-05-18 13:14:08 +01:00
gh-billing-iframe.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-billing-iframe.js Added billing "update" CTA button 2020-04-21 18:54:29 +12:00
gh-billing-update-button.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-billing-update-button.js Added response parameter to postMessage data 2020-05-01 17:34:55 +12:00
gh-blog-url.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-blog-url.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-canvas-header.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-canvas-header.js Removed and disabled use of Ember.js function prototype extensions 2019-07-01 15:53:58 +01:00
gh-cm-editor.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-cm-editor.js Migrated to <AngleBracketSyntax /> (#1460) 2020-01-16 15:14:03 +00:00
gh-content-cover.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-contentfilter.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-contentfilter.js Added default and custom post views (filters) to the admin sidebar (#1474) 2020-01-30 15:35:36 +00:00
gh-custom-view-title.hbs Co-located component template files 2020-05-18 13:14:08 +01: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-time-picker.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-date-time-picker.js Upgraded ember-power-* addons (#1459) 2020-01-15 13:53:51 +00:00
gh-dropdown-button.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-dropdown.js Removed deprecated usage of this.$() in components 2020-01-10 15:12:39 +00:00
gh-editor-post-status.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-editor-post-status.js Added console log with reason unsaved changes modal is shown in editor 2019-12-17 09:57:37 +00:00
gh-editor.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-editor.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +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-feature-flag.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-feature-flag.js Migrated to <AngleBracketSyntax /> (#1460) 2020-01-16 15:14:03 +00:00
gh-file-input.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-file-upload.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-file-upload.js Removed deprecated usage of this.$() in components 2020-01-10 15:12:39 +00:00
gh-file-uploader.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-file-uploader.js Update ember core 2019-07-22 14:00:52 +01:00
gh-form-group.js Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01:00
gh-fullscreen-modal.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-fullscreen-modal.js Migrated to <AngleBracketSyntax /> (#1460) 2020-01-16 15:14:03 +00:00
gh-image-uploader-with-preview.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-image-uploader-with-preview.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-image-uploader.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-image-uploader.js Fix linting errors 2019-07-22 11:21:24 +01:00
gh-infinity-loader.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-infinity-loader.js Co-located component template files 2020-05-18 13:14:08 +01:00
gh-koenig-editor.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-koenig-editor.js Koenig - Added reading time and word count display 2018-07-20 15:53:21 +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 Added default and custom post views (filters) to the admin sidebar (#1474) 2020-01-30 15:35:36 +00:00
gh-loading-list.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-loading-spinner.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-loading-spinner.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-markdown-editor.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-markdown-editor.js Upgraded eslint-plugin-ghost and fixed new linter errors 2020-01-16 17:01:12 +00:00
gh-member-avatar.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-member-avatar.js Refactored <GhMemberAvatar> to glimmer component 2020-02-27 12:33:33 +00:00
gh-member-label-input.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-member-label-input.js Added labels for Members (#1477) 2020-02-14 15:04:01 +05:30
gh-member-settings-form.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-member-settings-form.js Added support for setting custom currency on member's plans 2020-03-04 13:31:39 +08:00
gh-members-chart.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-members-chart.js Update dependency eslint-plugin-ghost to v1.4.0 2020-05-06 18:07:01 +01:00
gh-members-contentfilter.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-members-contentfilter.js Added labels for Members (#1477) 2020-02-14 15:04:01 +05:30
gh-members-lab-setting.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-members-lab-setting.js Cleaned up use of members isPaid flag 2020-03-16 13:44:14 +08:00
gh-members-list-item.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-members-list-item.js Refactored <GhMembersListItem> 2020-02-27 12:17:48 +00:00
gh-members-no-members.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-members-no-members.js Updated notifications design (#1498) 2020-02-27 09:19:29 +00:00
gh-mobile-nav-bar.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-mobile-nav-bar.js Match service/controller import to ember-modules-codemod style for consistency 2017-10-30 09:38:01 +00:00
gh-mobiledoc.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-modal-dialog.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-nav-menu.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-nav-menu.js Added billing "update" CTA button 2020-04-21 18:54:29 +12:00
gh-navitem-url-input.js Switch from embor-browserify to ember-auto-import 2019-01-22 13:09:38 +00:00
gh-navitem.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-navitem.js Upgraded eslint-plugin-ghost and fixed new linter errors 2020-01-16 17:01:12 +00:00
gh-notification.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-notification.js Updated notifications design (#1498) 2020-02-27 09:19:29 +00:00
gh-notifications.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-notifications.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-post-settings-menu.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-post-settings-menu.js Extracted PSM email settings into separate component 2019-11-08 15:56:56 +07:00
gh-posts-list-item.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-posts-list-item.js Updated email role restrictions 2019-11-26 13:20:49 +01:00
gh-profile-image.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-profile-image.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-progress-bar.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-progress-bar.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +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 Co-located component template files 2020-05-18 13:14:08 +01:00
gh-psm-tags-input.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-psm-template-select.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-psm-template-select.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-psm-visibility-input.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-psm-visibility-input.js Renamed post visiblity dropdown values for posts 2019-10-04 12:57:58 +02:00
gh-publishmenu-draft.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-publishmenu-draft.js 🐛 Fixed ability to schedule emailed post when date is incorrect 2020-04-23 19:43:10 +01:00
gh-publishmenu-published.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-publishmenu-published.js Display email sent info on published state of publish menu 2019-11-04 16:59:46 +07:00
gh-publishmenu-scheduled.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-publishmenu-scheduled.js Allowed editors to send email on publish (#1504) 2020-02-24 12:20:29 +08:00
gh-publishmenu.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-publishmenu.js 🐛 Fixed ability to schedule emailed post when date is incorrect 2020-04-23 19:43:10 +01:00
gh-scroll-trigger.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-scroll-trigger.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-search-input-trigger.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-search-input-trigger.js Update dependency ember-power-select to v4 (#1528) 2020-05-17 22:35:53 +01:00
gh-search-input.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-search-input.js Cleaned up and re-organised tag and new tag routes/controllers 2019-12-09 17:44:16 +00:00
gh-simplemde.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-simplemde.js 🐛 Fixed editor crashing when leaving a markdown card's edit mode 2019-05-23 13:43:01 +01:00
gh-site-iframe.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-site-iframe.js Added reset-to-homepage behaviour when clicking "view site" link 2019-03-21 17:55:58 +00:00
gh-skip-link.js Migrate to latest ember, ember-mocha and modern ember testing (#1044) 2019-01-02 09:58:55 +00:00
gh-tag-settings-form.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-tag-settings-form.js Cleaned up more unused code in <GhTagSettingsForm> 2020-01-10 14:56:43 +00:00
gh-tags-list-item.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-tags-list-item.js 🎨 Updated tags screen design and usability (#1283) 2019-08-27 19:21:31 +05:30
gh-tags-management-container.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-task-button.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-task-button.js Reduced unnecessary waiting in tests 2020-05-11 11:37:35 +01:00
gh-text-input.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-text-input.js Remove ember-one-way-controls (#959) 2018-02-28 11:44:03 +00:00
gh-textarea.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +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 from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
gh-theme-table.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-theme-table.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-timezone-select.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-timezone-select.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-token-input.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-token-input.js Upgraded ember-power-* addons (#1459) 2020-01-15 13:53:51 +00:00
gh-tour-item.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-tour-item.js Migrated to <AngleBracketSyntax /> (#1460) 2020-01-16 15:14:03 +00:00
gh-trim-focus-input.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-unsplash-photo.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-unsplash-photo.js Updated Unsplash image selector to insert larger images 2019-08-29 09:41:43 +01:00
gh-unsplash.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-unsplash.js Updated Unsplash image selector to insert larger images 2019-08-29 09:41:43 +01:00
gh-uploader.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-uploader.js Fixed ".set called on destroyed object" error thrown in <GhUploader> 2019-07-31 17:45:19 +01:00
gh-url-preview.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-url-preview.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-user-active.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-user-active.js Add {{background-image-style}} helper 2018-05-14 13:04:53 +01:00
gh-user-invited.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-user-invited.js Updated notifications design (#1498) 2020-02-27 09:19:29 +00:00
gh-user-list-item.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-user-list-item.js Upgrade to Ember 2.15.0 2017-09-02 16:18:10 -04:00
gh-validation-status-container.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
gh-view-title.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-view-title.js Match service/controller import to ember-modules-codemod style for consistency 2017-10-30 09:38:01 +00:00
gh-whats-new.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-whats-new.js Added "What's new" indicator and modal to highlight recent updates (#1292) 2019-08-23 10:01:27 +01:00
modal-base.js 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
modal-billing.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-billing.js Added handling for /billing route with query param passing to BMA (#1551) 2020-04-22 15:35:56 +12:00
modal-confirm-email-send.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-confirm-email-send.js Updated send email messaging for Editors (#1505) 2020-02-24 13:22:39 +05:30
modal-custom-view-form.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-custom-view-form.js Fixed query params not resetting when deleting a custom view 2020-02-03 16:38:14 +00:00
modal-delete-all.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-delete-all.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
modal-delete-integration.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-delete-integration.js Added ability to delete integrations (#1057) 2018-10-19 17:37:27 +01:00
modal-delete-member.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-delete-member.js Fixed member count after deleting a member 2019-12-13 11:38:37 +00:00
modal-delete-post.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-delete-post.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
modal-delete-tag.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-delete-tag.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
modal-delete-theme.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-delete-theme.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
modal-delete-user.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-delete-user.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
modal-delete-webhook.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-delete-webhook.js Added edit webhook modal (#1056) 2018-10-19 17:34:53 +01:00
modal-impersonate-member.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-impersonate-member.js Added member impersonation (#1497) 2020-02-27 11:50:15 +08:00
modal-import-members.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-import-members.js Added csv import/export for members 2019-10-04 15:14:20 +05:30
modal-invite-new-user.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-invite-new-user.js Updated notifications design (#1498) 2020-02-27 09:19:29 +00:00
modal-leave-editor.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-leave-editor.js 🐛 Fixed sticky "Unsaved changes" modal when leaving editor 2019-01-21 09:18:51 +00:00
modal-leave-settings.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-leave-settings.js Migrate to latest ember, ember-mocha and modern ember testing (#1044) 2019-01-02 09:58:55 +00:00
modal-markdown-help.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-markdown-help.js Flatten nested components (#854) 2017-09-11 14:41:17 +07:00
modal-members-label-form.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-members-label-form.js Updated notifications design (#1498) 2020-02-27 09:19:29 +00:00
modal-new-integration.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-new-integration.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00
modal-post-email-preview.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-post-email-preview.js Allowed pointer-events on prerview modal 2019-11-15 11:37:04 +05:30
modal-re-authenticate.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-re-authenticate.js Upgraded eslint-plugin-ghost and fixed new linter errors 2020-01-16 17:01:12 +00:00
modal-regenerate-key.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-regenerate-key.js Added regenerate copy tweak for internal Zapier integration 2020-05-06 12:36:43 +05:30
modal-search.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-search.js 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
modal-suspend-user.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-suspend-user.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
modal-theme-warnings.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-theme-warnings.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
modal-transfer-owner.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-transfer-owner.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
modal-unsuspend-user.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-unsuspend-user.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
modal-upgrade-host-limit.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-upgrade-host-limit.js Added upgrade modal for host member limits (#1428) 2019-12-17 19:27:42 +05:30
modal-upload-image.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-upload-image.js Removed deprecated usage of this.$() in components 2020-01-10 15:12:39 +00:00
modal-upload-theme.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-upload-theme.js 🐛 Fixed missing errors and confusing button text in theme upload modal 2019-04-15 22:43:29 +01:00
modal-webhook-form.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-webhook-form.js Fixed linting 2018-11-13 09:56:59 +00:00
modal-whats-new.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
modal-whats-new.js Added "What's new" indicator and modal to highlight recent updates (#1292) 2019-08-23 10:01:27 +01:00
power-select-vertical-collection-options.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
power-select-vertical-collection-options.js Co-located component template files 2020-05-18 13:14:08 +01:00