Ghost/ghost/admin/app/components
Rishabh 9a74c59630 Refined enter behavior in Admin benefits modal
refs https://github.com/TryGhost/Team/issues/874

- when hit with focus on last non-empty benefit field, previously the new benefit automatically showed error for empty field. This change refines behavior to only show error when user tries to click "Enter" again when already on last empty benefit
- also cleans up the duplicate add benefit call
2021-09-02 15:10:58 +05:30
..
gh-input-with-select Fixed missing outline on <GhInputWithSelect> when focused 2021-08-26 17:19:00 +01:00
gh-launch-wizard Added default product in portal settings on stripe connect 2021-08-23 12:26:26 +05:30
gh-nav-menu 🐛 Fixed publication icon in nav bar sometimes appearing inverted in dark mode 2021-07-21 11:40:55 +01:00
gh-post-settings-menu Renamed isAdmin/isOwner/isAdminOrOwner to reduce confusion 2021-07-12 14:55:56 +02:00
gh-power-select Added <GhInputWithSelect> component 2021-08-20 14:33:30 +01:00
gh-token-input Added label editing feature in filtering dropdown 2021-08-12 17:51:18 +05:30
modal-import-members Updated UI for empty member import (#1801) 2020-12-10 16:33:56 +05:30
modal-post-preview Capitalized email preview footer buttons 2021-08-25 13:13:55 +02:00
settings Copy refinements for tiers 2021-08-20 12:15:20 +02:00
aspect-ratio-box.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
aspect-ratio-box.js Bumped eslint-plugin-ghost and fixed linter errors 2021-07-15 15:27:29 +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 🎨 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 Use examples as placeholders in tier form 2021-09-01 12:53:37 +02:00
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 Bumped eslint-plugin-ghost and fixed linter errors 2021-07-15 15:27:29 +01: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 Fixed enter key in brand accent form triggering error 2021-06-18 09:42:32 +01:00
gh-brand-settings-form.js Bumped eslint-plugin-ghost and fixed linter errors 2021-07-15 15:27:29 +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 Bumped eslint-plugin-ghost and fixed linter errors 2021-07-15 15:27:29 +01: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 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 Lock file maintenance with fixes 2021-05-12 15:47:37 +01:00
gh-date-time-picker.js Bumped eslint-plugin-ghost and fixed linter errors 2021-07-15 15:27:29 +01: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 Added post distribution labels to publish menu 2021-08-26 23:37:51 +04:00
gh-dropdown-button.js Updated type attribute for dropdown button 2021-05-04 21:52:14 +05:30
gh-dropdown.js Added live filter update to members list 2021-08-13 23:22:59 +05:30
gh-editor-feature-image.hbs 🎨 Added ability to upload a feature image by drag and dropping an image file 2021-08-31 14:21:25 +01:00
gh-editor-feature-image.js Added first pass at feature image drag+drop uploading 2021-07-16 15:01:00 +01:00
gh-editor-post-status.hbs 🎨 Added a "saved" indicator for autosaved draft posts 2021-08-31 09:57:04 +01:00
gh-editor-post-status.js 🐛 Fixed confusing member count shown in save notification and editor header 2021-06-11 11:44:50 +01: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 Fixed editor tests 2021-07-02 19:57:58 +01: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 Added UI for match helper labs flag 2021-06-07 20:49:32 +01:00
gh-file-input.js Bumped eslint-plugin-ghost and fixed linter errors 2021-07-15 15:27:29 +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-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 Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01: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-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 Fixed EmberObject.create error on Admin start (#1841) 2021-02-18 13:25:21 +13:00
gh-image-uploader.js Bumped eslint-plugin-ghost and fixed linter errors 2021-07-15 15:27:29 +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 Passed post as a card option through to editor cards 2021-08-23 18:42:14 +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 Co-located component template files 2020-05-18 13:14:08 +01:00
gh-loading-spinner.js Bumped eslint-plugin-ghost and fixed linter errors 2021-07-15 15:27:29 +01: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-labs.hbs Added label editing feature in filtering dropdown 2021-08-12 17:51:18 +05:30
gh-member-label-input-labs.js Added label editing feature in filtering dropdown 2021-08-12 17:51:18 +05:30
gh-member-label-input.hbs Added new members CSV importer (#1797) 2020-12-10 01:02:31 +05:30
gh-member-label-input.js Bumped eslint-plugin-ghost and fixed linter errors 2021-07-15 15:27:29 +01:00
gh-member-settings-form-cp.hbs Handled dummy subscription for comped members 2021-08-26 22:06:10 +05:30
gh-member-settings-form-cp.js Handled dummy subscription for comped members 2021-08-26 22:06:10 +05:30
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-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 Wired bulk action operations on filtered members list 2021-08-13 21:50:46 +05:30
gh-members-chart.hbs Updated open rate chart 2021-02-23 13:54:23 +01:00
gh-members-chart.js Bumped eslint-plugin-ghost and fixed linter errors 2021-07-15 15:27:29 +01:00
gh-members-email-setting.hbs Changed mailgun API key wording to explicitly state "Private API key" 2021-06-28 17:26:32 +01:00
gh-members-email-setting.js Updated email previews to show full from email address 2021-06-11 16:42:27 +01:00
gh-members-filter-count.hbs Added <GhMembersFilterCount @filter="..." /> 2021-06-11 12:19:44 +01:00
gh-members-filter-count.js Added <GhMembersFilterCount @filter="..." /> 2021-06-11 12:19:44 +01:00
gh-members-filter-labs.hbs Added live filter update to members list 2021-08-13 23:22:59 +05:30
gh-members-filter-labs.js Update Stripe subscription status filter grouping 2021-08-31 13:05:26 +02:00
gh-members-filter-value-labs.hbs Added label editing feature in filtering dropdown 2021-08-12 17:51:18 +05:30
gh-members-filter-value-labs.js Added dynamic value selection UI for filter dropdown 2021-08-12 13:33:32 +05:30
gh-members-filter.hbs Separated alpha members filtering feature into own component 2021-08-07 09:48:47 +05:30
gh-members-filter.js Separated alpha members filtering feature into own component 2021-08-07 09:48:47 +05:30
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-column-labs.hbs Updated filtered column labels in table 2021-08-16 14:43:37 +05:30
gh-members-list-item-column-labs.js Updated filtered column labels in table 2021-08-16 14:43:37 +05:30
gh-members-list-item-labs.hbs Added dynamic columns to member list from filter UI 2021-08-10 17:41:59 +05:30
gh-members-list-item.hbs Added static result table for members filtering 2021-07-22 15:47:01 +02:00
gh-members-no-members.hbs Fixed empty members page illustration being cut off 2021-07-06 12:03:25 +01:00
gh-members-no-members.js Bumped eslint-plugin-ghost and fixed linter errors 2021-07-15 15:27:29 +01:00
gh-members-payments-setting.hbs Added default price creation on stripe connect 2021-05-20 20:47:23 +05:30
gh-members-payments-setting.js Added default product in portal settings on stripe connect 2021-08-23 12:26:26 +05:30
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 Updated copy for email tiers in publish menu 2021-08-16 13:43:52 +02: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 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 copy for tiers 2021-07-19 12:39:59 +02:00
gh-members-segment-select.js Updated copy for tiers 2021-07-19 12:39:59 +02:00
gh-membership-products-alpha.hbs Copy refinements for tiers 2021-08-20 12:15:20 +02:00
gh-membership-products-alpha.js Removed portal option for default product for tiers UI 2021-06-04 16:14:05 +05:30
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 copy for tiers 2021-07-19 12:39:59 +02:00
gh-portal-links.js Added multiple product option to Portal links 2021-06-30 13:18:40 +05:30
gh-post-settings-menu.hbs Added a post preview link in PSM for "sent" posts 2021-08-31 20:16:53 +04:00
gh-post-settings-menu.js Removed email-only post checkbox from PSM 2021-08-25 22:20:11 +12:00
gh-posts-list-item.hbs Updated emailed status in posts list and added email icon to scheduled posts 2021-08-24 14:11:15 +02: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 Fixed multiple "Specific tier" option in post access dropdown 2021-08-23 12:40:59 +05:30
gh-publishmenu-draft.hbs Added post distribution labels to publish menu 2021-08-26 23:37:51 +04:00
gh-publishmenu-draft.js Added post distribution labels to publish menu 2021-08-26 23:37:51 +04:00
gh-publishmenu-published.hbs Fixed ember-test-selectors bound attributes deprecations 2021-07-08 22:44:52 +01:00
gh-publishmenu-scheduled.hbs Fixed ember-test-selectors bound attributes deprecations 2021-07-08 22:44:52 +01:00
gh-publishmenu-scheduled.js Fixed ember-test-selectors bound attributes deprecations 2021-07-08 22:44:52 +01:00
gh-publishmenu.hbs Added post distribution labels to publish menu 2021-08-26 23:37:51 +04:00
gh-publishmenu.js Added post distribution labels to publish menu 2021-08-26 23:37:51 +04:00
gh-recipient-filter-count.hbs Added <GhMembersFilterCount @filter="..." /> 2021-06-11 12:19:44 +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.hbs Copy refinements 2021-09-01 13:02:00 +02: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 portal preview resize when using split front-end/admin URLs (#1980) 2021-05-27 13:20:37 +01:00
gh-site-iframe.js Bumped eslint-plugin-ghost and fixed linter errors 2021-07-15 15:27:29 +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 missing border on the tag image uploader 2021-07-05 13:02:32 +01:00
gh-tag-settings-form.js Fixed error when interacting with tag accent color input 2021-07-14 16:00:24 +01:00
gh-tags-list-item.hbs Fixed ember-test-selectors bound attributes deprecations 2021-07-08 22:44:52 +01: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 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 Dropped use of @classic decorator in <GhTokenInput> 2021-07-12 14:03:48 +01:00
gh-token-input.js Added <GhInputWithSelect> component 2021-08-20 14:33:30 +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 Added settings for newsletter header, title style, and feature image (#1993) 2021-06-07 16:36:21 +01:00
gh-uploader.js Switched to new component for labs feature image redesign 2021-06-16 17:56:25 +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-add-label-members.hbs Wired bulk action operations on filtered members list 2021-08-13 21:50:46 +05:30
modal-add-label-members.js Wired bulk action operations on filtered members list 2021-08-13 21:50:46 +05:30
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 Bumped eslint-plugin-ghost and fixed linter errors 2021-07-15 15:27:29 +01:00
modal-confirm-email-send.hbs Added copy to pre publish modal of email only post 2021-08-25 14:56:12 +04:00
modal-confirm-email-send.js 🐛 Fixed confusing member count shown in save notification and editor header 2021-06-11 11:44:50 +01: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 field description for email footer 2021-09-01 14:13:42 +02:00
modal-email-design-settings.js Updated newsletter design settings modal for new settings (#2013) 2021-06-21 13:40:54 +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-impersonate-member.hbs Changed all green and blue modal buttons to black 2021-03-05 13:16:43 +01:00
modal-impersonate-member.js Fixed errors when enter key is pressed in modals 2021-06-18 10:12:46 +01:00
modal-import-members.hbs Removed "Try again" button on verification popup 2021-08-19 21:19:23 +04:00
modal-import-members.js Updated members import error detection 2021-08-20 18:09:19 +04: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 Removed focus out error handling for invite staff modal 2021-07-19 14:02:15 +05:30
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 🐛 Fixed sticky "unsaved settings" modal 2021-06-11 09:15:27 +01:00
modal-markdown-help.hbs Updated links to ghost.org sites 2021-01-19 13:18:59 +13: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 Updated copy for tiers 2021-07-19 12:39:59 +02:00
modal-member-product.js Handled missing benefits for products 2021-08-23 12:26:26 +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 Bumped eslint-plugin-ghost and fixed linter errors 2021-07-15 15:27:29 +01:00
modal-new-integration.hbs Cleaned up placeholder for webhook forms 2021-09-01 12:55:40 +02: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 Made Portal preview scrollable 2021-09-01 17:58:35 +02:00
modal-portal-settings.js Moved "Free" to "Tiers" section in Portal settings when visible 2021-08-23 16:24:33 +05:30
modal-post-email-preview.hbs Fixed email preview UI bugs 2021-02-22 21:14:16 +01:00
modal-post-email-preview.js Fixed errors when enter key is pressed in modals 2021-06-18 10:12:46 +01:00
modal-post-preview.hbs 🐛 Fixed blank mobile preview for pages in preview modal 2021-07-05 14:21:09 +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-product.hbs Use examples as placeholders in tier form 2021-09-01 12:53:37 +02:00
modal-product.js Handled missing benefits for products 2021-08-23 12:26:26 +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 🐛 Fixed re-authenticate modal not showing when saving in editor 2021-07-14 12:28:09 +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 Fixed errors when enter key is pressed in modals 2021-06-18 10:12:46 +01:00
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-remove-label-members.hbs Wired bulk action operations on filtered members list 2021-08-13 21:50:46 +05:30
modal-remove-label-members.js Wired bulk action operations on filtered members list 2021-08-13 21:50:46 +05:30
modal-reset-all-passwords.hbs styled reset passwords modal 2021-06-28 11:54:45 +02:00
modal-reset-all-passwords.js Bumped eslint-plugin-ghost and fixed linter errors 2021-07-15 15:27:29 +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 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 🐛 Fixed stripe connect modal not closing 2021-06-24 14:52:06 +05:30
modal-stripe-connect.js 🐛 Fixed stripe connect modal not closing 2021-06-24 14:52:06 +05:30
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 ember-test-selectors bound attributes deprecations 2021-07-08 22:44:52 +01:00
modal-theme-warnings.js Fixed ember-test-selectors bound attributes deprecations 2021-07-08 22:44:52 +01: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-unsubscribe-members.hbs Refined members filter copy 2021-08-13 18:49:22 +02:00
modal-unsubscribe-members.js Wired bulk action operations on filtered members list 2021-08-13 21:50:46 +05:30
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-update-snippet.hbs Updated snippet replacement modal copy and button colour 2021-08-24 09:13:13 +01:00
modal-update-snippet.js Added confirmation modal when updating an existing snippet 2021-08-23 17:12:26 +01: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 Fixed errors when enter key is pressed in modals 2021-06-18 10:12:46 +01:00
modal-upgrade-host-limit-custom-theme.hbs 🎨 Added error message from limit service to theme upload 2021-05-26 19:05:19 +02:00
modal-upgrade-host-limit-custom-theme.js Fixed errors when enter key is pressed in modals 2021-06-18 10:12:46 +01:00
modal-upgrade-host-limit.hbs Displed special modal header for disabled email limit 2021-07-28 14:47:16 +04:00
modal-upgrade-host-limit.js Fixed typo 2021-07-29 13:53:52 +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 Fixed errors when enter key is pressed in modals 2021-06-18 10:12:46 +01:00
modal-upload-image.hbs Switched to new component for labs feature image redesign 2021-06-16 17:56:25 +01:00
modal-upload-image.js Bumped eslint-plugin-ghost and fixed linter errors 2021-07-15 15:27:29 +01:00
modal-upload-theme.hbs Fixed theme uploader UI bug 2021-07-08 15:05:30 +02: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 Copy refinements 2021-09-01 13:02:00 +02:00
modal-webhook-form.js Bumped eslint-plugin-ghost and fixed linter errors 2021-07-15 15:27:29 +01:00
modal-whats-new.hbs Updated What's new? modal styles 2021-02-12 17:56:40 +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