Nate Broughton
Nate Broughton
Do we _have_ access to a webm version somewhere? Converting it isn't super feasible - I tried a variety of strategies and none worked particularly well. If we have a...
I am having the same issue on Vercel. I have both `NEXT_PRIVATE_SIGNING_PASSPHRASE` and `NEXT_PRIVATE_SIGNING_LOCAL_FILE_CONTENTS` and have the same behaviour & error message.
> I think user stats should probably be locked behind the permission for managing users? And the donations stats should definitely be locked behind a new donation manager permission, that...
Probably the easiest way to handle this is an `createdAt` timestamp for `ShowAndTellEntryAttachment`s. Thoughts?
I tried sorting by `cuid` but it didn't appear to work. I'll try again when I'm back on my laptop in a bit. I know cuid2 is explicitly NOT chronological,...
Actually, it seemingly does behave when I use ```ts const withAttachments = { include: { attachments: { orderBy: { id: "desc" as const }, include: { linkAttachment: true, imageAttachment: {...
I'll take a stab later!
> Are they always returned in reverse order now? Or just new uploads or random? Could we hot fix with a `.reverse()`? It seemingly is always in reverse order, it...
I've replaced the preview page in the admin side with a preview modal, imo it is far more clean and less annoying than having to open a whole new page....
> Should I also replace the preview button in the user frontend so we can fully remove the `/show-and-tell/my-posts/[id]/preview` page? @pjeweb did you have any thoughts on this too? I'll...