mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
add GRID_PAGINATED to ListDisplayType
This commit is contained in:
@@ -16,6 +16,7 @@ import { ServerFeatures } from '/@/shared/types/features-types';
|
||||
export enum ListDisplayType {
|
||||
CARD = 'card',
|
||||
GRID = 'poster',
|
||||
GRID_PAGINATED = 'posterPaginated',
|
||||
LIST = 'list',
|
||||
TABLE = 'table',
|
||||
TABLE_PAGINATED = 'paginatedTable',
|
||||
|
||||
Reference in New Issue
Block a user