GithubHelp home page GithubHelp logo

herxayah / league-launcher-theme Goto Github PK

View Code? Open in Web Editor NEW
19.0 2.0 7.0 6.9 MB

custom theme for lick of leg-ends launcher

JavaScript 50.85% CSS 49.15%
javascript lcu lcu-api league-client league-loader league-of-legends leagueoflegends mecha riot-games

league-launcher-theme's Issues

A better way to apply theme

A pretty theme, but you're doing in bad way.

There is no need to use CDN for CSS. Just use a local file:

function insertCss(css) {
  const style = document.createElement('style')
  style.textContent = css
  document.body.append(style) // append to body
}

window.addEventListener('load', () => {
  const css = require('./cute.theme.css') // require raw css
  insertCss(css)
})

The style tag is appended to body, so dont need to wait 3.5s for the Client's style loaded.
https://github.com/PrincessAkira/league-launcher-theme/blob/7484f0eaf73a7db54730bcd942bb682100dd47c7/Cute/InjectCute.js#L6-L13

Create merged project of "league-launcher-theme" + "riot-tweakpane"

Merged project idea

To lower the amount of repos that are being used, I have the idea to create first a new repo which will have the "league-launcher-theme" and "riot-tweakpane" merged together and start combining these projects into one project.

This is just a starter idea and should only be started if the other two repos are in a state where they can be merged together without any huge issues being created.

flag bug

N93N}(F44~TSAGY$Q_8%5YN
The flag is not hidden.
Non-transparent flag

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.