James Morris
2f85bd6ea4
Fixed the button positions and spacings for the Publish, Save and Sidebar icons in the editor
...
no issue
2022-05-26 13:47:38 +01:00
Kevin Ansfield
aaef8f7d44
Deleted unused <GhProfileImage> component
...
no issue
- the component became unused when the staff user page design was updated but was never cleaned up
2022-05-26 10:42:10 +01:00
Sanne de Vries
96a2e016b1
Fixed truncation of publication title in post bookmark
2022-05-25 10:39:00 +02:00
Sanne de Vries
7263d74c15
Truncated publication and author names in post bookmark
2022-05-25 10:33:19 +02:00
Sanne de Vries
5edc95d96d
Fixed dark mode issues in publishing flow
2022-05-25 10:23:11 +02:00
Sanne de Vries
edbdcb410d
Fixed spacing bug on filtered posts empty state
2022-05-25 10:08:47 +02:00
Sanne de Vries
70f82896cd
Added break-all to email addresses on member details page
2022-05-24 13:25:53 +02:00
Djordje Vlaisavljevic
f3b56d092a
Fixed text overflow in the input field
2022-05-20 12:09:41 +02:00
Djordje Vlaisavljevic
80a9a664a7
Fixed mobile preview border-radius issue in Safari
2022-05-20 10:13:03 +02:00
Djordje Vlaisavljevic
d2db9c6a7f
Fixed dropdown flicker in dark mode
2022-05-19 16:44:16 +02:00
Sanne de Vries
20b797d2e4
Updated subscriber count in newsletter selection dropdown in publish flow
...
No ref
2022-05-19 15:17:55 +02:00
Sanne de Vries
2c9998be69
Added animation to post preview modes and publish button
...
No ref
2022-05-19 14:13:12 +02:00
Sanne de Vries
2941065eb7
Added back button to completed publishing flow
...
No ref
2022-05-19 13:39:40 +02:00
Kevin Ansfield
b03aa5f255
Added reverse animation to publish/preview modal contents when closing modal
...
refs 2fb62708a8
- use modal's own `.epm-out` class that's added when closing to trigger the reverse of the fade-in animation
- added `.publish-modal` class to the three publish modals so we can alter the default modal animations/timing if required
2022-05-19 12:19:55 +01:00
Simon Backx
e7a703ee73
Removed commented css code
2022-05-19 13:19:21 +02:00
Simon Backx
195733af2c
Fixed icon and button colours in dark mode
...
refs https://ghost.slack.com/archives/C02G9E68C/p1652957053084759
- Activiy feed filters label colours
- Activiy feed member email address text colour
- . (i) icon when editing newsletters
- colour of edit pencil when editing free tier
- paid tiers 'active' dropdown button colour
2022-05-19 13:15:30 +02:00
Sanne de Vries
2fb62708a8
Added fade-in effect when opening publish and preview modals in editor
...
No ref
2022-05-19 11:58:51 +02:00
Simon Backx
1ce02660aa
Fixed recent posts open rate bars width
...
refs https://ghost.slack.com/archives/C02G9E68C/p1652951577111489
2022-05-19 11:28:37 +02:00
Sanne de Vries
435f5189aa
Hid "Back to settings" when publish button is running
...
No ref
2022-05-18 20:56:49 +02:00
Sanne de Vries
2835d0a6a4
Fixed publish button pulsating when running
...
No ref
2022-05-18 20:32:10 +02:00
Kevin Ansfield
473831ac2b
Added image fallback and site icon/title to <GhPostBookmark>
( #2401 )
...
no issue
- adds `{{get-setting "key"}}` helper to make settings available in templates without needing a backing class
- updated `<GhPostBookmark>` component
- if post feature image isn't present, fall back to site cover image
- add site icon (if present) and title to the details line
- removed author image
Co-authored-by: Sanne de Vries <sannedv@protonmail.com>
2022-05-18 19:05:27 +01:00
James Morris
9019ae783c
Fixed up the borders for dark mode on Dashboard
...
refs: https://github.com/TryGhost/Team/issues/1531
2022-05-18 17:06:41 +01:00
Sanne de Vries
02a3f4d784
Changed running and success copy for publish button when scheduled
...
No ref
2022-05-18 15:14:43 +02:00
Djordje Vlaisavljevic
c16bc682cf
Added bottom margin to post bookmark
2022-05-17 17:49:13 +02:00
Djordje Vlaisavljevic
1320adbba7
Fixed user avatar design
2022-05-17 17:49:13 +02:00
James Morris
bcef562206
Moved all the dropdowns to be right aligned on the new Dashboard
...
refs: https://github.com/TryGhost/Team/issues/1531
2022-05-17 15:04:55 +01:00
James Morris
600e02610a
Changed how the mini charts are layed out to fix bugs in Safari for new Dashboard
...
refs: https://github.com/TryGhost/Team/issues/1531
2022-05-17 14:44:19 +01:00
James Morris
b2a6c01cdf
Working out the Safari layout issue when changing dropdowns on new Dashboard
...
refs: https://github.com/TryGhost/Team/issues/1531
2022-05-17 14:44:19 +01:00
Djordje Vlaisavljevic
ba6e86d4c4
Set icon height so it doesn't break layout in Safari
2022-05-17 13:53:45 +02:00
Peter Zimon
44f338d8a6
Updated Dashboard tooltip background in dark mode
2022-05-17 13:36:37 +02:00
Peter Zimon
5e3b3acad5
Updated dark mode modal background color
2022-05-17 11:53:59 +02:00
Peter Zimon
8891fd0bd4
Updated dark mode white color
2022-05-17 11:50:23 +02:00
Peter Zimon
60568547e3
Updated dark mode colors
2022-05-17 11:38:34 +02:00
Simon Backx
8502ebb96a
Moving over the new Dashboard to replace the old ( #2389 )
...
refs: https://github.com/TryGhost/Team/issues/1631
Co-authored-by: James Morris <moreofmorris@users.noreply.github.com>
2022-05-17 09:34:34 +02:00
Kevin Ansfield
77484210ee
Cleaned up old publish menu code
...
no issue
- the new publishing flow is GA making the old publish menu unused
- removed all related code
2022-05-16 18:07:53 +01:00
Sanne de Vries
5a6066d064
Fixed publishing flow responsive issues
...
No ref
2022-05-16 16:13:24 +02:00
Sanne de Vries
025fe3e6ae
Fixed editor dark-mode issues
...
No ref
2022-05-16 13:50:58 +02:00
Sanne de Vries
d3e188fb3a
Updated email and social post previews
...
Refs https://github.com/TryGhost/Team/issues/1621
2022-05-13 15:36:56 +01:00
Sanne de Vries
52cfae0522
Updated browser and mobile post previews
...
Refs https://github.com/TryGhost/Team/issues/1621
2022-05-13 14:19:22 +01:00
Simon Backx
ff437752de
Removed publish settings CSS capitalization
...
refs https://ghost.slack.com/archives/C02G9E68C/p1652428859090859
This CSS fix doesn't work on Safari on MacOS and causes some glitches.
2022-05-13 14:13:38 +02:00
Peter Zimon
3ba3e34ab4
Minor dashboard UI refinements
2022-05-13 11:05:02 +02:00
Sanne de Vries
f4df91aee7
Updated publishing flow
...
Refs https://github.com/TryGhost/Team/issues/1544
2022-05-12 16:03:40 +01:00
Sanne de Vries
4795343cdb
Updated newsletter count in newsletter selection dropdown
...
Refs https://github.com/TryGhost/Team/issues/1544
2022-05-12 15:03:17 +01:00
Sanne de Vries
07628be22b
Fixed alignment of preview modes in editor
...
Refs https://github.com/TryGhost/Team/issues/1621
2022-05-12 14:43:21 +01:00
Sanne de Vries
793b192199
Fixed broken mobile post preview
...
Refs https://github.com/TryGhost/Team/issues/1621
2022-05-12 14:33:25 +01:00
Sanne de Vries
6f498035ea
Updated post preview navigation
...
Refs https://github.com/TryGhost/Team/issues/1621
2022-05-12 14:27:06 +01:00
Sanne de Vries
288ba328d7
Updated navigation between editor, publish, preview and update states
...
Refs https://github.com/TryGhost/Team/issues/1621
2022-05-12 14:03:21 +01:00
Peter Zimon
4b596e47c5
Improved neutral trend indicator on Dashboard metrics
2022-05-12 14:40:54 +02:00
Peter Zimon
ee744bda31
Updated resources box style
2022-05-12 14:35:39 +02:00
Sanne de Vries
eafd2f901e
Updated publishing flow email recipient filters
...
Refs https://github.com/TryGhost/Team/issues/1544
2022-05-12 13:30:14 +01:00