fix(board): match subscriptions empty state to catalog search styling

Use the same centered red status treatment as catalog "Nothing Found"
instead of a plain red span in the subscriptions footer.
This commit is contained in:
Tommaso Casaburi
2026-05-21 18:00:01 +07:00
parent 67ddaee673
commit 77e46500e2
3 changed files with 15 additions and 1 deletions
+1
View File
@@ -604,6 +604,7 @@ describe('Board', () => {
expect(latestLocation).toBe('/subs');
expect(container.textContent).toContain('not_subscribed_to_any_board');
expect(container.querySelector('[role="status"]')?.className).toContain('searchNothingFound');
});
it('links empty mod feeds to account import settings', async () => {