Merge pull request 'fix(views): wrap My Files table for mobile horizontal scroll' (#3) from chore/mobile-files-table-overflow into main
All checks were successful
Deploy to Homelab / deploy (push) Successful in 18s

This commit was merged in pull request #3.
This commit is contained in:
2026-05-04 00:15:22 +00:00
3 changed files with 18 additions and 9 deletions

View File

@@ -223,6 +223,7 @@ describe('GET /files — copy link', () => {
const res = await ctx.app.inject({ method: 'GET', url: '/files', cookies: { token } });
expect(res.statusCode).toBe(200);
expect(res.body).toContain('Copy link');
expect(res.body).toContain('class="table-wrap"');
});
});