Ghost/ghost/admin/app/components
Kevin Ansfield 1eaf85e5aa 🎨 Koenig - Keep posts free of blank cards
refs https://github.com/TryGhost/Ghost/issues/9623
- add new `deleteIfEmpty` option when defining cards
- add `.cleanup()` method to `{{koenig-editor}}` that will remove any blank cards
- pass `{{koenig-editor}}` instance up to the editor controller when it is initialised
- call `.cleanup()` in the editor controller when performing full saves, when leaving the editor with a draft, and when opening the editor with a draft
2018-06-14 16:55:02 +01:00
..
gh-token-input 🐛 Fixed tag/author removal in post settings removing multiple tags/authors 2018-04-23 14:25:59 +01:00
power-select add power-select/trigger template override 2017-04-10 10:53:27 +01:00
gh-activating-list-item.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-alert.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-alerts.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-app.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
gh-basic-dropdown.js Match service/controller import to ember-modules-codemod style for consistency 2017-10-30 09:38:01 +00:00
gh-blog-url.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-cm-editor.js Koenig - Enable line-wrapping for HTML card's CodeMirror instance 2018-04-25 12:06:01 +01:00
gh-content-cover.js Match service/controller import to ember-modules-codemod style for consistency 2017-10-30 09:38:01 +00:00
gh-date-time-picker.js 🐛 Fixed time input bugs when leading zero is omitted 2017-11-30 17:06:48 +07:00
gh-download-count.js Remove more import Ember via module imports 2018-05-03 17:52:39 +01:00
gh-dropdown-button.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-dropdown.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-editor-post-status.js Remove more import Ember via module imports 2018-05-03 17:52:39 +01:00
gh-editor.js Koenig - Fixed incorrect sticky card icon positioning 2018-05-02 12:50:53 +01:00
gh-error-message.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
gh-feature-flag.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-file-input.js 🐛 Fixed editor and drag/drop image uploads in IE11 (#926) 2017-12-12 11:53:35 +00:00
gh-file-upload.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-file-uploader.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00: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.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
gh-image-uploader-with-preview.js Always use closure actions 2017-11-25 09:49:49 +00:00
gh-image-uploader.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
gh-koenig-editor.js 🎨 Koenig - Keep posts free of blank cards 2018-06-14 16:55:02 +01:00
gh-loading-spinner.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-main.js Always use closure actions 2017-11-25 09:49:49 +00:00
gh-markdown-editor.js Koenig - Use our full markdown editor in markdown card 2018-04-20 15:43:44 +01:00
gh-menu-toggle.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00: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.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-navitem-url-input.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
gh-navitem.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-notification.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-notifications.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-post-settings-menu.js Koenig - Fix PSM meta/twitter/facebook pane errors on new posts 2018-06-14 12:38:43 +01:00
gh-posts-list-item.js Use token input to allow selection of multiple authors in PSM 2018-03-27 18:50:52 +01:00
gh-profile-image.js 🐛 Fixed missing default user image on setup screens (#996) 2018-04-03 11:59:33 +01:00
gh-progress-bar.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
gh-psm-authors-input.js Removed used of ember-data-filter 2018-04-30 13:54:09 +01:00
gh-psm-tags-input.js 🐛 Fixed tag creation via the Post Settings Menu 2018-05-09 09:12:31 +01:00
gh-psm-template-select.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-publishmenu-draft.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-publishmenu-published.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
gh-publishmenu-scheduled.js Match service/controller import to ember-modules-codemod style for consistency 2017-10-30 09:38:01 +00:00
gh-publishmenu.js Fixed publishmenu re-rending side-effects breaking tests 2018-03-27 18:50:52 +01:00
gh-scheduled-post-countdown.js Refactor new->edit transition to avoid editor re-renders (#949) 2018-01-17 13:27:37 +00:00
gh-scroll-trigger.js Koenig - Keep MD card formatting toolbar visible when possible 2018-04-24 13:10:20 +01:00
gh-search-input-trigger.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-search-input.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-simplemde.js Remove more import Ember via module imports 2018-05-03 17:52:39 +01:00
gh-skip-link.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
gh-subscribers-table.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
gh-tag-settings-form.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
gh-tag.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
gh-tags-management-container.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-task-button.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
gh-text-input.js Remove ember-one-way-controls (#959) 2018-02-28 11:44:03 +00:00
gh-textarea.js ESLint fixes for latest eslint-plugin-ember 2018-03-19 13:05:02 +00: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.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
gh-timezone-select.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
gh-token-input.js Use token input to allow selection of multiple authors in PSM 2018-03-27 18:50:52 +01:00
gh-tour-item.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-trim-focus-input.js Remove ember-one-way-controls (#959) 2018-02-28 11:44:03 +00:00
gh-unsplash-photo.js Switch to eslint-plugin-ghost extending plugin:ghost/ember 2018-01-12 12:17:56 +00:00
gh-unsplash.js 🐛 Fixed 'c' and 'k' chars not working in Unsplash search when adding tag cover 2018-01-12 18:09:10 +00:00
gh-uploader.js Koenig - Image card 2018-02-22 20:41:40 +00:00
gh-url-preview.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
gh-user-active.js Add {{background-image-style}} helper 2018-05-14 13:04:53 +01:00
gh-user-invited.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00: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 Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
gh-view-title.js Match service/controller import to ember-modules-codemod style for consistency 2017-10-30 09:38:01 +00:00
modal-base.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
modal-delete-all.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
modal-delete-post.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
modal-delete-subscriber.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
modal-delete-tag.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
modal-delete-theme.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
modal-delete-user.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
modal-import-subscribers.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
modal-invite-new-user.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
modal-leave-editor.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
modal-leave-settings.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
modal-markdown-help.js Flatten nested components (#854) 2017-09-11 14:41:17 +07:00
modal-new-subscriber.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
modal-re-authenticate.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
modal-suspend-user.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
modal-theme-warnings.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
modal-transfer-owner.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
modal-unsuspend-user.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
modal-upload-image.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
modal-upload-theme.js Remove ember-invoke-action (#978) 2018-03-20 14:57:59 +00:00
power-select-vertical-collection-options.js 🚀 supercharge tags performance 2017-07-07 17:53:08 +01:00