Plugin for assigning users to a topic
Go to file
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
.github/workflows DEV: Update CI workflows (#424) 2023-01-10 18:03:19 +00:00
app FIX: Display assignments in user menu properly 2023-11-08 15:26:57 +01:00
assets FIX: Order items properly in user menu 2023-11-09 16:41:48 +01:00
config FIX: Display assignments in user menu properly 2023-11-08 15:26:57 +01:00
db 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
spec FIX: Order items properly in user menu 2023-11-09 16:41:48 +01:00
svg-icons UX: improve custom icons for group assign (#441) 2023-02-13 17:19:25 -05:00
test/javascripts FIX: Display assignments in user menu properly 2023-11-08 15:26:57 +01:00
.discourse-compatibility FIX: granular webhooks (#498) 2023-10-09 03:26:40 +00:00
.eslintrc.cjs DEV: Use `@discourse/lint-configs` (#517) 2023-10-23 12:08:11 +02:00
.git-blame-ignore-revs DEV: Ignore stree commit from git blame 2022-07-27 13:48:51 -03:00
.gitignore DEV: Use `@discourse/lint-configs` (#517) 2023-10-23 12:08:11 +02:00
.prettierrc.cjs DEV: Use `@discourse/lint-configs` (#517) 2023-10-23 12:08:11 +02:00
.rubocop.yml DEV: Introduce syntax_tree for ruby formatting (#408) 2022-12-23 20:35:55 +00:00
.streerc DEV: Introduce syntax_tree for ruby formatting (#408) 2022-12-23 20:35:55 +00:00
.template-lintrc.js DEV: Use `@discourse/lint-configs` (#517) 2023-10-23 12:08:11 +02:00
Gemfile DEV: Bump rubocop-discourse and correct violations (#409) 2022-12-23 19:55:31 +00:00
Gemfile.lock DEV: Update ruby linting (#518) 2023-10-20 17:04:03 +02:00
README.md DEV: Modernization/cleanup (#480) 2023-06-22 10:06:37 +02:00
package.json DEV: Use `@discourse/lint-configs` (#517) 2023-10-23 12:08:11 +02:00
plugin.rb Update plugin.rb metadata (#519) 2023-11-08 11:05:12 -08:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:00:20 +02:00
yarn.lock DEV: Use `@discourse/lint-configs` (#517) 2023-10-23 12:08:11 +02:00

README.md

Assign Plugin

Allows you to assign topics and individual posts (both private and public) to a user or group.

For more information, please see: https://meta.discourse.org/t/discourse-assign/58044