diff --git a/client/src/events.tsx b/client/src/events.tsx index 64de55b..960cf3b 100644 --- a/client/src/events.tsx +++ b/client/src/events.tsx @@ -2,10 +2,10 @@ import { Avatar, IconButton, ImageList, ImageListItem, ListItem, ListItemAvatar, import React, { Fragment, MutableRefObject } from 'react'; import { Maybe, doesExist } from '@apextoaster/js-utils'; -import { Camera } from '@mui/icons-material'; +import { Camera, Settings } from '@mui/icons-material'; import { useStore } from 'zustand'; import { formatters } from './format.js'; -import { Actor, GameEvent } from './models.js'; +import { Actor } from './models.js'; import { StoreState, store } from './store.js'; export function openImage(image: string) { @@ -67,7 +67,7 @@ export function ActionEventItem(props: EventItemProps) { } > - + {room.name.substring(0, 1)} - + {step} - + + + - + {character.substring(0, 1)} - - - {Object.entries(images).map(([name, image]) => openImage(image as string)}> @@ -212,7 +211,7 @@ export function PromptEventItem(props: EventItemProps) { return - + {character.substring(0, 1)} - + {name.substring(0, 1)}