mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
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:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user