0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/apps/comments-ui/src
Simon Backx a1a0bf6723 Fixed blinking when bluring reply form
fixes https://github.com/TryGhost/Team/issues/1749

Transition syntax was not working, and unused. The transition component also caused a delay, which caused the blinking.
2022-08-05 15:24:38 +02:00
..
components Fixed blinking when bluring reply form 2022-08-05 15:24:38 +02:00
images/icons Added an icon for when there is no member name on comment box 2022-08-04 17:30:33 +01:00
utils Wired up editing bio to API 2022-08-04 16:25:55 +02:00
actions.js Wired up editing bio to API 2022-08-04 16:25:55 +02:00
App.js Added targetOrigin option to postMessage (admin auth) 2022-08-03 15:49:16 +02:00
App.test.js Added temporary working test 2022-07-19 16:46:16 +02:00
AppContext.js Added AppContext and basic Form component 2022-07-04 17:23:01 +02:00
index.css Added sequential load for CSS 2022-07-08 13:28:39 +02:00
index.js Fixed #ghost-comments-root and renamed it to #ghost-comments 2022-08-01 16:14:49 +02:00
logo.svg Initialize project using Create React App 2022-07-04 14:53:12 +02:00
pages.js Renamed the add name dialog to better suit including bio 2022-07-26 11:47:36 +01:00
setupTests.js Fixed resize observer error in tests 2022-07-28 19:01:24 +05:30