Ghost/ghost/admin/app/templates/components
Kevin Ansfield aa229973ec Remove ember-one-way-controls (#959)
closes https://github.com/TryGhost/Ghost/issues/9386
- remove usage of `{{one-way-checkbox}}` in favour of direct HTML+handlebars
- add `{{gh-text-input}}` that inherits from Ember's built-in `TextInput` component along with our custom `TextInput` mixin
- swap all uses of `{{gh-input}}` for `{{gh-text-input}}
- remove `{{gh-input}}` component
- update `{{gh-textarea}}` to inherit from Ember's `TextArea` component instead of `OneWayTextarea` and update all component uses accordingly
- update `{{gh-trim-focus-input}}` to inherit from `{{gh-text-input}}` and update all component uses accordingly
- standardize on using the `focus-out` action naming rather than `focusOut` for all text inputs, this is because the text input components (especially `{{gh-trim-focus-input}}`) have their own `focusOut` handler which gets overridden if consumers supply their own `focusOut` attr
- drop `ember-one-way-controls` package
- add `ember-one-way-select` package
2018-02-28 11:44:03 +00:00
..
gh-token-input New tags input, drop selectize & jquery-ui deps (#892) 2017-10-31 09:10:49 +00:00
power-select Content filter styling 2017-04-10 13:16:19 +02:00
gh-activating-list-item.hbs Rework gh-activating-list-item for new link-to 2015-07-08 18:37:15 -05:00
gh-alert.hbs No more icon font: {{inline-svg}} - Part 2 (#642) 2017-04-14 17:22:14 +01:00
gh-alerts.hbs update Ember to 1.12.1/ember-data to 1.0.0-beta.18 2015-06-02 22:26:16 -06:00
gh-app.hbs Update Ember to 1.13.2 2015-06-24 11:47:28 -05:00
gh-blog-url.hbs Replace gh-blog-url helper with a component. 2015-05-05 14:40:18 -04:00
gh-cm-editor.hbs Remove ember-one-way-controls (#959) 2018-02-28 11:44:03 +00:00
gh-date-time-picker.hbs Remove ember-one-way-controls (#959) 2018-02-28 11:44:03 +00:00
gh-download-count.hbs 💄 replace DownloadCountPoller with gh-download-count 2017-04-17 10:04:53 -04:00
gh-editor-post-status.hbs 🐛 empty posts shouldn't be publishable (#776) 2017-07-10 17:24:21 +02:00
gh-editor.hbs 🎨 disable buttons in preview, fix preview overlap (#689) 2017-05-12 10:06:56 +02:00
gh-error-message.hbs adds inline errors to validation 2015-07-05 14:02:06 -04:00
gh-feature-flag.hbs Remove ember-one-way-controls (#959) 2018-02-28 11:44:03 +00:00
gh-file-upload.hbs Labs UI update 2017-02-17 12:31:12 -06:00
gh-file-uploader.hbs fix settings/general acceptance tests 2017-02-21 13:03:44 +00:00
gh-fullscreen-modal.hbs refactor gh-fullscreen-modal component to use liquid-wormhole directly (#281) 2016-10-07 14:27:39 +01:00
gh-image-uploader-with-preview.hbs Unsplash integration 2017-08-15 16:01:12 +01:00
gh-image-uploader.hbs 🎨 Enabled Unsplash integration by default (#862) 2017-09-20 12:19:48 +02:00
gh-koenig-editor.hbs Remove ember-one-way-controls (#959) 2018-02-28 11:44:03 +00:00
gh-loading-spinner.hbs 🏃 improve navigation responsiveness with loading substates (#495) 2017-01-17 17:44:08 -06:00
gh-markdown-editor.hbs Clean up markdown help toggle 2017-11-24 11:15:59 +00:00
gh-menu-toggle.hbs Style updates to new app frame for all other screens 2017-02-17 10:14:16 +00:00
gh-mobile-nav-bar.hbs Upgrade to Ember 2.15.0 2017-09-02 16:18:10 -04:00
gh-mobiledoc.hbs Mobile-Doc based editor (#291) 2016-09-26 15:04:20 +02:00
gh-modal-dialog.hbs No more icon font: {{inline-svg}} - Part 2 (#642) 2017-04-14 17:22:14 +01:00
gh-nav-menu.hbs Remove wishlist links (#850) 2017-09-07 09:05:02 +02:00
gh-navitem.hbs Remove ember-one-way-controls (#959) 2018-02-28 11:44:03 +00:00
gh-notification.hbs No more icon font: {{inline-svg}} - Part 2 (#642) 2017-04-14 17:22:14 +01:00
gh-notifications.hbs update Ember to 1.12.1/ember-data to 1.0.0-beta.18 2015-06-02 22:26:16 -06:00
gh-post-settings-menu.hbs Remove ember-one-way-controls (#959) 2018-02-28 11:44:03 +00:00
gh-posts-list-item.hbs 🎨 Added "Featured posts" filter and badge to stories list (#907) 2017-11-10 17:36:27 +00:00
gh-profile-image.hbs Remove usage of jquery-file-upload (#815) 2017-08-18 10:27:42 +07:00
gh-progress-bar.hbs add tests for gh-uploader component (#701) 2017-05-23 10:18:03 +02:00
gh-psm-tags-input.hbs New tags input, drop selectize & jquery-ui deps (#892) 2017-10-31 09:10:49 +00:00
gh-psm-template-select.hbs 🐛 Fixed "Post URL matches" text displaying when no template match is found (#896) 2017-10-13 13:25:52 +02:00
gh-publishmenu-draft.hbs new publish menu and date/time picker (#588) 2017-04-11 14:39:45 +01:00
gh-publishmenu-published.hbs new publish menu and date/time picker (#588) 2017-04-11 14:39:45 +01:00
gh-publishmenu-scheduled.hbs new publish menu and date/time picker (#588) 2017-04-11 14:39:45 +01:00
gh-publishmenu.hbs 🎨 Publish menu wording and saving states improvements (#788) 2017-07-20 11:46:31 +01:00
gh-scheduled-post-countdown.hbs Refactor new->edit transition to avoid editor re-renders (#949) 2018-01-17 13:27:37 +00:00
gh-scroll-trigger.hbs Unsplash integration 2017-08-15 16:01:12 +01:00
gh-search-input-trigger.hbs Flatten nested components (#854) 2017-09-11 14:41:17 +07:00
gh-search-input.hbs Flatten nested components (#854) 2017-09-11 14:41:17 +07:00
gh-simplemde.hbs SimpleMDE editor (#682) 2017-05-08 11:35:42 +01:00
gh-subscribers-table-delete-cell.hbs 🎨 No more icon font: {{inline-svg}} (#605) 2017-04-07 16:23:45 +01:00
gh-subscribers-table.hbs No more icon font: {{inline-svg}} - Part 2 (#642) 2017-04-14 17:22:14 +01:00
gh-tag-settings-form.hbs Remove ember-one-way-controls (#959) 2018-02-28 11:44:03 +00:00
gh-tag.hbs 🎨 Linked tags story count to filtered stories list (#863) 2017-09-20 19:27:13 +02:00
gh-tags-management-container.hbs Mobile fixes for tag management UI 2015-11-02 13:18:10 +00:00
gh-task-button.hbs 🎨 Publish menu wording and saving states improvements (#788) 2017-07-20 11:46:31 +01:00
gh-text-input.hbs Remove ember-one-way-controls (#959) 2018-02-28 11:44:03 +00:00
gh-theme-error-li.hbs 💄 Theme upload modal style improvements (#784) 2017-07-20 11:30:45 +01:00
gh-theme-table.hbs 🎨 move theme activation to /themes endpoint 2017-03-08 10:46:33 +00:00
gh-timezone-select.hbs No more icon font: {{inline-svg}} - Part 2 (#642) 2017-04-14 17:22:14 +01:00
gh-token-input.hbs Contributor Role (#948) 2018-02-07 10:42:46 +01:00
gh-tour-item.hbs New tour styles 2017-06-12 21:50:17 +01:00
gh-unsplash-photo.hbs Unsplash integration 2017-08-15 16:01:12 +01:00
gh-unsplash.hbs Remove ember-one-way-controls (#959) 2018-02-28 11:44:03 +00:00
gh-uploader.hbs 🐛 Fixed inability to re-upload the same redirects file (#912) 2017-11-22 17:04:48 +00:00
gh-url-preview.hbs The great migration (EAK -> ember-cli) 2015-03-11 12:37:41 -06:00
gh-user-active.hbs Update Ember to 1.13.2 2015-06-24 11:47:28 -05:00
gh-user-invited.hbs Update Ember to 1.13.2 2015-06-24 11:47:28 -05:00
gh-user-list-item.hbs Contributor Role (#948) 2018-02-07 10:42:46 +01:00
gh-view-title.hbs Refactor general UI state into a service 2017-08-15 16:01:12 +01:00
infinity-loader.hbs New content screen prototype (#503) 2017-01-25 21:05:28 +01:00
modal-delete-all.hbs Flatten nested components (#854) 2017-09-11 14:41:17 +07:00
modal-delete-post.hbs Flatten nested components (#854) 2017-09-11 14:41:17 +07:00
modal-delete-subscriber.hbs Flatten nested components (#854) 2017-09-11 14:41:17 +07:00
modal-delete-tag.hbs Flatten nested components (#854) 2017-09-11 14:41:17 +07:00
modal-delete-theme.hbs Flatten nested components (#854) 2017-09-11 14:41:17 +07:00
modal-delete-user.hbs 🎨 Improved warning about authored posts being removed when deleting a user (#951) 2018-01-23 10:45:19 +00:00
modal-import-subscribers.hbs Flatten nested components (#854) 2017-09-11 14:41:17 +07:00
modal-invite-new-user.hbs Remove ember-one-way-controls (#959) 2018-02-28 11:44:03 +00:00
modal-leave-editor.hbs Flatten nested components (#854) 2017-09-11 14:41:17 +07:00
modal-leave-settings.hbs 🎨 Added confirmation dialog when leaving settings screen with unsaved changes (#871) 2017-10-04 11:49:30 +01:00
modal-markdown-help.hbs Flatten nested components (#854) 2017-09-11 14:41:17 +07:00
modal-new-subscriber.hbs ESLint: Alias model in controllers 2018-01-12 12:17:56 +00:00
modal-re-authenticate.hbs Remove ember-one-way-controls (#959) 2018-02-28 11:44:03 +00:00
modal-suspend-user.hbs Flatten nested components (#854) 2017-09-11 14:41:17 +07:00
modal-theme-warnings.hbs Flatten nested components (#854) 2017-09-11 14:41:17 +07:00
modal-transfer-owner.hbs Flatten nested components (#854) 2017-09-11 14:41:17 +07:00
modal-unsuspend-user.hbs Flatten nested components (#854) 2017-09-11 14:41:17 +07:00
modal-upload-image.hbs Flatten nested components (#854) 2017-09-11 14:41:17 +07:00
modal-upload-theme.hbs Flatten nested components (#854) 2017-09-11 14:41:17 +07:00
power-select-vertical-collection-options.hbs Bump vertical-collection dependency 2017-11-01 08:48:37 +00:00