0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/apps/comments-ui/src
Ronald Langeveld 8db228fa6e
Updated Comments likes UI changes to be instant (#21861)
ref PLG-288

- Implemented instant UI updates for comment likes/unlikes using
optimistic rendering.
- Enhanced error handling reverts state on API failure, ensuring
consistency.
- Added new test helper to mock failed API requests, needed to test
revert state handling.
2025-01-14 15:20:47 +09:00
..
components Updated Comments likes UI changes to be instant (#21861) 2025-01-14 15:20:47 +09:00
images/icons Updated avatar icon for removed comments (#21864) 2024-12-11 10:10:22 +00:00
styles
utils
actions.test.js Fixed potential for duplicate comments when fetching pages in comments-ui 2024-12-12 19:03:23 +00:00
actions.ts Updated Comments likes UI changes to be instant (#21861) 2025-01-14 15:20:47 +09:00
App.tsx Improved various aspects of comments app 2024-12-12 19:03:23 +00:00
AppContext.ts Updated Comments likes UI changes to be instant (#21861) 2025-01-14 15:20:47 +09:00
AuthFrame.tsx
index.tsx
pages.ts
setupTests.ts
typings.d.ts
vite-env.d.ts