Ghost/apps/comments-ui/src
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
..
components Replaced iframe with shadow DOM 2022-07-05 11:46:14 +02:00
utils Added basic member authentication 2022-07-05 10:38:39 +02:00
actions.js Added AppContext and basic Form component 2022-07-04 17:23:01 +02:00
App.js Replaced iframe with shadow DOM 2022-07-05 11:46:14 +02:00
App.test.js Fixed lint 2022-07-04 16:00:02 +02:00
AppContext.js Added AppContext and basic Form component 2022-07-04 17:23:01 +02:00
index.css Replaced iframe with shadow DOM 2022-07-05 11:46:14 +02:00
index.js Fixed commentbox not injected 2022-07-05 11:34:51 +02:00
logo.svg Initialize project using Create React App 2022-07-04 14:53:12 +02:00
setupTests.js Initialize project using Create React App 2022-07-04 14:53:12 +02:00