Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduced motion options for gifs and flashes #516

Merged
merged 7 commits into from
Oct 23, 2023
Merged

Conversation

GiovanH
Copy link
Owner

@GiovanH GiovanH commented Jun 30, 2023

Depends on #487

image

image

image

src/main.js Outdated
assets_root: `http://127.0.0.1:${port}/`
})
const Store = require('electron-store')
store = new Store()

Check warning

Code scanning / CodeQL

Useless assignment to local variable Warning

The value assigned to store here is unused.
src/mods.js Fixed Show fixed Hide fixed
@@ -0,0 +1,107 @@
<template>
<div class='media'>
Copy link
Collaborator

@Bambosh Bambosh Oct 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This extra div means Vue's scoping will break any external CSS that expected the MediaEmbed to be a plain <img>. Can work around it on a case by case basis with ::v-deep, but that's gonna be super easy to forget to test.

Copy link
Collaborator

@Bambosh Bambosh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need GifSeeker to propagate CSS changes down to its img element somehow

@GiovanH GiovanH requested a review from Bambosh October 10, 2023 23:35
@GiovanH GiovanH merged commit d07e345 into GiovanH:develop Oct 23, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants