Refactor BlocklistsPage into section components and fix frontend lint issues

This commit is contained in:
2026-03-22 14:08:20 +01:00
parent 99fbddb0e7
commit a1f97bd78f
8 changed files with 766 additions and 899 deletions

View File

@@ -288,7 +288,7 @@ Reference: `Docs/Refactoring.md` for full analysis of each issue.
---
### Task 13 — Extract sub-components from large frontend pages
### Task 13 — Extract sub-components from large frontend pages (✅ completed)
**Priority**: Low
**Refactoring ref**: Refactoring.md §11