1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/app/components
Kevin Ansfield 7c1f6e14b8 ️ Added per-post code injection fields to PSM (#811)
- Remove gh-tab* components
    - The PSM was the only place where the `gh-tabs-manager`, `gh-tab`, and `gh-tab-pane` components were being used. These were very old components and did not work well with newer Ember versions and best practices.
    - 🔥 remove `gh-tab*` components
    - 💄 fix indents in `gh-post-settings-menu` template
    - 🎨 add support for named subviews ready for additional PSM panes

- Added per-post code injection fields to PSM
    - add "Code Injection" pane to the PSM
    - implement `codeinjectionHead` and `codeinjectionFoot`  attributes on `Post` model and save values from PSM
    - use CodeMirror for the PSM code injection fields
2017-08-02 13:32:51 +04:00
..
gh-search-input 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
modals 🙅 Disable image upload save btn when uploading (#805) 2017-07-31 13:44:26 +04:00
power-select add power-select/trigger template override 2017-04-10 10:53:27 +01:00
gh-activating-list-item.js convert remainder of components to use ember-cli-shims (#101) 2016-06-30 19:14:25 +01:00
gh-alert.js 🎨 use blue instead of yellow for warning alerts (#792) 2017-07-20 16:00:41 +02:00
gh-alerts.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
gh-app.js convert remainder of components to use ember-cli-shims (#101) 2016-06-30 19:14:25 +01:00
gh-basic-dropdown.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
gh-blog-url.js convert remainder of components to use ember-cli-shims (#101) 2016-06-30 19:14:25 +01:00
gh-cm-editor.js ️ Added per-post code injection fields to PSM (#811) 2017-08-02 13:32:51 +04:00
gh-content-cover.js convert remainder of components to use ember-cli-shims (#101) 2016-06-30 19:14:25 +01:00
gh-date-time-picker.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
gh-datetime-input.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
gh-download-count.js 🎨 fix download count position on setup/one (#801) 2017-07-26 13:03:09 +04:00
gh-dropdown-button.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
gh-dropdown.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
gh-editor-post-status.js 🐛 empty posts shouldn't be publishable (#776) 2017-07-10 17:24:21 +02:00
gh-editor.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
gh-error-message.js convert remainder of components to use ember-cli-shims (#101) 2016-06-30 19:14:25 +01:00
gh-feature-flag.js convert remainder of components to use ember-cli-shims (#101) 2016-06-30 19:14:25 +01:00
gh-file-input.js convert remainder of components to use ember-cli-shims (#101) 2016-06-30 19:14:25 +01:00
gh-file-upload.js validate file uploads against "accept" mime-type before uploading (#214) 2016-08-22 05:45:33 -06:00
gh-file-uploader.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +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.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
gh-image-uploader-with-preview.js 🔥 remove URL input option from image upload components 2017-03-03 11:01:55 -06:00
gh-image-uploader.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
gh-infinite-scroll.js convert remainder of components to use ember-cli-shims (#101) 2016-06-30 19:14:25 +01:00
gh-input.js auto-expanding editor title input (#699) 2017-05-18 17:01:30 +09:00
gh-loading-spinner.js 🏃 improve navigation responsiveness with loading substates (#495) 2017-01-17 17:44:08 -06:00
gh-main.js convert remainder of components to use ember-cli-shims (#101) 2016-06-30 19:14:25 +01:00
gh-markdown-editor.js ️ hemingway editor mode (disable backspace) (#803) 2017-07-28 17:21:09 +04:00
gh-menu-toggle.js convert remainder of components to use ember-cli-shims (#101) 2016-06-30 19:14:25 +01:00
gh-mobile-nav-bar.js Prototype mobile navbar 2017-02-17 12:31:12 -06:00
gh-nav-menu.js Minimal client extensions (#759) 2017-06-22 20:37:04 +02:00
gh-navigation.js convert remainder of components to use ember-cli-shims (#101) 2016-06-30 19:14:25 +01:00
gh-navitem-url-input.js Fix new url field focus bug (#194) 2016-08-10 08:31:16 -06:00
gh-navitem.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
gh-notification.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
gh-notifications.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
gh-post-settings-menu.js ️ Added per-post code injection fields to PSM (#811) 2017-08-02 13:32:51 +04:00
gh-posts-list-item.js 🐛 fix double-click on post to open editor (#780) 2017-07-13 16:55:13 +07:00
gh-profile-image.js Additional check of privacy.useGravatar for gh-profile-image component (#761) 2017-07-06 16:33:15 +07:00
gh-progress-bar.js SimpleMDE editor (#682) 2017-05-08 11:35:42 +01:00
gh-publishmenu-draft.js 🎨 Publish menu wording and saving states improvements (#788) 2017-07-20 11:46:31 +01:00
gh-publishmenu-published.js new publish menu and date/time picker (#588) 2017-04-11 14:39:45 +01:00
gh-publishmenu-scheduled.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
gh-publishmenu.js 🎨 Publish menu wording and saving states improvements (#788) 2017-07-20 11:46:31 +01:00
gh-search-input.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
gh-selectize.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
gh-simplemde.js open file dialog and upload images via editor toolbar (#685) 2017-05-10 17:16:36 +02:00
gh-skip-link.js Update code to match eslint rules 2016-11-14 13:26:00 +00:00
gh-subscribers-table.js convert remainder of components to use ember-cli-shims (#101) 2016-06-30 19:14:25 +01:00
gh-tag-settings-form.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
gh-tag.js 🚀 supercharge tags performance 2017-07-07 17:53:08 +01:00
gh-tags-management-container.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
gh-task-button.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
gh-textarea.js 🎨 Focus editor content area by default (#768) 2017-07-10 17:09:50 +02:00
gh-theme-error-li.js 💄 Theme upload modal style improvements (#784) 2017-07-20 11:30:45 +01:00
gh-theme-table.js 🎨 move theme activation to /themes endpoint 2017-03-08 10:46:33 +00:00
gh-timezone-select.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
gh-tour-item.js 🐛 fix PSM throbber bugs (#777) 2017-07-10 19:15:20 +07:00
gh-trim-focus-input.js auto-expanding editor title input (#699) 2017-05-18 17:01:30 +09:00
gh-upgrade-notification.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
gh-uploader.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
gh-url-preview.js convert remainder of components to use ember-cli-shims (#101) 2016-06-30 19:14:25 +01:00
gh-user-active.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
gh-user-invited.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
gh-validation-status-container.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
gh-view-title.js convert remainder of components to use ember-cli-shims (#101) 2016-06-30 19:14:25 +01:00
power-select-vertical-collection-options.js 🚀 supercharge tags performance 2017-07-07 17:53:08 +01:00