Hannah Wolfe
064a22e7d2
First pass at user onboarding screens
...
refs #5315
- split setup into 3 screens
- add gravatar fetching
- add download counter
- add button handling for invite users
2015-05-25 17:43:12 +01:00
John O'Nolan
ef81feebdb
Refactor blog-navigation settings screen
...
- Better markup
- Cleaner CSS
- Fixed icon implementation
- New grab handle icon
- Better mobile styles
2015-05-25 14:23:49 +01:00
John O'Nolan
b63753e742
Fix up gh flow icons
...
- check
- back button
- various minor fixes
2015-05-24 20:44:09 +01:00
John O'Nolan
5012657163
Minor visual fixes
2015-05-22 19:05:16 +01:00
John O'Nolan
a60d46978f
Implement autonav
2015-05-22 19:05:16 +01:00
Joe Wegner
0eef6b6284
setup the basic css structure for the slider nav menu
...
- toggles the persistent sidenav under the open-nav class
- adds a toggle/hover bar to the side of the sidenav that shows the nav
on hover
2015-05-22 19:05:16 +01:00
John O'Nolan
13ec196f2e
Refactor about page
2015-05-22 19:05:15 +01:00
John O'Nolan
7417b29fd4
Remove extra ember container
2015-05-22 19:05:14 +01:00
John O'Nolan
e871f208e1
Fix splitbuttons, add more icons
2015-05-22 19:05:13 +01:00
John O'Nolan
4b39f88e99
Introduce new notification and alerts components
2015-05-22 19:05:13 +01:00
John O'Nolan
cf517c71d6
Properly scope editor title, fix bug overriding content mgmt
2015-05-22 19:05:13 +01:00
John O'Nolan
3eb9429216
Strip old MQs
2015-05-22 19:05:12 +01:00
John O'Nolan
4c6bc6d275
Remove double border
2015-05-22 19:05:12 +01:00
John O'Nolan
2f5a8f8e12
Integrate new auth styles into core
2015-05-22 19:05:11 +01:00
John O'Nolan
208999a77f
Introduce CSScomb
2015-05-22 19:05:10 +01:00
John O'Nolan
ca9f837b89
Cleanup CSS code style
2015-05-22 19:05:10 +01:00
John O'Nolan
0ffd857f48
New button component
2015-05-22 19:05:10 +01:00
John O'Nolan
464d29717b
Disable user selection by default
2015-05-22 19:05:09 +01:00
John O'Nolan
390c0179e5
Convert Sass to Myth
2015-05-22 19:05:09 +01:00
John O'Nolan
3bf189ec67
First pass - strip mixins
2015-05-22 19:02:09 +01:00
John O'Nolan
71255a3827
Move in new icons
2015-05-22 19:02:09 +01:00
John O'Nolan
fb3d307c5b
Dem colours
2015-05-22 19:02:08 +01:00
John O'Nolan
2fffb4f0d2
Much fix
2015-05-22 19:02:08 +01:00
John O'Nolan
8d0d53b982
Clean up borders
2015-05-22 19:02:08 +01:00
John O'Nolan
804425aca3
Lighten up publish bar
2015-05-22 19:02:07 +01:00
John O'Nolan
51ea7e0eca
Cleanup
2015-05-22 19:02:07 +01:00
John O'Nolan
c17c40a28c
Content view
2015-05-22 19:02:06 +01:00
John O'Nolan
b6ab6c149e
New settings headers
2015-05-22 19:02:06 +01:00
John O'Nolan
eadbf7c582
Integrate new admin frame
2015-05-22 19:02:05 +01:00
John O'Nolan
1daee7cff1
New onboarding markup and styles
2015-05-22 17:50:13 +01:00
David Balderston
c4e2eadc33
Fix up Labs Styling
...
No Issue
- Fixes import button not same height as upload button
- Fixes no space between import and upload on mobile
2015-05-11 23:12:31 -07:00
John O'Nolan
443eafeeca
First styles for private blog login
2015-05-11 13:11:59 +01:00
John O'Nolan
ed3d94e644
Merge pull request #5196 from PaulAdamDavis/minor-code-injection-fixes
...
Code injection syntax colour change
2015-05-01 15:50:14 +02: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
Paul Adam Davis
9377694bba
Code injection syntax colour change
...
Closes #5179
- Overwrites the yellow code injection syntax highlighting (such as vendor prefixes in CSS) to be black, to match the rest of the property
- Adds rounded corners to the code injection CodeMorror wrapper to match its parents rounded corners (inherits the same value)
2015-04-28 16:35:14 +01:00
Hannah Wolfe
e19573f5d5
Merge pull request #5122 from JohnONolan/settings-cleanup
...
Cleaned up some derpy settings padding and widths
2015-04-09 16:17:43 +01:00
John O'Nolan
6eed16a115
Cleaned up some derpy settings padding and widths
2015-04-09 15:59:17 +02:00
Paul Adam Davis
1cbb58d80d
Re-implement top notification position styles
...
References #5071
- Re-implements the previously broken top notification styles
- Moves the top notification outlet outside the `<main>` to ease styling (we have several nested position fixed/absolute boxes that make this tough - moving the outlet makes it easier)
2015-04-07 18:36:03 +01:00
Hannah Wolfe
777c3f6c7a
Merge pull request #5106 from acburdine/ghost-cm-editor
...
Added code editor to injection interface: the sequel (this time, with CodeMirror!)
2015-04-06 19:33:18 +01:00
Austin Burdine
5dc44b0c37
add code editor component
...
closes #4995
- adds code mirror editor component
- converted code-injection editor fields to gh-cm-editor component
2015-04-05 11:57:18 -05:00
Hannah Wolfe
6db9826b23
Merge pull request #5098 from novaugust/view-post-link
...
Add link to published posts preview on content page
2015-04-05 14:41:07 +01:00
Hannah Wolfe
68f32772d2
Improve the forgotten password flow
...
- if the user has filled out their email already when they hit 'forgotten password' then automatically fill out and submit the form
- this will look better when we have spinners on the buttons
2015-04-03 17:32:18 +01:00
Matt Enlow
91124646ed
Add link to published posts preview on content page
...
Ref #1756
- the word "Published" in "Published by {{author}}" now links to the post's front page
2015-04-03 09:51:53 -06:00
John O'Nolan
cd63215372
Font feature settings are incompatible with Open Sans
2015-03-27 12:26:16 +02:00
Pascal Borreli
13838fff9d
Fixed typos
2015-03-17 17:43:53 +00:00
Paul Adam Davis
a7b82f4c4c
Textarea Editor CSS Improvements
...
References https://github.com/TryGhost/Ghost/pull/4373
* Consistent line-height & padding cross-browser
* Remove drag handle from textarea
* Partially clean up the CSS to more closely match the new standard
2015-03-17 14:32:55 +00:00
Hannah Wolfe
5db6fc4f18
No more CodeMirror
...
closes #4368 , fixes #1240 (spellcheck), fixes #4974 & fixes #4983 (caret positioning bugs)
- Drop CodeMirror in favour of a plain text area
- Use rangyinputs to handle selections cross-browser
- Create an API for interacting with the textarea
- Replace marker manager with a much simpler image manager
- Reimplement shortcuts, including some bug fixes
2015-03-17 14:32:55 +00:00
Matt Enlow
6e4bdbaefb
The great migration (EAK -> ember-cli)
2015-03-11 12:37:41 -06:00