8 Commits

Author SHA1 Message Date
Kris
e4b4a97d9e
DEV: re-enable and update empty state tests (#380) 2025-07-09 13:58:35 -04:00
Kris
1d038963fd
TEMP: skip tests due to core change (#379) 2025-07-09 10:24:06 -04:00
Natalie Tay
f96aceb5f4
FIX: Use SolvedTopics to list posts in /activity/solved instead of user actions (#376)
In https://github.com/discourse/discourse-solved/pull/342 we moved solutions away from topic_custom_fields into proper tables, with the tables as the proper source of truth to a topic's solution.

The user's /my/activity/solved route uses user_actions which is not accurate, and a user has reported a bug where their solution is not reflected there (user actions are not a good representation of what a topic's solution is). 

This commit introduces 
- a new route to get solutions, and is mindful `hide_user_profiles_from_public` and such settings
- also mindful of PMs and private categories
- a new template that makes use of the `<UserStream>` to load posts safely and avoid reimplementation
2025-07-02 16:56:12 +08:00
Jarek Radosz
41a8789ec3
DEV: Minor code cleanup (#322)
mostly new i18n imports and qunit-dom
2024-12-02 23:13:34 +01:00
Jarek Radosz
fa3e1598aa
DEV: Update linting (#275) 2024-01-16 17:50:43 +01:00
Andrei Prigorshnev
143096af15
DEV: fix linting issue (#204) 2022-08-18 17:49:26 +04:00
Andrei Prigorshnev
4709fb17ed
UX: show blank page placeholder instead of the blue panel that says "No Activity" (#197) 2022-08-18 16:51:28 +04:00
Jarek Radosz
6007395cfb
DEV: Lose the es6 suffix (#191) 2022-03-06 21:20:09 +01:00