WIP scene UIs

This commit is contained in:
Paul Frazee 2022-10-31 12:17:58 -05:00
parent 1ab8285ad3
commit eceef67d46
9 changed files with 144 additions and 31 deletions

View file

@ -15,7 +15,7 @@ export interface ProfileUiParams {
export class ProfileUiModel {
// constants
static SELECTOR_ITEMS = ['Posts', 'Badges']
static SELECTOR_ITEMS = ['Posts', 'Scenes']
// data
profile: ProfileViewModel