Fabien egg O'Carroll
da189578bb
Aligned cursor to left when header is empty
...
refs https://github.com/TryGhost/Team/issues/1253
Using text-align: left will shift our cursor to the left of the editor,
but this does not match up with the placeholder text, so we need to use
media queries and some CSS calculations for that.
Zimo did the CSS magics for this
2021-12-17 12:10:46 +02:00
Peter Zimon
fa29e50c7d
Updated responsive styles for headers in Koenig
2021-12-17 10:09:38 +01:00
Peter Zimon
a8822a4a50
Updated what's new styles for header card
2021-12-17 09:43:57 +01:00
Peter Zimon
d9fa12a329
Fixed cursor blink bug in header subheading
2021-12-17 03:56:10 +01:00
Thibaut Patel
9c59959378
Fixed a header card subheader bug
...
refs https://github.com/TryGhost/Koenig/pull/299
- The subheader was filled with a double <br> instead of being empty in some cases, hiding the placeholder, this remove the edge case
2021-12-16 22:17:10 +01:00
Thibaut Patel
5056401c13
Renamed the header styles
...
refs https://github.com/TryGhost/Team/issues/1253
- The naming is easier to understand for theme developers
2021-12-16 18:22:08 +01:00
Fabien egg O'Carroll
83cbc6e72a
Disabled links inside the header card
...
refs https://github.com/TryGhost/Team/issues/1253
These should not be clickable at all inside the editor, regardless of
whether or not the card is selected.
2021-12-16 18:59:18 +02:00
Thibaut Patel
8284d2e1ac
Added the header card parser plugin
...
refs https://github.com/TryGhost/Team/issues/1253
2021-12-16 17:46:38 +01:00
Peter Zimon
4667659211
Updated link styles for headers
2021-12-16 16:58:53 +01:00
Peter Zimon
79a0328105
Updated dark styles for header card
2021-12-16 16:32:54 +01:00
Peter Zimon
384b905eb3
Updated header placeholder text colors
2021-12-16 16:15:42 +01:00
Peter Zimon
b6da19df65
Updated header card placeholders
2021-12-16 16:11:50 +01:00
James Morris
dcb5d2ad0a
Fixed a merge with the header card settings
...
refs https://github.com/TryGhost/Team/issues/1253
2021-12-16 14:39:50 +00:00
Peter Zimon
22eac4e86f
Applied styles to various headers
2021-12-16 15:37:24 +01:00
Thibaut Patel
05af5cdcd4
Removed width and alignment configuration from the header card
...
refs https://github.com/TryGhost/Team/issues/1253
- We're simplifying the header card from a design point of view to ease integration with themes
2021-12-16 15:10:57 +01:00
Peter Zimon
7311c2bf7b
Updated header paddings
2021-12-16 13:03:24 +01:00
Peter Zimon
c4c728d7a1
Refined header image styles
2021-12-16 12:59:03 +01:00
Peter Zimon
c018abb8cb
Removed jump bug from header card subheading in edit mode
2021-12-16 12:39:27 +01:00
Peter Zimon
c4b4a6b2a4
Put back header style options
2021-12-16 12:26:15 +01:00
Peter Zimon
9afb0c7a94
Updated style picker for header
2021-12-16 12:25:01 +01:00
Thibaut Patel
1e16b92f52
Updated the header card file selector
...
refs https://github.com/TryGhost/Team/issues/1253
- Selecting the `image` style opens the file selector right away
- Avoids an extra click to the user
- Moved `GhFileInput` so that it's always rendered, which enables triggering it right when selecting the `image` style
2021-12-16 11:09:14 +01:00
Daniel Lockyer
4aaddc7a21
v4.31.0
2021-12-16 09:33:21 +00:00
Peter Zimon
d33ef9944e
Added 'upload' term to file card menu access
2021-12-16 10:08:44 +01:00
Sanne de Vries
21a1b3a1aa
🐛 Fixed audio file duration missing digit in editor
...
Closes https://github.com/TryGhost/Ghost/issues/13894
2021-12-16 09:17:45 +01:00
Naz
575623f5be
Added support for additional wav MIME types
...
refs f882ebc58e
refs https://github.com/TryGhost/Toolbox/issues/95
- The `audio/x-wav`, `audio/wav`, and `audio/wave` are also commonly used MIME types for the .wav files.
2021-12-16 11:11:43 +04:00
James Morris
cc55fa340e
Quick attempt to fix up the placeholders for headers in editor
...
refs https://github.com/TryGhost/Team/issues/1253
2021-12-15 19:24:27 +00:00
James Morris
47e77ddcdc
Little tweaks for header settings panel and added add icon
...
refs https://github.com/TryGhost/Team/issues/1253
2021-12-15 19:09:17 +00:00
djordje vlaisavljevic
ffc22f520a
Updated before/after card editor template
...
refs https://github.com/TryGhost/Team/issues/1249
2021-12-15 20:06:00 +01:00
Rishabh
9f9b1faa56
Updated parser plugin to handle file cards
...
refs https://github.com/TryGhost/Team/issues/1231
2021-12-16 00:34:37 +05:30
djordje vlaisavljevic
2a19d3bb74
Updated before/after card editor template
...
refs https://github.com/TryGhost/Team/issues/1249
2021-12-15 20:03:03 +01:00
James Morris
f031f6d2b4
Added small tweaks for header styles in editor
...
refs https://github.com/TryGhost/Team/issues/1253
2021-12-15 18:39:45 +00:00
Fabien egg O'Carroll
7de1724e22
Added support for pasting before/afters cards
...
refs https://github.com/TryGhost/Team/issues/1249
This allows before/after cards from both Ghost & Jetpack/WordPress to be
pasted into the editor and correctly transform into Ghost cards.
2021-12-15 20:27:40 +02:00
Fabien egg O'Carroll
ee410a08c1
Updated slider for before/after to match frontend
...
refs https://github.com/TryGhost/Team/issues/1249
Adds a new element to use as the slider handle to match how we're doing
it in the frontend
2021-12-15 20:27:39 +02:00
James Morris
8c43671f77
Applied more advanced styles to the header card
...
refs https://github.com/TryGhost/Team/issues/1253
2021-12-15 17:42:54 +00:00
Thibaut Patel
6d8fc32d77
Updated the header card
...
refs https://github.com/TryGhost/Team/issues/1253
- added a default `cardWidth`
2021-12-15 18:28:41 +01:00
Thibaut Patel
1db6e175fd
Updated the header card
...
refs https://github.com/TryGhost/Team/issues/1253
- removed the accent class in the edit mode
2021-12-15 18:26:47 +01:00
Thibaut Patel
1194a553e8
Updated the header card
...
refs https://github.com/TryGhost/Team/issues/1253
- added the card width back (only regular or full options)
- removed the accent class from the button
- fixed a bug happening when the subheader was empty
2021-12-15 18:25:05 +01:00
Peter Zimon
733b09b514
Added file card styles to what's new page
2021-12-15 17:47:29 +01:00
Peter Zimon
4f005f0ef5
Updated file card Koenig styles
2021-12-15 17:45:04 +01:00
Peter Zimon
4506dae3b3
Applied card styles to What's new page
2021-12-15 17:06:18 +01:00
djordje vlaisavljevic
49df6dde1b
Added icon for before/after card
...
refs https://github.com/TryGhost/Team/issues/1249
2021-12-15 16:23:35 +01:00
Daniel Lockyer
558758f45b
v4.30.1
2021-12-15 13:10:47 +00:00
Daniel Lockyer
19e99a7171
v4.30.0
2021-12-15 12:49:15 +00:00
James Morris
88ddcfeeff
Improved the editor styles for header card
...
refs https://github.com/TryGhost/Team/issues/1253
2021-12-15 12:21:19 +00:00
James Morris
89a766bca1
Basic styling used for the older class names for new header card
...
refs https://github.com/TryGhost/Team/issues/1253
2021-12-15 11:58:47 +00:00
Peter Zimon
dd7066f23b
Fixed input visual bug for file card in Koenig
2021-12-15 12:17:39 +01:00
djordje vlaisavljevic
ac33996c08
Updated editor styles for before/after card
...
refs https://github.com/TryGhost/Team/issues/1249
2021-12-15 11:10:05 +01:00
Fabien egg O'Carroll
b031d8494c
Centered before/after card within the editor
...
refs https://github.com/TryGhost/Team/issues/1249
When images are used which do not fill the space of the card - e.g. when
using a fullwidth card the slider is positioned to the left and doesn't
look good.
2021-12-15 12:07:22 +02:00
Fabien egg O'Carroll
cb24aa1914
Added replace image functionality
...
refs https://github.com/TryGhost/Team/issues/1249
This can resuse the image selection as after a successful upload the
image is replaced.
2021-12-15 12:06:46 +02:00
Thibaut Patel
e1bbc63bb3
Updated header card class names
...
refs https://github.com/TryGhost/Team/issues/1253
2021-12-15 10:02:17 +01:00