Jono M
257d84a4b1
Added storybook to signup form ( #16898 )
...
refs https://github.com/TryGhost/Team/issues/3299
2023-06-01 11:22:43 +12:00
Fabien 'egg' O'Carroll
32f4861176
Bumped eslint-plugin-ghost ( #16906 )
...
- This includes changes to support PascalCase filenames for interfaces
- Also bumps newer packages to use the latest version to avoid conflicts
with the underlying eslint-plugin-filenames package
2023-05-31 16:36:32 -04:00
Sanne de Vries
5df2403b61
Fixed linter failing due to Tailwind class ordering
...
No ref
2023-05-30 15:58:58 +02:00
Sanne de Vries
c9d0424636
Updated embeddable signup form styles
...
Refs https://github.com/TryGhost/Team/issues/3334
2023-05-30 15:39:11 +02:00
Simon Backx
6dddf3ee67
Fixed old label usage of signup form demo
...
refs 644051e3e9
2023-05-30 14:10:27 +02:00
Simon Backx
644051e3e9
Fixed labels for signup form
...
fixes https://github.com/TryGhost/Team/issues/3316
fixes https://github.com/TryGhost/Team/issues/3313
Instead of using a comma separated list of labels, we now use multiple data properties: data-label-1, data-label-2, etc.
2023-05-30 14:06:25 +02:00
Simon Backx
ced0a3e792
Fixed signup-form-tests GitHub workflow
...
refs https://ghost.slack.com/archives/C02G9E68C/p1685446707169999
- `actions/setup-node` has a bug where it doesn't parse paths where the path is pretty-printed with colors, so we have to explicitly disable colors
- Added whitespace change inside signup-form to trigger new CI run
2023-05-30 13:41:38 +02:00
Simon Backx
dbcdc8219d
Added E2E tests for API in signup form
...
fixes https://github.com/TryGhost/Team/issues/3330
2023-05-30 11:58:39 +02:00
renovate[bot]
f4ac82fd3d
Update storybook monorepo to v7.0.18
2023-05-30 10:51:42 +02:00
renovate[bot]
d5db684aeb
Update dependency vite to v4.3.9
2023-05-29 17:25:09 +02:00
renovate[bot]
610ba33513
Update dependency postcss to v8.4.24
2023-05-29 07:52:39 +02:00
Simon Backx
b382c3e7e6
Released Signup Form v0.0.1
2023-05-25 10:21:29 +02:00
renovate[bot]
d71eb04bbc
Update dependency @playwright/test to v1.34.3
2023-05-25 09:12:55 +02:00
Simon Backx
8208f174f7
Fixed signup-form package.json formatting
2023-05-24 15:07:41 +02:00
Simon Backx
fd3393c562
Added Playwright tests to Signup Form
...
refs https://github.com/TryGhost/Team/issues/3298
2023-05-24 15:06:44 +02:00
Simon Backx
8fd2468995
Added testable production build for signup-form
...
fixes https://github.com/TryGhost/Team/issues/3297
This adds a new preview page to test the signup-form script as a production build, instead of using ESM.
2023-05-24 11:41:12 +02:00
renovate[bot]
de1d925c8c
Update storybook monorepo to v7.0.15
2023-05-24 11:21:11 +02:00
Jono M
86499aaf01
Updated signup form options to react to changes ( #16854 )
...
refs https://github.com/TryGhost/Team/issues/3293
2023-05-24 11:08:02 +02:00
Jono Mingard
03fb1b188c
Tweaked type definitions in signup form
2023-05-24 15:53:04 +12:00
Sag
4358f329d0
Fixed default Ghost url in dev environment
...
no issue
2023-05-23 17:11:04 +02:00
Simon Backx
1f9818d9c8
Cleaned up signup-form package file and unused files
2023-05-23 14:59:27 +02:00
Simon Backx
4c2635670b
Added signup-form package ( #16846 )
...
fixes https://github.com/TryGhost/Team/issues/3275
fixes https://github.com/TryGhost/Team/issues/3279
fixes https://github.com/TryGhost/Team/issues/3278
This pull request adds a new signup form package to the Ghost core
repository. The signup form package is a React component, embeddable on
any site, that renders a form for users to subscribe to a Ghost site.
2023-05-23 14:58:33 +02:00