Refactor BlocklistsPage into section components and fix frontend lint issues

This commit is contained in:
2026-03-22 14:08:20 +01:00
parent 20dd890746
commit 9c5b7ba091
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