discourse/app
Martin Brennan 8640d3c82d
FIX: Wait for bookmark save before allowing menu button click (#26626)
This fixes a timing issue where, if a user (or the CI) was
on a slow network connection, clicking one of the bookmark
menu options would cause an error because we hadn't yet received
the response from the server after creating the bookmark.

It should be very smooth most of the times because (paraphrasing j.jaffeux):

a) Most likely when user clicks it’s already saved
b) If it’s not saved when user clicks, it should already be almost done so
   the perceived wait when click the reminder option should be rather short
2024-04-15 14:45:11 +02:00
..
assets FIX: Wait for bookmark save before allowing menu button click (#26626) 2024-04-15 14:45:11 +02:00
controllers FIX: Update category breadcrumbs more reliably (#26608) 2024-04-12 11:56:32 +03:00
helpers DEV: Move chat service objects into core (#26506) 2024-04-04 10:57:41 -03:00
jobs UX: make first admin a moderator to review user approvals. (#26588) 2024-04-10 20:59:03 +05:30
mailers FIX: Ensure invalid timezone does not block critical emails (#26607) 2024-04-12 10:53:44 -04:00
models FEATURE: User Notifications Links Page (#26609) 2024-04-11 15:54:28 -06:00
serializers DEV: Drop FoundUserWithStatusSerializer (#25884) 2024-04-12 15:08:07 +04:00
services FEATURE: User Notifications Links Page (#26609) 2024-04-11 15:54:28 -06:00
views DEV: allow themes to render their own custom homepage (#26291) 2024-04-02 11:05:08 -04:00