0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/client/components
David Arvelo 6658675646 Implement Mobile Editor
closes #2957
- add FastClick library to Gruntfile.js
- add touch-editor to client/assets/lib/
- add mobile-specific utils to util/mobile-utils.js
- add codemirror util to set up TouchEditor only if we're really on mobile
- change gh-codemirror from having a default action to a named action. prevents Ember.TextArea firing action on change
- change gh-codemirror `cm.getDoc().getValue()` to `cm.getValue()` for portability
- change codemirror-shortcuts ES6 export/import style
- changed ghostimagepreview.js to check for Ember.touchEditor in addition to Ghost.touchEditor
2014-06-24 18:33:43 -04:00
..
gh-activating-list-item.js Make exports consitent. 2014-06-09 13:58:35 -04:00
gh-blur-input.js Refactored PostSettingsMenuController 2014-06-13 12:14:58 -06:00
gh-codemirror.js Implement Mobile Editor 2014-06-24 18:33:43 -04:00
gh-file-upload.js Update Ember Components with proper gh- prefix 2014-05-28 15:26:16 -04:00
gh-form.js Make exports consitent. 2014-06-09 13:58:35 -04:00
gh-markdown.js Add fileStorage config to frontend 2014-06-23 23:33:14 +01:00
gh-modal-dialog.js Enable post deletion from Ember admin 2014-06-04 13:19:57 +00:00
gh-notification.js Update Ember Components with proper gh- prefix 2014-05-28 15:26:16 -04:00
gh-notifications.js Update Ember Components with proper gh- prefix 2014-05-28 15:26:16 -04:00
gh-popover-button.js Ember cleanup: single quotes for JS 2014-06-01 21:53:16 +01:00
gh-popover.js Added popover component 2014-05-31 17:23:41 -06:00
gh-trim-focus-input.js Trim title in editor on blue/focusOut 2014-06-23 20:07:34 +00:00
gh-upload-modal.js Add fileStorage config to frontend 2014-06-23 23:33:14 +01:00