Steve Larson
4b1f61f947
Wired up TK count to confirmation flow ( #19107 )
...
closes TryGhost/Product#4185
- display TK count in the TK reminder/confirmation modal
2023-11-22 19:12:50 +00:00
Princi Vershwal
4f518153aa
Fixed offers for archive tiers
2023-11-22 18:42:24 +00:00
Kevin Ansfield
5c32b6ccbf
Wired up TK reminder step in publish flow ( #19104 )
...
refs https://github.com/TryGhost/Product/issues/4184
- set up property on the editor controller for tracking number of TKs, action for updating it, and reset mechanism to ensure we go back to 0 when switching post
- uses random number for now pending `<TkPlugin>` being updated to expose the TK count
- passed TK count data to the publish flow modal so it can show a reminder step before the publish options step when there are still TKs in the post content
- added `onCountChange` prop to `<TkPlugin>` ready for the count feature to be implemented
2023-11-22 17:19:19 +00:00
Sanne de Vries
329488139a
🎨 Updated editor layout to be more mobile friendly ( #19103 )
...
Refs https://github.com/TryGhost/Product/issues/3712
2023-11-22 16:55:25 +00:00
Peter Zimon
82a775086c
Admin X design system updates ( #19102 )
...
refs. https://github.com/TryGhost/Product/issues/4169
- some of the new components were not prepared for mobile sizes and dark
mode
- Storybook settings had to be updated to include mobile sizes that
reflect the actual system
2023-11-22 15:53:23 +00:00
Jono M
9848469568
Added detail page routing to AdminX demo app ( #19101 )
...
refs https://github.com/TryGhost/Product/issues/4183
2023-11-22 15:43:03 +00:00
Sanne de Vries
ec332520eb
Added static TK reminder step to publishing flow ( #19049 )
...
Refs https://github.com/TryGhost/Product/issues/4165
2023-11-22 15:36:20 +00:00
Jono Mingard
efc0f68b96
Merge tag 'v5.74.2'
...
v5.74.2
2023-11-22 14:53:42 +00:00
renovate[bot]
5969614a58
Update dependency miragejs to v0.1.48
2023-11-22 15:50:35 +01:00
Steve Larson
98215c6fea
Updated TK Reminders plugin use ( #19100 )
...
refs TryGhost/Product#4155
- moved plugin to top level so we can pass in props
2023-11-22 14:48:05 +00:00
Ghost CI
5299d1176e
v5.74.2
2023-11-22 14:37:51 +00:00
Steve Larson
0954e08cf9
🐛 Fixed creating posts with an empty root ( #19098 ) ( #19099 )
...
refs TryGhost/Product#4156
- bumped renderer package to handle empty root node
2023-11-22 08:26:09 -06:00
Steve Larson
03fec65fd5
🐛 Fixed creating posts with an empty root ( #19098 )
...
refs TryGhost/Product#4156
- bumped renderer package to handle empty root node
2023-11-22 14:18:26 +00:00
Daniel Lockyer
8debc4eb02
Forced use of specific index on members_newsletters
...
refs https://github.com/TryGhost/Product/issues/4181
- we've seen MySQL change its query planner to use a different index
than the ideal one, resulting in drastically slower query performance
when fetching newsletters with the member count
- this forces the use of the ideal index on MySQL
- this kept many of the Ghost team up overnight, so I hope MySQL is
happy
2023-11-22 15:12:42 +01:00
Jono M
db7d44a76a
Fixed provider ordering to prevent bugs loading modals on refresh ( #19089 )
...
refs https://github.com/TryGhost/Product/issues/4174
2023-11-22 14:05:15 +00:00
Jono M
f19f32b132
Moved AdminX test config to framework package ( #19096 )
...
refs https://github.com/TryGhost/Product/issues/4180
2023-11-22 13:39:32 +00:00
Ronald Langeveld
cc6e881342
Wired latest offer cards to Offers settings group in Admin. ( #19095 )
...
refs https://github.com/TryGhost/Product/issues/4176
- wired up Offer data points to the offer cards in the grouped setting.
2023-11-22 13:18:04 +00:00
Peter Zimon
6b46c828e7
Admin X demo app content ( #19079 )
...
refs. https://github.com/TryGhost/Product/issues/4169
- Added demo content for POC AdminX demo app
2023-11-22 13:44:39 +01:00
renovate[bot]
8d0b9cd269
Update Types packages
2023-11-22 12:24:36 +01:00
Princi Vershwal
0a20df65b5
Added fix for no offer screen ( #19092 )
2023-11-22 10:35:40 +00:00
Sodbileg Gansukh
2cd248b5bf
Added no offers view to the offers list screen in AdminX
...
refs https://github.com/TryGhost/Product/issues/4177
2023-11-22 18:00:45 +08:00
Sodbileg Gansukh
d76b739f1e
Added latest offer cards to the Offers setting group
...
refs https://github.com/TryGhost/Product/issues/4176
2023-11-22 17:05:32 +08:00
Princi Vershwal
5587192644
Wiring up sorting to offers in AdminX
...
Ref: https://github.com/TryGhost/Product/issues/4162
2023-11-22 14:14:44 +05:30
Jono M
32dacd9ff7
Fixed provider ordering to prevent bugs loading modals on refresh ( #19089 )
...
refs https://github.com/TryGhost/Product/issues/4174
2023-11-22 07:51:10 +00:00
Ronald Langeveld
8038c5854e
🐛 Fixed About modal dev experiments info in Settings ( #19087 )
...
refs https://ghost.slack.com/archives/C0568LN2CGJ/p1700617587979039
- Fixes an issue where dev experiments data shows up in the settings
About modal while it's disabled. Now it will only shows that info when it's
enabled.
2023-11-22 06:28:31 +00:00
renovate[bot]
e01c87800e
Update dependency mysql2 to v3.6.5
2023-11-22 00:59:57 +00:00
Ghost CI
6941ef0148
Merged v5.74.1 into main
2023-11-21 16:49:06 +00:00
Ghost CI
34dc2f8c1e
v5.74.1
2023-11-21 16:49:03 +00:00
Kevin Ansfield
d5c5f9d8f5
🐛 Fixed re-ordering within galleries sometimes getting stuck on disabled ( #19080 )
...
refs https://github.com/TryGhost/Product/issues/4170
refs https://github.com/TryGhost/Koenig/pull/1084
- bumps `@tryghost/koenig-lexical` to version containing a fix for gallery re-ordering not working in some situations
2023-11-21 16:21:21 +00:00
Kevin Ansfield
daf7b2714e
🐛 Fixed re-ordering within galleries sometimes getting stuck on disabled ( #19080 )
...
refs https://github.com/TryGhost/Product/issues/4170
refs https://github.com/TryGhost/Koenig/pull/1084
- bumps `@tryghost/koenig-lexical` to version containing a fix for gallery re-ordering not working in some situations
2023-11-21 16:12:52 +00:00
renovate[bot]
b275450bec
Update Types packages
2023-11-21 15:06:56 +01:00
renovate[bot]
56d18edf0e
Update sentry-javascript monorepo to v7.81.1
2023-11-21 15:05:41 +01:00
Ronald Langeveld
b5c3def92b
Fixed Offers not saving fixed amount discount ( #19077 )
...
no issue
- Offers with a fixed amount wasn't saving due to the type not updating
from percent to fixed.
2023-11-21 12:31:28 +00:00
renovate[bot]
98941cef3a
Update dependency yjs to v13.6.10
2023-11-21 11:53:03 +00:00
Ronald Langeveld
3a68d78217
Fixed offers list not updating when adding offer ( #19075 )
...
no issue
- fixes an issue where the offers list doesn't get updated when a new
offer is added to the list.
2023-11-21 13:27:52 +02:00
Kevin Ansfield
2f07af05cb
Wired up tkReminders flag in Admin+editor ( #19074 )
...
refs https://github.com/TryGhost/Ghost/pull/19057
- the flag and toggle UI had been added but we were missing the final part of wiring up the feature in Admin and passthrough to the editor
2023-11-21 11:10:28 +00:00
Jono M
baa62c0bed
Fixed AdminX loading failure screen layout ( #19072 )
...
no issue
This was broken when adding the AdminX demo app - it would no longer
display at full height.
2023-11-21 10:26:34 +00:00
Simon Backx
b6519e0f1f
Removed usage of unquoted ids in filter strings ( #19070 )
...
fixes GRO-34
fixes GRO-33
This is a revision of a previous commit, that broke the browser tests
because changes in the data generator (requiring bookshelf had side
effects).
This adds a new way to run all tests with enforced numeric ObjectIDs.
These numeric ids cause issues if they are used withing NQL filters. So
they surface tiny bugs in our codebase.
You can run tests using this option via:
NUMERIC_IDS=1 yarn test:e2e
Removed some defensive logic that could be explained by this discovered
issue.
2023-11-21 09:45:36 +01:00
Ronald Langeveld
dca11d0eeb
Added last redeemed UI ( #19069 )
...
refs https://github.com/TryGhost/Product/issues/4153
- wired up the last redeemed date to the Offers edit stats
- added the direct link to the pre-filtered list members by offered
used.
2023-11-21 10:31:06 +02:00
renovate[bot]
fedda8b898
Update dependency mysql2 to v3.6.4
2023-11-21 08:14:56 +00:00
Sodbileg Gansukh
820a7c664f
Fixed offer amount select width issue
2023-11-21 16:02:23 +08:00
Ronald Langeveld
83a1060983
Added last redeemed property to Offers ( #19066 )
...
refs https://github.com/TryGhost/Product/issues/4153
- wired up a new last_redeemed prop to the Offers API endpoint.
2023-11-21 08:02:15 +00:00
Ronald Langeveld
bc6f69d823
Fixed created_at types in Offers ( #19065 )
...
no issue
- fixed types in offers for the created_at property
2023-11-21 09:43:12 +02:00
Peter Zimon
9df83ab313
Fundamental page components ( #19037 )
...
refs. https://github.com/TryGhost/Product/issues/4134
At this moment the new design system doesn't contain components that could be used for creating new pages and views in future apps in the Admin. This PR adds components to the Design System that are common to many areas in Admin, such as a dynamic table, a view container and some example page layouts.
2023-11-21 06:49:41 +00:00
renovate[bot]
07d8152da8
Update dependency @types/validator to v13.11.7
2023-11-21 07:31:00 +01:00
Sodbileg Gansukh
f3aadab613
Added a type for the sorting direction of SortMenu component ( #19062 )
...
refs https://github.com/TryGhost/Product/issues/4162
2023-11-21 03:52:12 +00:00
Sodbileg Gansukh
ccd1e355e1
Added static design of sorting to offers in AdminX
...
refs https://github.com/TryGhost/Product/issues/4162
2023-11-21 11:39:36 +08:00
Sodbileg Gansukh
6316680127
Hide SVG icon titles globally
...
no issues
- when svg icons include title tag, the titles are displayed on hover
- this adds a global tailwind class pointer-events-none to the Icon component to hide the titles globally
2023-11-21 09:52:34 +08:00
Sodbileg Gansukh
63f0265e28
Added SortMenu component to the design system ( #19045 )
...
refs https://github.com/TryGhost/Product/issues/4162
- this component is based on the existing PopOver component, and
customized for sorting function
2023-11-21 09:48:41 +08:00
Steve Larson
a398067159
Added TK reminders labs feature ( #19057 )
...
refs TryGhost/Product#4156
2023-11-20 23:30:16 +00:00