0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/apps/portal/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 🐛 Fixed unclear newsletter (un)subscribe modal (#21739) 2024-11-28 10:42:43 +01:00
images
tests 🐛 Fixed unclear newsletter (un)subscribe modal (#21739) 2024-11-28 10:42:43 +01:00
utils 🌐 Improved i18n support for Portal error messages (#21190) 2024-10-03 13:35:23 +00:00
actions.js 🌐 Improved i18n support for Portal error messages (#21190) 2024-10-03 13:35:23 +00:00
App.css
App.js 🎨 Updated Portal to accept data-locale (#21420) 2024-11-02 14:19:46 +00:00
App.test.js Added loading state when ordering comments (#21788) 2024-12-04 10:16:58 +08:00
AppContext.js 🎨 Supported RTL languages in Portal 2024-10-25 16:19:19 +07:00
data-attributes.js 🌐 Improved i18n support for Portal error messages (#21190) 2024-10-03 13:35:23 +00:00
index.css
index.js 🎨 Updated Portal to accept data-locale (#21420) 2024-11-02 14:19:46 +00:00
logo.svg
pages.js
setupTests.js