| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| |
|
|
| |
This is for the sake of safety
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
I feel it's not proper to keep the promises `dismissWarning()` returns unhandled, even if they're infallible, but Hazel and Julia have forced my hand
|
| | |
|
| |
|
|
| |
Co-authored-by: Freeplay <freeplay@duck.com>
|
| |
|
|
| |
Co-authored-by: Freeplay <freeplay@duck.com>
|
| |
|
|
| |
I copy pasted this from another file. I should probably change this
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
I literally tried this before and it didn't work I have witnesses
Before, when I set it to 100%, it became 64 pixels tall
Piuvas witnessed this happen and tried to help me debug it
at some point it just suddenly started working and we have no clue how
Witnessed-by: piuvas <piuvas@proton.me>
Co-authored-by: piuvas <piuvas@proton.me>
|
| |
|
|
| |
Still doesn't fix the stupid height issue‼️‼️💥
|
| |
|
|
|
|
|
| |
Full list of changes:
- Visual clarification for when certain UI elements are disabled
- Fix the play/pause button not being reactive due to isPlaying being a getter (technically a hack but it's probably fine)
- Makes sure to use `comment` instead of `flashFile.comment` as condition for the ALT text icon being visible
|
| |
|
|
| |
This commit also adds an error message for when the Content Security Policy is likely at fault for blocking it.
|
| |
|
|
| |
This way admins don't have to change their content security policy
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
This commit has a long story behind it.
Removes Ruffle from /scripts/ and instead always loads the installed version from unpkg, Ruffle's preferred CDN.
This requires having unpkg in the CORS rules.
Ruffle is also loaded from the CDN in dev mode. To help with this an externalPackages array has been added to the vite dev config.
Co-authored-by: Julia Johannesen <julia@insertdomain.name>
|
|
|
Still a work in progress.
|