social credit

This commit is contained in:
Benjamin Takats
2022-12-07 00:21:07 +01:00
parent 2fcb53a79d
commit e5b4666d4e
4 changed files with 13 additions and 2 deletions

View File

@@ -48,8 +48,8 @@ class BookCaseTable extends DataTableComponent
) => $row->homepage ? '<a target="_blank" class="underline text-amber-500" href="'.$this->url_to_absolute($row->homepage).'">Link</a>' : null
)
->html(),
BooleanColumn::make('Oranged-Pilled', 'deactivated')
->sortable(),
Column::make('Oranged-Pilled', 'deactivated')
->label(fn($row, Column $column) => view('columns.book_cases.oranged-pilled')->withRow($row)),
];
}