Skip to content

Commit

Permalink
reimplement tag editing component for posts
Browse files Browse the repository at this point in the history
refs TryGhost#3800
- remove old tag editor code
- reimplement tag editor as an ember component
- add tag editor component to PSM
  • Loading branch information
acburdine committed Aug 10, 2015
1 parent 026e3de commit 2c5d2d6
Show file tree
Hide file tree
Showing 14 changed files with 868 additions and 486 deletions.
1 change: 1 addition & 0 deletions core/client/Brocfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ app.import('bower_components/codemirror/mode/javascript/javascript.js');
app.import('bower_components/xregexp/xregexp-all.js');
app.import('bower_components/password-generator/lib/password-generator.js');
app.import('bower_components/blueimp-md5/js/md5.js');
app.import('bower_components/typeahead.js/dist/typeahead.bundle.js');

// 'dem Styles
app.import('bower_components/codemirror/lib/codemirror.css');
Expand Down
149 changes: 0 additions & 149 deletions core/client/app/components/gh-post-tags-input.js

This file was deleted.

Loading

0 comments on commit 2c5d2d6

Please sign in to comment.