Glenn 'devalias' Grant
Glenn 'devalias' Grant
`src/components/templates/PosterHall/PosterHall.tsx` uses `usePosters` (`src/hooks/posters.ts`), which uses `usePosterVenues` (`src/hooks/posters.ts`), which uses `useConnectPosterVenues` / `posterVenuesSelector`: - https://github.com/sparkletown/sparkle/blob/staging/src/hooks/posters.ts#L13-L26 Looking at the query loading the data from firebase, we're currently fetching all of the...
Definitely an interesting idea. We have plans to add a ‘global chat’ that isn’t specifically tied to any one venue/private chat. I know that’s not the same as mentioned above,...
Sounds like a reasonable feature/thing to be able to support :) --- It seems `isQuestion` is defined on `BaseChatMessage`: - https://github.com/sparkletown/sparkle/blob/staging/src/types/chat.ts#L11-L18 `ChatMessageBox` receives `isQuestion` which is used in `sendMessageToChat` as...
> I've tested the venue page with around 1000 audiences. @soichih Was this with real/live users? Or did you create artificial users/‘fake load’ to test this out?
> As more and more columns / rows are added, the page starts to skew toward top/left - pushing the main screen toward right/bottom direction. > Eventually, almost quater of...
> I've used fake users to test this. @soichih Interesting.. how did you go about doing that out of curiosity? We haven't got any particularly good patterns/tooling around load testing...
> I believe the layout of the page should be adjusted so that entire width of the venue can fit within the whole page. @soichih I think an older version...
> Also, I've noticed that the page becomes somewhat unresponsive when there are a lot of people moving around. @soichih I've split this out into a new more focussed issue...
See the changes I made to `utils/time` in https://github.com/sparkletown/sparkle/pull/1538, most notably `formatDateRelativeToNow`: - https://github.com/sparkletown/sparkle/blob/staging/src/utils/time.ts#L146-L189 It's not an exact fix for this issue, but it lays basically all of the boilerplate/groundwork...
@yarikoptic Based on your screenshot I assume the intent of this issue is for it to be shown within the `EventModal` that is visible when clicking on an event in...