discourse/app
Isaac Janzen 67b6997306
DEV: Add SearchMenu::Results::Assistant plugin outlets
Add plugin outlets for each assistant result type - User, Tag and Categories, Groups, etc. This gives us the ability to add content for each _type_ of search suggestion: 

<img width="216" alt="Screenshot 2024-10-16 at 10 01 09 AM" src="https://github.com/user-attachments/assets/fbbc71fe-a8fe-499b-8377-480dd0ed5f75">

I would have preferred to add a single plugin outlet at the top of the template and pass `this.suggestionType` and `@results`, but that would then require that we carry over a ton of core logic to plugins to calculate which _type_ is being rendered, and it would get unnecessarily messy quick. So instead I opted to create a plugin outlet for each _type_.
2024-10-16 10:46:15 -05:00
..
assets DEV: Add SearchMenu::Results::Assistant plugin outlets 2024-10-16 10:46:15 -05:00
controllers DEV: Refactor categories controller to reuse code (#29172) 2024-10-16 11:41:26 +03:00
helpers DEV: Drop WithServiceHelper 2024-09-05 09:58:20 +02:00
jobs DEV: Remove logical OR assignment of constants (#29201) 2024-10-16 10:09:07 +08:00
mailers UX: Use a dropdown for SSL mode for group SMTP (#27932) 2024-07-18 10:33:14 +10:00
models DEV: Remove logical OR assignment of constants (#29201) 2024-10-16 10:09:07 +08:00
serializers DEV: Remove logical OR assignment of constants (#29201) 2024-10-16 10:09:07 +08:00
services DEV: Remove logical OR assignment of constants (#29201) 2024-10-16 10:09:07 +08:00
views DEV: remap all core icons for fontawesome 6 upgrade (#28715) 2024-09-13 16:50:52 +01:00