Commit Graph

330 Commits (62040ed88a4b80a4eb375b7d8db609b05e318c22)

Author SHA1 Message Date
ElementalAlchemist 62040ed88a Add speed and quality settings
The quality setting will need some UX improvements later (in particular to show the name of the selected quality level), but it functions as a quality setting.
3 months ago
ElementalAlchemist 92a8d1353b Fix keyboard shortcuts help visibility 3 months ago
ElementalAlchemist 5d37b26def Show fullscreen controls at the bottom of the video 3 months ago
ElementalAlchemist cbc55c7345 Keep media controls visible 3 months ago
ElementalAlchemist 9c97b564c7 Replace manual events with vidstack media gestures 3 months ago
ElementalAlchemist 106cd21215 Chat autoscroll 3 months ago
ElementalAlchemist 213b4066ff Factor chat display into its own component 3 months ago
ElementalAlchemist bd866ba1bf Chat replay 3 months ago
ElementalAlchemist 14690ee406 Load chat data in restreamer 3 months ago
ElementalAlchemist 8df629a1be Fix scrollbar on page 3 months ago
ElementalAlchemist 5ee26a8f64 Fix video player height 3 months ago
ElementalAlchemist 4185c2dc69 Attempt to fix controls sometimes hiding 3 months ago
ElementalAlchemist d09bc91de6 Add restreamer links to download video and frames 3 months ago
ElementalAlchemist f748ad35e0 Fix losing milliseconds sometimes 3 months ago
ElementalAlchemist e6aaddb9eb Fix time ago conversion occurring in the wrong direction 3 months ago
ElementalAlchemist 3e4f52e9ef Store player settings 3 months ago
ElementalAlchemist 454230f866 Switch to more native video controls 3 months ago
ElementalAlchemist 8f88c719ad Remove the default video controls 3 months ago
ElementalAlchemist 1239321b86 Implement basic video controls
These will be expanded or replaced with vidstack's controls in the future, but this at least gives us most of the basic requirements.
3 months ago
ElementalAlchemist 9bfe472468 Bound max video player size 3 months ago
ElementalAlchemist 15d4a4e3cf Make the video load bar work properly 3 months ago
ElementalAlchemist d0640bf5c8 Add vidstack video player 3 months ago
ElementalAlchemist 5ee213455d Basic loading of videos 3 months ago
ElementalAlchemist 26785b1958 Add cancel/reset buttons for thumbnail edit 3 months ago
ElementalAlchemist a50d5d11b2 Add video load time fields to restreamer 3 months ago
ElementalAlchemist c54bd3c63f Add errors and keyboard shortcuts to restreamer 3 months ago
ElementalAlchemist 98ba88fc12 Add components for keyboard shortcuts 3 months ago
ElementalAlchemist 33cc5d0d66 Add Hls.js as a dependency 3 months ago
ElementalAlchemist 1383ae8ccd Move luxon dependency to npm 3 months ago
ElementalAlchemist 1e5718f3a6 Add template form 3 months ago
ElementalAlchemist 375694875a Enable viewing and editing thumbnail templates 3 months ago
ElementalAlchemist 1ad9f6f1a4 Fix pressing "enter" in time converter reloading the page 3 months ago
ElementalAlchemist 9d4bbfd32a Use UTC as the default time zone when converting if no other time zone is specified 3 months ago
ElementalAlchemist f306643a92 Add the time converter utility 3 months ago
ElementalAlchemist d3a7d0bd80 Initial structure and clock
This is the start of replacing the old Thrimbletrimmer with a new SolidJS-based Thrimbletrimmer. It includes an implementation of the clock page for a basic implementation of signal-based page.
3 months ago
Mike Lang 61d6df5d1f drive clock: Avoid using "sky" tag ids as uBO blocks them 3 months ago
Mike Lang c54ed3455c driveclock: Run initial update immediately 3 months ago
Mike Lang 91bce47be1 Add driveclock to thrimbletrimmer 3 months ago
Mike Lang a819f02601 thrimbletrimmer: Explicit button to reset crop settings to defaults
instead of on switch of template, which didn't work properly anyway.
3 months ago
Mike Lang b7c78568b1 thrimbletrimmer: default to locked aspect ratio 3 months ago
Mike Lang 6c97654da3 thrimbletrimmer: Don't listen for loadedmetadata in two places
The first place never fires, the second one replaces it I think.
3 months ago
ElementalAlchemist 90696bbeda Upgrade Hls.js 3 months ago
Mike Lang 5b62e3a2ff fix bug where oneoff templates are uploaded without a frame 3 months ago
Mike Lang 3d22afbf0d thrimbletrimmer: Load uploaded template in crop tool when type = ONEOFF 3 months ago
ElementalAlchemist 3d4c63a697 Fix uploading a new thumbnail image when updating a thumbnail 3 months ago
ElementalAlchemist 0d35e95dc7 Format Thrimbletrimmer files
I forgot to run prettier before my last PR.
3 months ago
ElementalAlchemist f4d303147d Allow editing thumbnail data 3 months ago
ElementalAlchemist 9435dc8575 Set default crop values
These values were empirically determined to be good from previous thumbnail templates.
3 months ago
ElementalAlchemist ef061b6768 Pass the auth token when submitting thumbnails 3 months ago
ElementalAlchemist fc82b2b17f Run Prettier on other Thrimbletrimmer files
It had not been run in previous PRs
3 months ago