sparkletown/sparkle

View on GitHub
src/settings/sectionSettings.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const REACTIONS_CONTAINER_HEIGHT_IN_SEATS = 2;

export const DEFAULT_SECTIONS_AMOUNT = 1;
export const MIN_SECTIONS_AMOUNT = 1;
export const MAX_SECTIONS_AMOUNT = 50;

// These must both be odd, otherwise the video won't be centered properly
export const SECTION_DEFAULT_ROWS_COUNT = 17;
export const SECTION_DEFAULT_COLUMNS_COUNT = 23;

export const SECTION_VIDEO_MIN_WIDTH_IN_SEATS = 17;

export const SECTION_PREVIEW_USER_DISPLAY_COUNT = 14;