summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/SkFlashPlayer.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix frontend lint errorsHazelnoot2025-04-021-3/+3
|
* copy sharkey settings into new frontend preferences modelHazelnoot2025-03-311-7/+7
|
* fix a bunch of CSS variablesdakkar2024-12-091-27/+27
|
* Always use ruffle even if flash is installedCenTdemeern12024-12-081-1/+1
| | | | This is for the sake of safety
* Disable networkingCenTdemeern12024-12-081-2/+2
|
* Fix issues caused by reactivity removalCenTdemeern12024-12-081-2/+2
|
* Remove computedCenTdemeern12024-12-081-4/+4
|
* Add `_RUFFLE_VERSION_` global Vite defineCenTdemeern12024-12-081-2/+1
|
* Download with the correct filenameCenTdemeern12024-12-081-1/+1
|
* Import from @/componentsCenTdemeern12024-12-081-2/+2
|
* Remove comments I wrote while in a bad moodCenTdemeern12024-12-081-2/+0
|
* Everything must be asyncCenTdemeern12024-12-081-18/+21
| | | | 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
* Clean up hidden checkCenTdemeern12024-12-081-1/+1
|
* Fix 64 pixels of doom (final) (3) (actually final).waff.diffCenTdemeern12024-12-081-45/+57
| | | | Co-authored-by: Freeplay <freeplay@duck.com>
* Deal with the 64 pixels of doom once and for allCenTdemeern12024-12-081-2/+4
| | | | Co-authored-by: Freeplay <freeplay@duck.com>
* Update copyright text creditCenTdemeern12024-12-081-1/+1
| | | | I copy pasted this from another file. I should probably change this
* Add i18nCenTdemeern12024-12-081-8/+8
|
* Works now somehow???????"?????CenTdemeern12024-12-081-14/+4
| | | | | | | | | | 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>
* The big CSS refactorCenTdemeern12024-12-081-20/+23
| | | | Still doesn't fix the stupid height issue‼️‼️💥
* Miscellaneous fixes, clarifications, and alterationsCenTdemeern12024-12-081-14/+22
| | | | | | | 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
* Commit to raw.esm.shCenTdemeern12024-12-081-2/+11
| | | | This commit also adds an error message for when the Content Security Policy is likely at fault for blocking it.
* Use esm.sh instead of unpkg as Ruffle CDNCenTdemeern12024-12-081-5/+5
| | | | This way admins don't have to change their content security policy
* Change error handler for flash file load failCenTdemeern12024-12-081-3/+1
|
* Dynamic loading, error handling, and typesCenTdemeern12024-12-081-54/+114
|
* Always load Ruffle from CDN and add it as a dependencyCenTdemeern12024-12-081-2/+3
| | | | | | | | | 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>
* feat: Flash playback using RuffleCenTdemeern12024-12-081-0/+410
Still a work in progress.