0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/apps/comments-ui/src
Ronald Langeveld 55dc9d997f
Added loading state when ordering comments (#21788)
PLG-280

- Added a loading state implementation when changing the ordering of
comments.
- This improves the overall UX particularly with slower connections.
- Due to the nature of how comments and ordering are handled, we
approached it with a simple state that determines whether it's done
loading or not around the API query.

---------

Co-authored-by: Sanne de Vries <sannedv@protonmail.com>
2024-12-04 10:16:58 +08:00
..
components Added loading state when ordering comments (#21788) 2024-12-04 10:16:58 +08:00
images/icons Replaced reply icon in comments-ui (#21710) 2024-11-25 08:59:19 +00:00
styles Change blockquote border color to accent color (#21780) 2024-12-02 15:45:58 +00:00
utils Fixed comments-ui tests not properly mocking actions on replies 2024-11-26 18:34:02 +00:00
actions.ts Added loading state when ordering comments (#21788) 2024-12-04 10:16:58 +08:00
App.tsx Added loading state when ordering comments (#21788) 2024-12-04 10:16:58 +08:00
AppContext.ts Added loading state when ordering comments (#21788) 2024-12-04 10:16:58 +08:00
AuthFrame.tsx Re-enabled general eslint rules in TS config 2023-09-08 13:47:42 +02:00
index.tsx Converted Comments-UI App to TypeScript and React hooks (#17760) 2023-08-18 13:30:59 +00:00
pages.ts Added confirmation popup for comment deletion (#21715) 2024-11-25 12:04:31 +00:00
setupTests.ts Refactored cta/main form conditional in comments-ui 2024-10-15 12:50:12 +01:00
typings.d.ts Migrated Comments-UI to TypeScript (#17129) 2023-06-27 14:51:37 +02:00
vite-env.d.ts Migrated Comments-UI to TypeScript (#17129) 2023-06-27 14:51:37 +02:00