Simon Backx
6f0573ccb0
Added TipTap editor
2022-07-08 09:58:55 +02:00
Simon Backx
6a11c5ed8d
Revert "Added TipTap editor"
...
This reverts commit f2c1b3397c
.
2022-07-07 17:18:40 +02:00
Simon Backx
f2c1b3397c
Added TipTap editor
2022-07-07 17:12:24 +02:00
James Morris
9e9cd270b9
New tweaks to the bottom text box
2022-07-07 14:49:10 +02:00
Peter Zimon
5ce4924624
Added postcss and minify
2022-07-06 14:54:44 +02:00
Simon Backx
7e9b2d544c
Replaced iframe with shadow DOM
...
no issue
- Instead of an iframe tag, we use the shadow DOM to separate CSS.
- The CSS is fully isolated, except for inherited properties. To fix that, we needed to add `:host { all: initial; }` to the CSS.
2022-07-05 11:46:14 +02:00
Simon Backx
6f0defc6a1
Added AppContext and basic Form component
2022-07-04 17:23:01 +02:00
Rishabh
cc4eda6478
Added custom build setup
...
refs https://github.com/TryGhost/Team/issues/1664
- overrides webpack config to generate single script for publishing
- adds custom scripts for dev and production mode
2022-07-04 15:15:01 +02:00
Rishabh
7042386db2
Initialize project using Create React App
2022-07-04 14:53:12 +02:00