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

impr: allow multiple funboxes with css (@notTamion) #6017

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

notTamion
Copy link
Contributor

Description

Allows enabling multiple funboxes that have a stylesheet. Which funboxes should be deemed compatible with each other will need some discussion

@monkeytypegeorge monkeytypegeorge added the frontend User interface or web stuff label Nov 7, 2024
@Miodec
Copy link
Member

Miodec commented Nov 8, 2024

You will need to go through the list of funboxes and check if they alter the same element. For example, now, you can enable mirror and upside down at the same time, but because they edit the same dom element, over overrides the other. Ill convert to draft.

@Miodec Miodec marked this pull request as draft November 8, 2024 14:19
@notTamion
Copy link
Contributor Author

notTamion commented Nov 8, 2024

there are more combinations that i am not sure whether we should allow, for example: crt and spaceballs (having both enabled with still tilt the screen but no longer display the background image from spaceballs)

@Miodec
Copy link
Member

Miodec commented Nov 8, 2024

Any combinations which change the behavior like that should be not allowed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend User interface or web stuff
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants