summaryrefslogtreecommitdiffstats
path: root/demo
AgeCommit message (Collapse)Author
2023-08-07Use nerdfont version 3Jesse Duffield
Turns out I was on version 2 when recording these. I've switched to v3 now.
2023-08-02Support mp4 videos for demosJesse Duffield
For all videos but the first video in the readme we want to use mp4 because it's faster, better quality, smaller, and allows you to play/pause (don't quote me on the smaller part). HOWEVER: github won't let us reference mp4s stored in our repo from the readme, like it does for gifs (who knows why). This is annoying because it prevents us from easily re-recording things if the UI changes. So I've got the logic for recording to mp4 but I'm thinking of sticking to gifs for now
2023-08-01Output correct path in demo record scriptJesse Duffield
2023-08-01Create demo output dir if it doesn't already existJesse Duffield
2023-07-31Add demo test variantJesse Duffield
We're piggybacking on our existing integration test framework to record demos that we can include in our docs