Kevin Ansfield
c78d91c72b
Fix new tags disappearing in PSM when saving post
...
closes #5708
- when adding a tag give it a throwaway UUID so that every selected/available tag object has a unique identifier for use with selectize
2015-08-25 23:53:19 +01:00
Kevin Ansfield
c9d053b950
Replace the current tag input with a selectize based input
...
issue #3800 , closes #5648
- uses ember-cli-selectize addon for the tag editing functionality in the PSM
2015-08-20 14:40:56 +01:00
Austin Burdine
2c5d2d6a2d
reimplement tag editing component for posts
...
refs #3800
- remove old tag editor code
- reimplement tag editor as an ember component
- add tag editor component to PSM
2015-08-10 07:22:37 -06:00
Jason Williams
42166c8d9f
Update Ember to 1.13.2
...
- Refactor to handle deprecations including removal of
all Views, ArrayControllers, and ItemControllers.
2015-06-24 11:47:28 -05:00
Matt Enlow
c7a9e726e2
Add mobile menu open button and close on click outside nav
...
- Adds gh-view-title component to implement mobile menu button for titles on any page
- Refactors the `content-cover` out into the application template
- Fix various z-index issues with content-cover and gh-alert
- Move `.settings-menu-expanded` application view state from body to `.gh-viewport`
- Unify nav menu / mobile menu actions and code
2015-06-08 22:13:34 +02:00
Jason Williams
c0254eabab
Refactor main nav menu into components
2015-05-24 01:42:59 -05:00
John O'Nolan
f6850e03f7
Fix uploader styles
2015-05-22 19:05:14 +01:00
John O'Nolan
71255a3827
Move in new icons
2015-05-22 19:02:09 +01:00
John O'Nolan
eadbf7c582
Integrate new admin frame
2015-05-22 19:02:05 +01:00
John O'Nolan
8e46b06c67
Update preview post link styling, add view post link
2015-05-01 12:19:25 +02:00
Matt Enlow
433956c102
Add post preview via uuid (/p/:uuid)
...
Refs #5097
- All drafts will show a preview link (this needs real css)
- Published posts will redirect
- prev/next post helpers only activate on published posts
- Powered by ~10 pints between the two of us (@ErisDS, @novaugust)
2015-04-30 11:57:37 +01:00
Matt Enlow
ee0c32dfc9
Ember 1.11.1
...
- remove `bind-attr` all over the place
2015-04-05 21:13:30 -06:00
Felix Rieseberg
e8bbb78834
Fix broken keyboard navigation in PSM
...
Closes #4978
- If we’re not in the subview (meta data) of the PSM, we don't display the html for said subview.
2015-03-17 11:52:48 -07:00
Matt Enlow
6e4bdbaefb
The great migration (EAK -> ember-cli)
2015-03-11 12:37:41 -06:00