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

Change splash screen and Remove "loading..." text during startup #108

Open
chrisK00 opened this issue Aug 26, 2023 · 0 comments
Open

Change splash screen and Remove "loading..." text during startup #108

chrisK00 opened this issue Aug 26, 2023 · 0 comments
Labels
feature good first issue Good for newcomers patch Increase the value of patch for the next release

Comments

@chrisK00
Copy link
Contributor

chrisK00 commented Aug 26, 2023

Splash Screen

When starting the app a purple color is shown with .NET written in the middle.

Suggestion

  • Inside subtrack.maui.csproj the splash screen is defined and you can change the background color there.
  • The above works but still displays ".NET". We can add our own svg by creating an SVG using an online editor such as https://editor.method.ac/ and then naming it splash.svg and adding it to the folder inside subtrack.MAUI\Resources\Splash. and have the text "subtrack" in either a white color or light blue like the one used around our cards (might be this hex #2a9fd6)
  • The theme should be dark, use a black #000000 background or the grey one that is used for our subscription cards (might be this #222)
  • An icon next to the text would be nice but is not a requirement
  • The icon here should be the same as the one used for Change app icon  #109

Update

Use the same icon and colors as the app icon added in #165

Loading Text

The "loading" text after the splash screen is just an unnecessary flash as it is barely shown for one second.

Suggestion

  • Inside index.html simply only remove the "loading..." text.
@chrisK00 chrisK00 added minor Increase the value of minor for the next release patch Increase the value of patch for the next release and removed minor Increase the value of minor for the next release labels Sep 7, 2023
@chrisK00 chrisK00 added the good first issue Good for newcomers label Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature good first issue Good for newcomers patch Increase the value of patch for the next release
Projects
None yet
Development

No branches or pull requests

1 participant