Ghost/ghost/admin/app/components
Kevin Ansfield f1c8af662f Refactored modal for bulk unsubscribing members
refs https://github.com/TryGhost/Team/issues/559

Members controller was becoming bloated and difficult to follow due to catering for many different concerns.

- converted old modal to newer promise-modal style
- pulled full bulk unsubscribing logic out of the members controller and into the modal so logic is contained in one place
2022-02-09 22:04:02 +00:00
..
custom-theme-settings Dropped ember-concurrency-decorators dependency 2022-02-09 10:49:38 +00:00
dashboard Updated conditionals for editorIsLaunchComplete with improvedOnboarding feature 2022-02-07 11:11:19 +00:00
gh-input-with-select Added showSearchMessage option to gh-input-with-select/trigger component 2022-01-27 18:56:13 +00:00
gh-launch-wizard Dropped ember-concurrency-decorators dependency 2022-02-09 10:49:38 +00:00
gh-nav-menu Refactored general design settings form components 2022-02-04 16:04:58 +00:00
gh-post-settings-menu Dropped ember-concurrency-decorators dependency 2022-02-09 10:49:38 +00:00
gh-power-select [chore] run the no-implicit-this codemod (#2244) 2022-02-02 17:09:02 +00:00
gh-token-input Cleaned up members filter labs components 2022-02-08 11:48:55 +00:00
member Fixed the spacing with email links in activity without flag 2022-02-01 14:28:37 +00:00
members Swapped use of EmberObject for member filter rows to native classes 2022-02-09 09:10:55 +00:00
members-activity [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-import-members Updated import-members modal 2022-02-08 14:56:19 +01:00
modals Refactored modal for bulk unsubscribing members 2022-02-09 22:04:02 +00:00
settings Dropped ember-concurrency-decorators dependency 2022-02-09 10:49:38 +00: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 Fixed background flicker when opening design modal 2021-10-04 18:15:11 +01:00
epm-modal-container.js Fixed background flicker when opening design modal 2021-10-04 18:15:11 +01:00
gh-activating-list-item.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
gh-activating-list-item.js Switched majority of files from EmberObject to native class syntax using @classic decorator (#2227) 2022-02-01 09:34:03 +00:00
gh-alert.hbs [chore] run the no-implicit-this codemod (#2244) 2022-02-02 17:09:02 +00:00
gh-alert.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
gh-alerts.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-alerts.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00: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 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-benefit-item.hbs Refined free tier UI 2022-01-19 13:04:08 +05:30
gh-benefit-item.js Refined enter behavior in Admin benefits modal 2021-09-02 15:10:58 +05:30
gh-billing-iframe.hbs Fixed browser URL syncronization with embeded iframe state 2020-05-22 14:44:37 +12:00
gh-billing-iframe.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +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 Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
gh-blog-url.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-blog-url.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
gh-brand-settings-form.hbs [chore] run the no-implicit-this codemod (#2244) 2022-02-02 17:09:02 +00:00
gh-brand-settings-form.js Dropped ember-concurrency-decorators dependency 2022-02-09 10:49:38 +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 Updated custom integration UI 2021-02-08 21:16:41 +01:00
gh-canvas-header.js Switched majority of files from EmberObject to native class syntax using @classic decorator (#2227) 2022-02-01 09:34:03 +00:00
gh-cm-editor.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-cm-editor.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
gh-content-cover.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
gh-contentfilter.hbs Contributors updates (#2235) 2022-02-01 18:59:20 +01:00
gh-contentfilter.js Renamed isAdmin/isOwner/isAdminOrOwner to reduce confusion 2021-07-12 14:55:56 +02: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 Switched majority of files from EmberObject to native class syntax using @classic decorator (#2227) 2022-02-01 09:34:03 +00:00
gh-date-time-picker.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
gh-distribution-action-select.hbs Added post distribution labels to publish menu 2021-08-26 23:37:51 +04:00
gh-distribution-action-select.js 🐛 Fixed inconsistent publish/send messaging in publish menu 2021-10-21 13:08:08 +01: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 [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
gh-editor-feature-image.js 🐛 Fixed Unsplash image selector being available in editor when disabled 2021-11-15 16:38:57 +00:00
gh-editor-post-status.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
gh-editor-post-status.js Dropped ember-concurrency-decorators dependency 2022-02-09 10:49:38 +00:00
gh-editor.hbs 🎨 Adjusted post settings menu design so it can stay open whilst editing 2021-07-02 19:04:57 +01:00
gh-editor.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00: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 Refactored post email preview modal 2022-01-25 13:17:05 +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 🐛 Fixed email newsletter settings (#1641) 2020-07-16 11:13:36 +02:00
gh-feature-flag.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
gh-file-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-file-upload.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-file-upload.js Switched majority of files from EmberObject to native class syntax using @classic decorator (#2227) 2022-02-01 09:34:03 +00:00
gh-file-uploader.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
gh-file-uploader.js Fixed "calling .set on destroyed object" error in tests after lock file maintenance 2021-10-20 09:38:06 +01:00
gh-font-selector.hbs Updated email design settings layout 2021-06-18 17:22:23 +02:00
gh-font-selector.js Updated email font selector dropdowns 2021-06-07 23:06:05 +02:00
gh-form-group.js Switched majority of files from EmberObject to native class syntax using @classic decorator (#2227) 2022-02-01 09:34:03 +00:00
gh-fullscreen-modal.hbs Fixed stripe connect modal not adjusting correctly to connected state 2021-05-20 17:20:49 +01:00
gh-fullscreen-modal.js Bumped eslint-plugin-ghost and fixed linter errors 2021-07-15 15:27:29 +01:00
gh-html-iframe.hbs Improved rendering/re-rendering of <GhHtmlIframe> 2021-10-13 12:21:53 +01:00
gh-html-iframe.js Fixed design preview remembering scroll position when changing page 2021-10-21 13:37:38 +01:00
gh-image-uploader-with-preview.hbs 🐛 Fixed error when removing Facebook/Twitter social images on general settings screen 2021-06-29 17:54:09 +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 Ran ember-cli-update --run-codemods (#2219) 2022-01-21 19:25:47 +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.hbs Hid email specific cards from card menus when editing pages 2021-09-10 09:24:38 +01:00
gh-koenig-editor.js Switched to new component for labs feature image redesign 2021-06-16 17:56:25 +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-markdown-editor.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-markdown-editor.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
gh-member-activity-feed-item.hbs Refactored post email preview modal 2022-01-25 13:17:05 +00:00
gh-member-activity-feed.hbs Updated styles for Activity to address latest feedback 2022-01-27 15:27:26 +00:00
gh-member-activity-feed.js Refactored post email preview modal 2022-01-25 13:17:05 +00:00
gh-member-avatar.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-member-avatar.js Fixed <GhMemberAvatar> expecting an EmberObject object 2022-01-27 15:09:08 +00:00
gh-member-details.hbs Added member details and hid member column on activity feed when filtered by member 2022-01-25 16:40:51 +00:00
gh-member-label-input.hbs Cleaned up members filter labs components 2022-02-08 11:48:55 +00:00
gh-member-label-input.js Cleaned up members filter labs components 2022-02-08 11:48:55 +00:00
gh-member-settings-form.hbs Cleaned up members filter labs components 2022-02-08 11:48:55 +00:00
gh-member-settings-form.js Dropped ember-concurrency-decorators dependency 2022-02-09 10:49:38 +00: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-chart.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
gh-members-chart.js Ran ember-cli-update --run-codemods (#2219) 2022-01-21 19:25:47 +00:00
gh-members-filter-count.hbs Added <GhMembersFilterCount @filter="..." /> 2021-06-11 12:19:44 +01:00
gh-members-filter-count.js Dropped ember-concurrency-decorators dependency 2022-02-09 10:49:38 +00: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 Updated members import mapping fields 2020-07-08 10:18:56 +02:00
gh-members-import-table.hbs [chore] run the no-implicit-this codemod (#2244) 2022-02-02 17:09:02 +00:00
gh-members-import-table.js Added new members CSV importer (#1797) 2020-12-10 01:02:31 +05:30
gh-members-list-item-column.hbs [chore] run the no-implicit-this codemod (#2244) 2022-02-02 17:09:02 +00:00
gh-members-list-item-column.js Improved Email newsletter settings page (#2207) 2022-01-27 12:40:11 +01:00
gh-members-list-item.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
gh-members-no-members.hbs 🎨 Improved empty state of the Members screen 2022-02-07 16:11:08 +01:00
gh-members-no-members.js Dropped ember-concurrency-decorators dependency 2022-02-09 10:49:38 +00:00
gh-members-payments-setting.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
gh-members-payments-setting.js Ran ember-cli-update --run-codemods (#2219) 2022-01-21 19:25:47 +00:00
gh-members-recipient-select.hbs Fixed labels and tiers crammed in recipient select dropdown 2021-08-23 16:15:31 +05:30
gh-members-recipient-select.js Dropped ember-concurrency-decorators dependency 2022-02-09 10:49:38 +00: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 Dropped ember-concurrency-decorators dependency 2022-02-09 10:49:38 +00:00
gh-members-segment-select.hbs Updated copy for tiers 2021-07-19 12:39:59 +02:00
gh-members-segment-select.js Dropped ember-concurrency-decorators dependency 2022-02-09 10:49:38 +00:00
gh-membership-products-alpha.hbs Moving styling from Tachyons classes to custom classes 2022-02-04 14:50:41 +01:00
gh-membership-products-alpha.js Refined tiers list to switch to active list on unarchive 2022-02-02 16:24:20 +05:30
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 [chore] run the no-implicit-this codemod (#2244) 2022-02-02 17:09:02 +00:00
gh-nav-menu.js Contributors updates (#2235) 2022-02-01 18:59:20 +01:00
gh-navitem-url-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-navitem.hbs 🐛 Fixed nav item not saving updated value on keyboard save 2020-07-07 14:47:10 +05:30
gh-navitem.js 🐛 Fixed nav item not saving updated value on keyboard save 2020-07-07 14:47:10 +05:30
gh-notification.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
gh-notification.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
gh-notifications.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-notifications.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
gh-portal-links.hbs [chore] run the no-implicit-this codemod (#2244) 2022-02-02 17:09:02 +00:00
gh-portal-links.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
gh-post-settings-menu.hbs Updated specific tier handling for default post access setting (#2246) 2022-02-04 21:00:59 +05:30
gh-post-settings-menu.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
gh-posts-list-item.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
gh-posts-list-item.js Added emailAnalytics feature flag 2020-12-02 11:47:34 +00:00
gh-product-card.hbs Resolved use of {{action}} linter errors in <GhProductCard> 2022-02-03 17:37:32 +00:00
gh-product-card.js Removed archive options for tiers without prices 2022-02-02 16:34:51 +05:30
gh-products-price-billingperiod.hbs Updated billing period prompt 2021-04-27 10:00:50 +02:00
gh-products-price-billingperiod.js Wired new Products settings UI to API data (#1930) 2021-04-26 23:52:04 +05:30
gh-profile-image.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-profile-image.js Switch deprecated htmlSafe imports from @ember/string to @ember/template 2021-05-12 12:33:40 +01: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 Co-located component template files 2020-05-18 13:14:08 +01:00
gh-psm-tags-input.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +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 Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
gh-psm-visibility-input.hbs 🎨 Reverted ability to set post access level to labels 2021-05-14 16:01:14 +01:00
gh-psm-visibility-input.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
gh-publishmenu-draft.hbs Updated Ember dependencies to 3.22 (#2220) 2022-01-22 00:05:05 +00:00
gh-publishmenu-draft.js Dropped ember-concurrency-decorators dependency 2022-02-09 10:49:38 +00:00
gh-publishmenu-published.hbs Updated Ember dependencies to 3.22 (#2220) 2022-01-22 00:05:05 +00:00
gh-publishmenu-scheduled.hbs Updated Ember dependencies to 3.22 (#2220) 2022-01-22 00:05:05 +00:00
gh-publishmenu-scheduled.js 🐛 Fixed inability to re-schedule a scheduled post 2021-10-11 10:30:12 +01:00
gh-publishmenu.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
gh-publishmenu.js Updated specific tier visibility handling for posts/pages (#2233) 2022-02-01 12:24:06 +05:30
gh-recipient-filter-count.hbs Changed confirm publish modal wording 2021-12-09 12:12:46 +00:00
gh-role-selection.hbs 🐛 Fixed modal to invite staff users not scrolling in Safari & Chrome 2022-01-18 11:28:51 +00:00
gh-role-selection.js Dropped ember-concurrency-decorators dependency 2022-02-09 10:49:38 +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 Refactored <GhSearchInput> 2022-01-11 17:35:32 +00:00
gh-search-input.js Dropped ember-concurrency-decorators dependency 2022-02-09 10:49:38 +00:00
gh-simplemde.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-simplemde.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +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 Dropped ember-concurrency-decorators dependency 2022-02-09 10:49:38 +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-tag-settings-form.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
gh-tag-settings-form.js Ran ember-cli-update --run-codemods (#2219) 2022-01-21 19:25:47 +00:00
gh-tags-list-item.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
gh-task-button.hbs Switch deprecated {{hasBlock}} to (has-block) 2021-05-12 12:33:40 +01:00
gh-task-button.js Fixed ember-test-selectors bound attributes deprecations 2021-07-08 22:44:52 +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-theme-table.hbs [chore] run the no-implicit-this codemod (#2244) 2022-02-02 17:09:02 +00:00
gh-theme-table.js Ran ember-cli-update --run-codemods (#2219) 2022-01-21 19:25:47 +00:00
gh-timezone-select.hbs Renamed activeTimezone setting to timezone 2020-06-24 15:34:59 +01:00
gh-timezone-select.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
gh-token-input.hbs Dropped use of @classic decorator in <GhTokenInput> 2021-07-12 14:03:48 +01:00
gh-token-input.js Dropped ember-concurrency-decorators dependency 2022-02-09 10:49:38 +00: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-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 Switched majority of files from EmberObject to native class syntax using @classic decorator (#2227) 2022-02-01 09:34:03 +00:00
gh-url-input.hbs [chore] run the no-implicit-this codemod (#2244) 2022-02-02 17:09:02 +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 Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
gh-user-active.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-user-active.js Switched majority of files from EmberObject to native class syntax using @classic decorator (#2227) 2022-02-01 09:34:03 +00:00
gh-user-invited.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-user-invited.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
gh-user-list-item.hbs [chore] run the no-implicit-this codemod (#2244) 2022-02-02 17:09:02 +00:00
gh-user-list-item.js Switched majority of files from EmberObject to native class syntax using @classic decorator (#2227) 2022-02-01 09:34:03 +00:00
gh-validation-status-container.js Switched majority of files from EmberObject to native class syntax using @classic decorator (#2227) 2022-02-01 09:34:03 +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
modal-base.js Made social/meta text and images in preview modal editable (#1850) 2021-02-23 18:37:12 +00:00
modal-custom-view-form.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00
modal-delete-all.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00: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 [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-delete-integration.js Removed obsolete integration files 2021-11-05 13:42:38 +01:00
modal-delete-member.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-delete-member.js Ran ember-cli-update --run-codemods (#2219) 2022-01-21 19:25:47 +00:00
modal-delete-snippet.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-delete-snippet.js Added delete button with confirmation to snippets in card menus 2020-10-26 17:09:39 +00:00
modal-delete-tag.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-delete-tag.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
modal-delete-user.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00: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 [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-delete-webhook.js Added edit webhook modal (#1056) 2018-10-19 17:34:53 +01:00
modal-disconnect-stripe.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-disconnect-stripe.js Refactored to use updated members and stripe settings (#1621) 2020-06-29 19:37:11 +02:00
modal-early-access.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-early-access.js Added early-access modal for Tiers 2021-09-07 13:36:23 +02:00
modal-email-design-settings.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-email-design-settings.js Dropped ember-concurrency-decorators dependency 2022-02-09 10:49:38 +00:00
modal-enable-tiers.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-enable-tiers.js Added new Tiers feature to Beta features section 2021-09-09 17:08:33 +05:30
modal-free-membership-settings.hbs [chore] run the no-implicit-this codemod (#2244) 2022-02-02 17:09:02 +00:00
modal-free-membership-settings.js Dropped ember-concurrency-decorators dependency 2022-02-09 10:49:38 +00:00
modal-impersonate-member.hbs [chore] run the no-implicit-this codemod (#2244) 2022-02-02 17:09:02 +00:00
modal-impersonate-member.js Ran ember-cli-update --run-codemods (#2219) 2022-01-21 19:25:47 +00:00
modal-import-members.hbs Updated import-members modal 2022-02-08 14:56:19 +01:00
modal-import-members.js Updated members import error detection 2021-08-20 18:09:19 +04:00
modal-invite-new-user.hbs [chore] run the no-implicit-this codemod (#2244) 2022-02-02 17:09:02 +00:00
modal-invite-new-user.js Fixed invite staff modal button not reflecting validation state (#1924) 2021-04-20 13:39:03 +01:00
modal-leave-settings.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-leave-settings.js 🐛 Fixed sticky "unsaved settings" modal 2021-06-11 09:15:27 +01:00
modal-markdown-help.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-markdown-help.js Fixed errors when enter key is pressed in modals 2021-06-18 10:12:46 +01:00
modal-member-product.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-member-product.js Dropped ember-concurrency-decorators dependency 2022-02-09 10:49:38 +00:00
modal-members-label-form.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-members-label-form.js Ran ember-cli-update --run-codemods (#2219) 2022-01-21 19:25:47 +00:00
modal-portal-settings.hbs [chore] run the no-implicit-this codemod (#2244) 2022-02-02 17:09:02 +00:00
modal-portal-settings.js Refined portal settings for multiple tiers 2022-02-02 16:24:20 +05:30
modal-product-price.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-product-price.js Dropped ember-concurrency-decorators dependency 2022-02-09 10:49:38 +00:00
modal-product.hbs Updated welcome page location for free membership 2022-02-08 09:31:40 +05:30
modal-product.js Dropped ember-concurrency-decorators dependency 2022-02-09 10:49:38 +00:00
modal-re-authenticate.hbs Changed all green and blue modal buttons to black 2021-03-05 13:16:43 +01:00
modal-re-authenticate.js 🐛 Fixed re-authenticate modal not showing when saving in editor 2021-07-14 12:28:09 +01:00
modal-regenerate-key.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-regenerate-key.js Fixed errors when enter key is pressed in modals 2021-06-18 10:12:46 +01:00
modal-regenerate-token.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-regenerate-token.js Added staff personal tokens 2020-11-20 10:23:19 +01:00
modal-reset-all-passwords.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-reset-all-passwords.js Bumped eslint-plugin-ghost and fixed linter errors 2021-07-15 15:27:29 +01:00
modal-select-user-role.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-select-user-role.js Fixed "this.args is undefined" error when pressing Escape to close roles modal 2021-06-01 16:50:02 +01:00
modal-stripe-connect.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-stripe-connect.js 🐛 Fixed stripe connect modal not closing 2021-06-24 14:52:06 +05:30
modal-suspend-user.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-suspend-user.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
modal-transfer-owner.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-transfer-owner.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00: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
modal-unsuspend-user.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-unsuspend-user.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
modal-update-snippet.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-update-snippet.js Added confirmation modal when updating an existing snippet 2021-08-23 17:12:26 +01:00
modal-upgrade-host-limit.hbs [chore] run the no-implicit-this codemod (#2244) 2022-02-02 17:09:02 +00:00
modal-upgrade-host-limit.js Show notifications for overdue subscriptions and exceeded limits 2021-09-30 14:00:32 +01:00
modal-upgrade-unsuspend-user-host-limit.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-upgrade-unsuspend-user-host-limit.js Fixed errors when enter key is pressed in modals 2021-06-18 10:12:46 +01:00
modal-upload-image.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-upload-image.js Bumped eslint-plugin-ghost and fixed linter errors 2021-07-15 15:27:29 +01:00
modal-webhook-form.hbs [chore] adds ember-template-lint and fixes all fixable issues (#2238) 2022-02-02 16:09:43 +00:00
modal-webhook-form.js Removed obsolete integration files 2021-11-05 13:42:38 +01:00
modal-whats-new.js Fixed errors when enter key is pressed in modals 2021-06-18 10:12:46 +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