Ghost/ghost/admin/app/components
Kevin Ansfield 471a3b8c0d Fixed portal settings modal sometimes having stale data
no issue

On the membership screen we save settings before opening the portal settings modal but we weren't waiting for the save to finish which meant that the portal settings modal could load using stale data.

- passed the save settings task in via the portal settings modal's model
- added a `finishPreloading` action that contains all of the dynamic setup tasks that were previously in the component's `init` method
    - if a preload task was passed in and it's currently running (as it would be if the modal is opened via the membership screen button) then it will wait for the task to finish before running the setup tasks
- trigger the `finishPreloading` action when the modal is rendered
- show a loading spinner in place of the modal contents whilst pre-loading
2021-05-19 15:37:06 +01:00
..
gh-launch-wizard Added SSL precondition for Stripe Connect UI (#1967) 2021-05-19 19:56:45 +05:30
gh-nav-menu Switch deprecated htmlSafe imports from @ember/string to @ember/template 2021-05-12 12:33:40 +01:00
gh-post-settings-menu Switch deprecated htmlSafe imports from @ember/string to @ember/template 2021-05-12 12:33:40 +01:00
gh-power-select Co-located component template files 2020-05-18 13:14:08 +01:00
gh-token-input Added default newsletter recipients setting (#1946) 2021-05-07 10:02:19 +01:00
modal-import-members Updated UI for empty member import (#1801) 2020-12-10 16:33:56 +05:30
modal-post-preview Switch deprecated htmlSafe imports from @ember/string to @ember/template 2021-05-12 12:33:40 +01:00
settings Fixed responsive issues for membership settings 2021-05-18 15:59:32 +02: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 Allowed domain change for members "from" address (#1597) 2020-06-09 01:52:58 +05:30
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 Fixed browser URL syncronization with embeded iframe state 2020-05-22 14:44:37 +12:00
gh-billing-iframe.js Fixed browser URL syncronization with embeded iframe state 2020-05-22 14:44:37 +12: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 Fixed preview shortcut not working when billing app is enabled 2021-03-10 16:15:19 +00:00
gh-billing-update-button.hbs Fixed browser URL syncronization with embeded iframe state 2020-05-22 14:44:37 +12:00
gh-billing-update-button.js Changed /billing route to /pro (#1871) 2021-03-23 11:59:52 +00: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-brand-settings-form.hbs Added validation to not allow empty accent color (#1863) 2021-03-09 23:55:06 +05:30
gh-brand-settings-form.js Switch deprecated htmlSafe imports from @ember/string to @ember/template 2021-05-12 12:33:40 +01:00
gh-browser-preview.hbs New logo (#1868) 2021-03-18 17:26:35 +00:00
gh-canvas-header.hbs Updated custom integration UI 2021-02-08 21:16:41 +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 Responsive UI fixes 2021-02-12 14:29:49 +01:00
gh-contentfilter.js Added access level filter to posts and pages lists in admin 2020-06-09 12:19:40 +01: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 Lock file maintenance with fixes 2021-05-12 15:47:37 +01:00
gh-date-time-picker.js Renamed activeTimezone setting to timezone 2020-06-24 15:34:59 +01:00
gh-dropdown-button.js Updated type attribute for dropdown button 2021-05-04 21:52:14 +05:30
gh-dropdown.js Removed deprecated usage of this.$() in components 2020-01-10 15:12:39 +00:00
gh-editor-post-status.hbs Removed full stop from scheduling text in editor 2020-10-09 16:56:37 +02:00
gh-editor-post-status.js Allowed sending newsletter to free members only (#1751) 2020-11-07 00:24:27 +05:30
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-event-timeline.hbs Added empty member activity UI 2021-02-23 13:54:23 +01:00
gh-event-timeline.js Added support for signup_event's to the event timeline 2021-03-05 13:01:48 +00:00
gh-feature-flag.hbs 🐛 Fixed email newsletter settings (#1641) 2020-07-16 11:13:36 +02:00
gh-feature-flag.js Migrated to <AngleBracketSyntax /> (#1460) 2020-01-16 15:14:03 +00:00
gh-file-input.js 🐛 Fixed file inputs not allowing same file to be re-uploaded in Firefox 2020-06-12 13:45:28 +01: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 Switch deprecated htmlSafe imports from @ember/string to @ember/template 2021-05-12 12:33:40 +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 Switch deprecated {{hasBlock}} to (has-block) 2021-05-12 12:33:40 +01:00
gh-fullscreen-modal.js Moved Stripe connect settings to modal 2021-05-17 17:28:39 +02: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 Fixed EmberObject.create error on Admin start (#1841) 2021-02-18 13:25:21 +13:00
gh-image-uploader.js Switch deprecated htmlSafe imports from @ember/string to @ember/template 2021-05-12 12:33:40 +01:00
gh-infinity-loader.hbs Switch deprecated {{hasBlock}} to (has-block) 2021-05-12 12:33:40 +01:00
gh-infinity-loader.js Co-located component template files 2020-05-18 13:14:08 +01:00
gh-koenig-editor.hbs Added delete button with confirmation to snippets in card menus 2020-10-26 17:09:39 +00: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 Switch deprecated htmlSafe imports from @ember/string to @ember/template 2021-05-12 12:33:40 +01:00
gh-member-activity-feed-item.hbs Added member activity feed icon color classes 2020-12-10 14:01:11 +00:00
gh-member-activity-feed.hbs Member activity list refinements 2021-05-05 17:46:50 +02:00
gh-member-activity-feed.js Fixed member event list issues 2021-03-08 14:24:03 +01:00
gh-member-avatar.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-member-avatar.js Switch deprecated htmlSafe imports from @ember/string to @ember/template 2021-05-12 12:33:40 +01:00
gh-member-label-input.hbs Added new members CSV importer (#1797) 2020-12-10 01:02:31 +05:30
gh-member-label-input.js Added new members CSV importer (#1797) 2020-12-10 01:02:31 +05:30
gh-member-settings-form-cp.hbs Copy update on Member details 2021-05-18 11:42:16 +02:00
gh-member-settings-form-cp.js Wired up Member details screen to Custom Products 2021-04-26 17:28:39 +01:00
gh-member-settings-form.hbs Fixed member event list issues 2021-03-08 14:24:03 +01:00
gh-member-settings-form.js Revert "Revert "Updated usage of subscriptions data for members (#1834)"" 2021-02-09 07:52:40 +05:30
gh-members-chart.hbs Updated open rate chart 2021-02-23 13:54:23 +01:00
gh-members-chart.js Refined no-data chart for total members 2021-02-25 11:35:18 +01:00
gh-members-email-setting.hbs Extracted individual members setting blocks into components 2021-05-14 15:01:50 +01:00
gh-members-email-setting.js Refactored members email settings screen 2021-05-05 16:59:26 +01:00
gh-members-filter.hbs Added ability to bulk delete members by label or status (#1883) 2021-04-08 12:06:27 +01:00
gh-members-filter.js Renamed <GhMembersContentFilter> to <GhMembersFilter> 2020-06-09 22:54:07 +01: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 Added new members CSV importer (#1797) 2020-12-10 01:02:31 +05:30
gh-members-import-table.js Added new members CSV importer (#1797) 2020-12-10 01:02:31 +05:30
gh-members-list-item.hbs Added ability to bulk delete members by label or status (#1883) 2021-04-08 12:06:27 +01:00
gh-members-no-members.hbs Updated no member UI 2021-02-11 10:56:54 +01:00
gh-members-no-members.js 🐛 Fixed members list not refreshing after adding yourself 2020-06-05 08:50:20 +01:00
gh-members-payments-setting.hbs Moved Stripe connect settings to modal 2021-05-17 17:28:39 +02:00
gh-members-payments-setting.js Moved Stripe connect settings to modal 2021-05-17 17:28:39 +02:00
gh-members-segment-count.hbs Removed unnecessary options from default email recipients setting 2021-05-08 12:21:22 +01:00
gh-members-segment-count.js Fixed email segment selector counts not taking subscription status into account 2021-05-07 12:04:01 +01:00
gh-members-segment-select.hbs Updated publishmenu styles 2021-05-07 15:59:32 +02:00
gh-members-segment-select.js Removed products options from members segment select 2021-05-17 10:15:37 +01:00
gh-mobile-nav-bar.hbs Responsive UI fixes 2021-02-12 14:29:49 +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-nav-menu.hbs Updated navigation (#1832) 2021-02-02 16:08:06 +00:00
gh-nav-menu.js Updated navigation (#1832) 2021-02-02 16:08:06 +00: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 🐛 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 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-portal-links.hbs Updated portal links UI to fixed values 2021-05-18 22:05:29 +05:30
gh-portal-links.js Updated portal links UI to fixed values 2021-05-18 22:05:29 +05:30
gh-post-settings-menu.hbs 🎨 Reverted ability to set post access level to labels 2021-05-14 16:01:14 +01:00
gh-post-settings-menu.js 🎨 Reverted ability to set post access level to labels 2021-05-14 16:01:14 +01:00
gh-posts-list-item.hbs Updated secondary colors and gradients 2021-02-19 13:51:36 +01:00
gh-posts-list-item.js Added emailAnalytics feature flag 2020-12-02 11:47:34 +00:00
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 Switch deprecated htmlSafe imports from @ember/string to @ember/template 2021-05-12 12:33:40 +01: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 🎨 Reverted ability to set post access level to labels 2021-05-14 16:01:14 +01:00
gh-psm-visibility-input.js 🎨 Reverted ability to set post access level to labels 2021-05-14 16:01:14 +01:00
gh-publishmenu-draft.hbs Updated publishmenu styles 2021-05-07 15:59:32 +02:00
gh-publishmenu-draft.js Added label and product options for email recipients (#1947) 2021-05-07 11:58:05 +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 Fixed email segment selector counts not taking subscription status into account 2021-05-07 12:04:01 +01:00
gh-publishmenu-scheduled.js Added default newsletter recipients setting (#1946) 2021-05-07 10:02:19 +01:00
gh-publishmenu.hbs Added label and product options for email recipients (#1947) 2021-05-07 11:58:05 +01:00
gh-publishmenu.js Fixed publish menu email recipients not matching post visibility 2021-05-11 13:20:53 +01:00
gh-role-selection.hbs Updated copy for user role upgrade and invite limits 2021-04-28 18:08:58 +04:00
gh-role-selection.js Fixed invite staff modal button not reflecting validation state (#1924) 2021-04-20 13:39:03 +01: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 Update dependency ember-in-viewport to v3.8.0 2020-10-01 10:06:53 +01: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 Fixed flash of site when portal preview is loading 2021-05-18 16:36:18 +01:00
gh-site-iframe.js Added auto height adjustment to membership portal preview 2021-05-18 18:26:07 +01: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 Fixed placeholder of tag color 2021-03-22 15:16:09 +01:00
gh-tag-settings-form.js Switch deprecated htmlSafe imports from @ember/string to @ember/template 2021-05-12 12:33:40 +01: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-task-button.hbs Switch deprecated {{hasBlock}} to (has-block) 2021-05-12 12:33:40 +01:00
gh-task-button.js 🐛 Fixed staff profile editing incorrectly showing saved state 2020-06-22 17:09:37 +05:30
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 Added ability to install free themes directly from GitHub (#1837) 2021-02-12 09:19:25 +00: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 Renamed activeTimezone setting to timezone 2020-06-24 15:34:59 +01:00
gh-timezone-select.js Renamed activeTimezone setting to timezone 2020-06-24 15:34:59 +01:00
gh-token-input.hbs Added grouped and custom option support to <GhTokenInput> 2021-04-26 08:17:50 +01:00
gh-token-input.js Switch deprecated htmlSafe imports from @ember/string to @ember/template 2021-05-12 12:33:40 +01: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 Switch deprecated htmlSafe imports from @ember/string to @ember/template 2021-05-12 12:33:40 +01:00
gh-unsplash.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
gh-unsplash.js Updated image card to store original width/height in payload 2020-06-15 13:16:37 +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-input.hbs Refined Portal redirect URLs 2021-03-09 09:22:41 +01: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 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 Fixed overflowing content on mobile for user rows on staff page 2021-01-07 17:12:28 +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 Updated What's new? modal styles 2021-02-12 17:56:40 +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 Made social/meta text and images in preview modal editable (#1850) 2021-02-23 18:37:12 +00:00
modal-branding.hbs Fixed double-load of front-end when opening brand settings 2021-03-02 17:44:53 +00:00
modal-branding.js Added validation to not allow empty accent color (#1863) 2021-03-09 23:55:06 +05:30
modal-confirm-email-send.hbs Added label and product options for email recipients (#1947) 2021-05-07 11:58:05 +01:00
modal-confirm-email-send.js Updated paid member filters to handle comped status (#1839) 2021-02-15 12:15:23 +00:00
modal-custom-view-form.hbs Changed all green and blue modal buttons to black 2021-03-05 13:16:43 +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 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +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 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +01:00
modal-delete-integration.js Updated navigation (#1832) 2021-02-02 16:08:06 +00:00
modal-delete-member.hbs Updated single member delete design 2020-07-27 13:32:40 +02:00
modal-delete-member.js 🐛 Fixed deleting members to prompt cancellation (#1869) 2021-03-18 14:45:29 +00:00
modal-delete-members.hbs Added automatic CSV export when bulk deleting members 2021-04-08 16:06:00 +01:00
modal-delete-members.js Added ability to bulk delete members by label or status (#1883) 2021-04-08 12:06:27 +01:00
modal-delete-post.hbs 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +01:00
modal-delete-post.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
modal-delete-snippet.hbs Changed "Delete snippet" button to sentence case 2020-10-28 13:45:13 +01: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 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +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 Updated marketplace themes (#1852) 2021-02-24 15:42:03 +00: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 Added number formatting to all pluralized counts 2020-08-10 11:16:03 +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 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +01:00
modal-delete-webhook.js Added edit webhook modal (#1056) 2018-10-19 17:34:53 +01:00
modal-disconnect-stripe.hbs Refactored to use updated members and stripe settings (#1621) 2020-06-29 19:37:11 +02:00
modal-disconnect-stripe.js Refactored to use updated members and stripe settings (#1621) 2020-06-29 19:37:11 +02:00
modal-email-design-settings.hbs Updated email design UI 2021-02-10 11:29:54 +01:00
modal-email-design-settings.js Email settings preview refinements (#1788) 2020-12-02 13:12:41 +01:00
modal-free-membership-settings.hbs Wired free membership settings to API (#1949) 2021-05-07 22:46:35 +05:30
modal-free-membership-settings.js Wired free membership settings to API (#1949) 2021-05-07 22:46:35 +05:30
modal-from-address-confirmation.hbs Allowed domain change for members "from" address (#1597) 2020-06-09 01:52:58 +05:30
modal-from-address-confirmation.js Allowed domain change for members "from" address (#1597) 2020-06-09 01:52:58 +05:30
modal-impersonate-member.hbs Changed all green and blue modal buttons to black 2021-03-05 13:16:43 +01:00
modal-impersonate-member.js Added member impersonation (#1497) 2020-02-27 11:50:15 +08:00
modal-import-members.hbs Updated reference to members importer template 2021-03-10 14:17:07 +00:00
modal-import-members.js Switch deprecated htmlSafe imports from @ember/string to @ember/template 2021-05-12 12:33:40 +01:00
modal-install-theme.hbs Changed all green and blue modal buttons to black 2021-03-05 13:16:43 +01:00
modal-install-theme.js Fixed repeat message when trying to install Casper from github 2021-02-24 15:48:36 +00:00
modal-invite-new-user.hbs Fixed invite staff modal button not reflecting validation state (#1924) 2021-04-20 13:39:03 +01: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-editor.hbs 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +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 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +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 Updated links to ghost.org sites 2021-01-19 13:18:59 +13:00
modal-markdown-help.js Flatten nested components (#854) 2017-09-11 14:41:17 +07:00
modal-member-product.hbs Removed product from add subscription modal 2021-05-06 18:16:56 +02:00
modal-member-product.js Cleaned add subscription prices for member details 2021-05-10 22:25:01 +05:30
modal-members-label-form.hbs Changed all green and blue modal buttons to black 2021-03-05 13:16:43 +01:00
modal-members-label-form.js Removed empty init() calls 2021-03-29 10:32:03 +01:00
modal-new-integration.hbs Changed all green and blue modal buttons to black 2021-03-05 13:16:43 +01:00
modal-new-integration.js Updated new integration modal to handle host error 2021-03-04 21:26:24 +00:00
modal-portal-settings.hbs Fixed portal settings modal sometimes having stale data 2021-05-19 15:37:06 +01:00
modal-portal-settings.js Fixed portal settings modal sometimes having stale data 2021-05-19 15:37:06 +01:00
modal-post-email-preview.hbs Fixed email preview UI bugs 2021-02-22 21:14:16 +01:00
modal-post-email-preview.js Added activity feed to member details screen (#1796) 2020-12-10 11:38:38 +00:00
modal-post-preview.hbs Applied green color to publish button in preview 2021-03-04 11:53:31 +01:00
modal-post-preview.js Added share/send preview footers to post preview modal 2021-02-02 16:08:05 +00:00
modal-product-price.hbs Added error handling for price modal 2021-05-10 20:59:05 +05:30
modal-product-price.js Fixed add price not erroring on empty amount 2021-05-11 00:18:45 +05:30
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 Switch deprecated htmlSafe imports from @ember/string to @ember/template 2021-05-12 12:33:40 +01:00
modal-regenerate-key.hbs 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +01:00
modal-regenerate-key.js Added regenerate copy tweak for internal Zapier integration 2020-05-06 12:36:43 +05:30
modal-regenerate-token.hbs Updated the staff access token to use the existing patterns 2021-03-25 15:08:29 +01:00
modal-regenerate-token.js Added staff personal tokens 2020-11-20 10:23:19 +01:00
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-select-user-role.hbs Updated styles for change-user-role modal 2021-04-12 14:09:24 +02:00
modal-select-user-role.js Swapped staff role selector from <select> to new role selection modal 2021-04-12 11:35:50 +01:00
modal-stripe-connect.hbs Moved Stripe connect settings to modal 2021-05-17 17:28:39 +02:00
modal-stripe-connect.js Fix tests 2021-05-17 17:39:41 +02:00
modal-suspend-user.hbs 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +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 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +01:00
modal-theme-warnings.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
modal-transfer-owner.hbs 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +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 🐛 Fixed various Close buttons throughout the UI. (#1585) 2020-05-28 17:11:21 +01:00
modal-unsuspend-user.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
modal-upgrade-custom-integrations-host-limit.hbs Updated upgrade button styles 2021-04-29 11:47:44 +02:00
modal-upgrade-custom-integrations-host-limit.js Added limit check before adding new integration (#1934) 2021-04-28 19:29:25 +12:00
modal-upgrade-host-limit-custom-theme.hbs Added an upgrade modal to the custom theme activation failure scenario 2021-04-20 19:15:33 +02:00
modal-upgrade-host-limit-custom-theme.js Fixed upgrade modal cta when activating a theme 2021-04-28 14:15:56 +04:00
modal-upgrade-host-limit.hbs Fixed hardcoded limit error message 2021-05-10 15:04:10 +04:00
modal-upgrade-host-limit.js Fixed hardcoded limit error message 2021-05-10 15:04:10 +04:00
modal-upgrade-unsuspend-user-host-limit.hbs Updated upgrade button styles 2021-04-29 11:47:44 +02:00
modal-upgrade-unsuspend-user-host-limit.js Added upgrade moal when unsuspending staff user 2021-04-28 18:07:18 +04:00
modal-upload-image.hbs Changed all green and blue modal buttons to black 2021-03-05 13:16:43 +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 Changed all green and blue modal buttons to black 2021-03-05 13:16:43 +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 Changed all green and blue modal buttons to black 2021-03-05 13:16:43 +01:00
modal-webhook-form.js Updated navigation (#1832) 2021-02-02 16:08:06 +00:00
modal-whats-new.hbs Updated What's new? modal styles 2021-02-12 17:56:40 +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