web: Consistent use of static styles (#15510)

* web: Initial style clean up.

* web: Clean up type 2 styles.

* web: Clean up type 3 styles.

* web: Add Prettier formatter.
This commit is contained in:
Teffen Ellis
2025-07-10 21:35:58 +02:00
committed by GitHub
parent 7122891f0f
commit 3a07d5d829
213 changed files with 2132 additions and 2401 deletions

View File

@@ -34,9 +34,7 @@ export class DeleteObjectsTable<T> extends Table<T> {
@state()
usedByData: Map<T, UsedBy[]> = new Map();
static get styles(): CSSResult[] {
return super.styles.concat(PFList);
}
static styles: CSSResult[] = [...super.styles, PFList];
async apiEndpoint(): Promise<PaginatedResponse<T>> {
return Promise.resolve({