Several admin pages still use a raw container <div> layout instead of the shared AdminPageLayout component used by other admin pages.
Files with TODO comments:
src/app/admin/brands/page.tsx line 104
src/app/admin/cpus/page.tsx line 138
src/app/admin/socs/page.tsx line 130
src/app/admin/trust-logs/page.tsx line 114
Action required:
Refactor each of these pages to use AdminPageLayout for consistency with the rest of the admin section.
Requested by @Producdevity — related to PR #375
Several admin pages still use a raw container
<div>layout instead of the sharedAdminPageLayoutcomponent used by other admin pages.Files with TODO comments:
src/app/admin/brands/page.tsxline 104src/app/admin/cpus/page.tsxline 138src/app/admin/socs/page.tsxline 130src/app/admin/trust-logs/page.tsxline 114Action required:
Refactor each of these pages to use
AdminPageLayoutfor consistency with the rest of the admin section.Requested by @Producdevity — related to PR #375