Daniel Lockyer
73ba799d17
Fixed generating sodo-search CSS in dev mode
...
refs https://ghost.slack.com/archives/CFH10N79S/p1686042479311309?thread_ts=1679079897.164069&cid=CFH10N79S
- the current build workflow wasn't generating the Tailwind compiled CSS
so we needed to amend the commands to do so
2023-06-06 12:19:40 +02:00
Rishabh
695857ae96
Wired save and error handling for user details modal
...
refs https://github.com/TryGhost/Team/issues/3351
- updates user state on suspend/delete actions to show the latest
- shows errors for email and url on user detail screen
2023-06-06 15:08:44 +05:30
Simon Backx
31549933a1
Removed 200% width in signup form minimal preview
...
no issue
This change wasn't needed after all
2023-06-06 10:43:32 +02:00
Simon Backx
0ae1dad2d2
Removed signup form preview flickering in Safari and improved responsiveness
...
no issue
- In Safari, we'll poll longer before animating to the new iframe
- Update the iframe immediately if the last change was a while ago, to improve responsiveness
2023-06-06 10:43:06 +02:00
Sodbileg Gansukh
feac482859
Fixed loading screen flash issue in dark mode
...
closes https://github.com/TryGhost/Team/issues/3344
2023-06-06 16:21:15 +08:00
Simon Backx
f0518bc76a
Increased signup form embed icon resolution to 192px
...
no issue
Optimal resolution for @3x devices
2023-06-06 09:42:42 +02:00
Simon Backx
fc89ad22fc
Prevented setting signup form embed locale when feature flag is disabled
...
fixes https://github.com/TryGhost/Team/issues/3385
2023-06-06 09:40:47 +02:00
Naz
5a8eec402f
Restricted built-in collection init to run once
...
refs https://github.com/TryGhost/Team/issues/3376
fixes b4a97d084f
- The in-memory stores are not cleaned up when the Ghost instance is "shallow restarted" between test suite runs, causing the initialization of built-in collections to run multiple times. The initialization should ever add the collections once.
2023-06-06 13:35:06 +07:00
Naz
b4a97d084f
Fixed snapshot for failing collections test
...
refs bdbd9327d9
- The "build" command was not run for the @tryghost/collecitons package and caused outdated response
2023-06-06 12:50:55 +07:00
Naz
bdbd9327d9
Added built-in automatic featured collection
...
refs https://github.com/TryGhost/Team/issues/3376
- When the Ghost instance is initialized it has to have a set of built-in collections. With these changes Ghost starts with a "featured posts" collection - available to be used right away.
2023-06-06 12:41:37 +07:00
Rishabh
fbfb1d0008
Fixed user cover and profile image upload issues
...
refs https://github.com/TryGhost/Team/issues/3351
Uploading cover and profile images for user was having a weird behavior where one was getting removed when the other was uploaded or deleted. This was due to how the state was being updated on image change, which ended up using the old user state while setting the new one. This change uses react's setState method that uses the latest state to set the new one so the changes don't get overridden.
2023-06-06 09:43:36 +05:30
Rishabh
7b9d8b1829
Updated yarn.lock
2023-06-06 09:20:45 +05:30
Rishabh
c243b48629
Wired user invite actions on adminX
...
refs https://github.com/TryGhost/Team/issues/3351
- wires resend and revoke actions for a user invite in staff settings
2023-06-06 09:20:45 +05:30
Rishabh
c88a073a5c
Wired delete and owner actions for staff users in adminX
...
refs https://github.com/TryGhost/Team/issues/3351
- allows owners/admins to delete users based on their permission level
- allows admins to be made owner users only if owner is logged in
2023-06-06 09:20:45 +05:30
Jono Mingard
885531b345
Added e2e tests for most simple AdminX settings
2023-06-06 15:50:07 +12:00
Jono M
089a3f7aaf
Added playwright config to admin-x-settings ( #16941 )
...
no issue
2023-06-06 11:29:28 +12:00
Simon Backx
ab0c33346d
Fixed signup form minimal width in preview
...
no issue
2023-06-05 18:10:19 +02:00
Simon Backx
1e7b658148
Updated sign up form to use resized version of icon
...
fixes https://github.com/TryGhost/Team/issues/3345
The icon is now served as a 128x128px version
2023-06-05 17:59:18 +02:00
Peter Zimon
ae6a2ba0cc
Added notification to user invitations
...
refs. https://github.com/TryGhost/Team/issues/3351
2023-06-05 17:54:53 +02:00
Simon Backx
9aef897936
Increased virtual iframe width of minimal signup form preview
...
no issue
Because the signup form is responsive, it is displayed too small in the preview. To counteract this, the width of the iframe is increased to 200%, and clipped to make it larger.
2023-06-05 17:37:43 +02:00
Peter Zimon
e0dca2e0c7
Cleanup test code from AdminX
...
refs. https://github.com/TryGhost/Team/issues/3351
2023-06-05 17:33:20 +02:00
Peter Zimon
250312c82b
Added react-hot-toast to AdminX Design System
...
refs. https://github.com/TryGhost/Team/issues/3351
2023-06-05 17:31:26 +02:00
Peter Zimon
5ad8e71cba
Added toasters to AdminX Design System
...
refs. https://github.com/TryGhost/Team/issues/3351
2023-06-05 17:31:25 +02:00
Daniel Lockyer
6c3517f67a
Removed unused top-gh-contribs
dependency
...
- this is currently unused so we can clean it up
2023-06-05 15:58:51 +02:00
Simon Backx
b641859242
Released Signup Form v0.0.2
2023-06-05 15:30:05 +02:00
Daniel Lockyer
2b488945da
Fixed missing newline
2023-06-05 15:25:54 +02:00
Simon Backx
22f4d55f75
Added throttling and animation when updating signup form preview
...
fixes https://github.com/TryGhost/Team/issues/3378
2023-06-05 15:24:59 +02:00
Daniel Lockyer
c2c6e54578
Fixed line endings in Croatian translation files
...
- these should be LF and not CRLF
2023-06-05 15:22:39 +02:00
May Kittens Devour Your Soul
dbac82dd36
Added Croatian translations ( #16928 )
...
refs https://github.com/TryGhost/Team/issues/2795
2023-06-05 14:40:46 +02:00
renovate[bot]
4834f77f0f
Update dependency mailgun.js to v9
2023-06-05 14:34:16 +02:00
Ronald Langeveld
acb309679d
Updated Afrikaans translations for Portal
...
no issue
2023-06-05 14:01:47 +02:00
Ronald Langeveld
b3c270e7ed
Updated Afrikaans translations for ghost
2023-06-05 14:00:56 +02:00
Ronald Langeveld
3984dc2b11
Updated Afrikaans translations for Signup-form
...
no issue
2023-06-05 14:00:56 +02:00
Mysterious_Dev
7720ac6b10
Updated French translations for signup-form
...
refs https://github.com/TryGhost/Team/issues/2795
2023-06-05 13:51:18 +02:00
Naz
2390afc6f1
Added automatic collection recalculation
...
closes https://github.com/TryGhost/Team/issues/3170
- When resources that are related to automatic collection filter are updated the posts in collections should be updated as well.
- This change adds a super-basic way to track changes in post/tag/author resources and updated all automatic collections when any of those resources change. In the future we can optimize the update process to be more performant, but it's good enough for current needs
2023-06-05 18:33:39 +07:00
Keegan Sand
4d3c7d3177
Updated Spanish Portal translations
...
refs https://github.com/TryGhost/Team/issues/2795
2023-06-05 13:18:23 +02:00
Raka Afp
793ab34c81
Updated Bahasa Indonesia translations for signup-form ( #16932 )
...
refs https://github.com/TryGhost/Team/issues/2795
2023-06-05 13:09:41 +02:00
EchoBilisim
8133360020
Updated Turkish translations for signup-form
...
refs https://github.com/TryGhost/Team/issues/2795
2023-06-05 13:04:07 +02:00
Gary Lai
04e76eced4
Added traditional Chinese translatinos for signup-form ( #16926 )
...
refs https://github.com/TryGhost/Team/issues/2795
2023-06-05 13:01:45 +02:00
Sodbileg Gansukh
f4c109cfb2
Added small improvements to the image editor UI
...
refs https://github.com/TryGhost/Team/issues/3208
- added maximum width limit to the editor stage, so the image doesn't get under the editor controls
- made the crop indicator a bit bigger
- fixed image alignment for the vertical layout
2023-06-05 18:27:31 +08:00
Ronald Langeveld
52150d5ffb
Fixed Signup Embed iFrame not loading in Safari ( #16935 )
...
refs https://github.com/TryGhost/Team/issues/3375
- Fixed a safari bug that caused the signup embed iframe to be in the
`onLoad` state perpetually, causing it not to render.
2023-06-05 12:01:55 +02:00
Peter Zimon
ffe5cd765a
Updated user role in AdminX settings
...
refs. https://github.com/TryGhost/Team/issues/3351
2023-06-05 11:53:06 +02:00
Peter Zimon
c6a5ada5cc
Updated user cover and profile image position
...
refs. https://github.com/TryGhost/Team/issues/3351
2023-06-05 11:48:56 +02:00
Peter Zimon
2fe6ccbc22
Wired up user cover and profile image actions
...
refs. https://github.com/TryGhost/Team/issues/3351
2023-06-05 11:45:47 +02:00
Naz
c86859d0a7
Added test coverage to automatic collections
...
refs https://github.com/TryGhost/Team/issues/3170
- The test confirms relational filters like `tag:kitchen-sink` filtering works for automatic collections
2023-06-05 16:37:17 +07:00
Naz
3599cfdd7a
Added test coverage for collection updates
...
refs https://github.com/TryGhost/Team/issues/3170
- When the collection filter is updated the collection's posts should be updated automatically.
2023-06-05 16:23:02 +07:00
Ghost CI
67fdff479b
Merged v5.50.0 into main
2023-06-05 08:58:32 +00:00
Ghost CI
7170b2489e
v5.50.0
2023-06-05 08:58:31 +00:00
Kevin Ansfield
bbd511b752
✨ Added beta of the new Ghost editor ( #16923 )
...
no issue
Keep an eye on Ghost's changelog (https://ghost.org/changelog/ ) for the full feature announcement.
2023-06-05 09:46:31 +01:00
Daniel Lockyer
47b4d5be8b
Updated lockfile
2023-06-05 10:42:23 +02:00