Giter Club home page Giter Club logo

Comments (11)

maxence-charriere avatar maxence-charriere commented on July 20, 2024 1

it is now :)

from astextract.

maxence-charriere avatar maxence-charriere commented on July 20, 2024

You may also want to put your own logo since the default one will be go-app logo.

app.Handler{
    ThemeColor: "#ffffff",
    Icon: app.Icon{
          Default: "/web/YOUR_ICON.png",
    },
}

from astextract.

lu4p avatar lu4p commented on July 20, 2024

Updated to 7.0.3.
I don't have a logo, so I will keep using the default one.
Will apply themecolor tweak.

from astextract.

maxence-charriere avatar maxence-charriere commented on July 20, 2024

Awesome.
I think you also have to re-generate your static files.

from astextract.

lu4p avatar lu4p commented on July 20, 2024

@maxence-charriere Yes I just realized that

from astextract.

lu4p avatar lu4p commented on July 20, 2024

I applied the suggested tweak, and also tried to set the background color, but the loading screen is still dark.

	h := &app.Handler{
		Name:            "astextract",
		Title:           "astextract",
		BackgroundColor: "#ffffff",
		ThemeColor:      "#ffffff",
		Author:          "lu4p",
		Styles:          []string{"https://unpkg.com/spectre.css/dist/spectre.min.css"},
	}

Or what is the purpose of the theme color?

from astextract.

lu4p avatar lu4p commented on July 20, 2024

Regenerated files are now live. So the app can be installed with mobile browsers.

from astextract.

maxence-charriere avatar maxence-charriere commented on July 20, 2024

When you install on chrome on desktop, the windows bar color can be customized:
Screen Shot 2020-07-11 at 7 14 48 PM

// The theme color for the application. This affects how the OS displays the
// app (e.g., PWA title bar or Android's task switcher).
//
// DEFAULT: #2d2c2c.
ThemeColor string

for the loading screen, you can overload the color with css:

.goapp-app-info {
    color: black;
    background-color: white;
}

from astextract.

lu4p avatar lu4p commented on July 20, 2024

Ok thanks.

from astextract.

lu4p avatar lu4p commented on July 20, 2024

@maxence-charriere Set the themecolor to white now.

from astextract.

lu4p avatar lu4p commented on July 20, 2024

@maxence-charriere When do you plan to put this tool into the live section?

from astextract.

Related Issues (4)

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.