discourse-assign/spec
Loïc Guitaut 5055bcbb2c FIX: Order items properly in user menu
The recent changes to the user menu changed how we were ordering the
items in it. A small bug was noticed though, as we’re not displaying the
unread assignments at the very top.

This patch fixes the ordering like this:

- Unread individual assignment notifications
- Unread group assignment notifications
- Read individual assignments
- Read group assignments

In each group of items, they are sorted by date, the most recent ones
being at the top.
2023-11-09 16:41:48 +01:00
..
components FEATURE: allow adding note when bulk assigning topics (#466) 2023-05-02 15:20:44 +05:30
fabricators FIX: Order items properly in user menu 2023-11-09 16:41:48 +01:00
integration DEV: Replace #pluck_first monkey patch with native #pick (#467) 2023-05-09 12:59:41 +08:00
jobs FIX: Display assignments in user menu properly 2023-11-08 15:26:57 +01:00
lib FIX: Display assignments in user menu properly 2023-11-08 15:26:57 +01:00
models FIX: Display assignments in user menu properly 2023-11-08 15:26:57 +01:00
post_migrations FIX: Display assignments in user menu properly 2023-11-08 15:26:57 +01:00
requests FIX: Display assignments in user menu properly 2023-11-08 15:26:57 +01:00
serializers DEV: Bump rubocop-discourse and correct violations (#409) 2022-12-23 19:55:31 +00:00
support DEV: Bump rubocop-discourse and correct violations (#409) 2022-12-23 19:55:31 +00:00
system FIX: Order items properly in user menu 2023-11-09 16:41:48 +01:00
plugin_spec.rb FIX: Display assignments in user menu properly 2023-11-08 15:26:57 +01:00