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

Remove redundant asset preload #2488

Merged

Conversation

Plastikmensch
Copy link

@Plastikmensch Plastikmensch commented Nov 27, 2023

Preloading is handled by glitch-soc's theming system, so all this currently did was to preload vanilla packs into glitch and preload twice in vanilla if the user was signed in.

The theming system does not conditionally preload though, but I wanted to leave that up for discussion before making changes. I'm not sure preloading is at all really necessary, but it is done upstream.

(Sidenote: the theming system seems to need some work)

Preload of getting-started has been removed as it was removed in 62782ba

preloading these is already handled by glitch-soc theming system, meaning glitch packs get preloaded and if the user is signed in, vanilla packs.

The theming system preloads these unconditionally though.

Signed-off-by: Plastikmensch <[email protected]>
This matches upstreams preloads

Signed-off-by: Plastikmensch <[email protected]>
@Plastikmensch Plastikmensch marked this pull request as ready for review November 27, 2023 05:13
@ClearlyClaire ClearlyClaire merged commit 5b0382a into glitch-soc:main Dec 2, 2023
rezhajulio pushed a commit to PegelinuxTop/mastodon that referenced this pull request Dec 5, 2023
* Remove redundant asset preload

preloading these is already handled by glitch-soc theming system, meaning glitch packs get preloaded and if the user is signed in, vanilla packs.

The theming system preloads these unconditionally though.

Signed-off-by: Plastikmensch <[email protected]>

* Remove preload of getting started

This matches upstreams preloads

Signed-off-by: Plastikmensch <[email protected]>

---------

Signed-off-by: Plastikmensch <[email protected]>
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