Skip to content

Commit

Permalink
fix: define a relative project root to ensure that there is no empty …
Browse files Browse the repository at this point in the history
…window when opening the app
  • Loading branch information
fabianbormann committed Apr 16, 2023
1 parent 0ac329d commit 8f6a58a
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 82 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "cardano-node-ui",
"homepage": "./",
"description": "This project aims to provide a streamlined, single-click ui solution for launching a Cardano node",
"version": "0.1.3",
"author": "Fabian Bormann <contact@coineda.io>",
Expand Down Expand Up @@ -76,6 +77,7 @@
"electron-builder": "^23.6.0"
},
"build": {
"productName": "Cardano Node Ui",
"appId": "org.ui.node.cardano.app",
"mac": {
"icon": "./build/icons/512x512.png",
Expand Down
13 changes: 0 additions & 13 deletions public/assets/lamborghini.svg

This file was deleted.

Binary file removed public/assets/lamborghini.svg-autosave.kra
Binary file not shown.
64 changes: 0 additions & 64 deletions public/coineda-logo.svg

This file was deleted.

Binary file modified public/favicon.ico
Binary file not shown.
Binary file added public/icon.afdesign
Binary file not shown.
Binary file modified public/icons/256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<base href="./">
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#03A678" />
<meta name="theme-color" content="#1a252f" />
<meta
name="description"
content="Web site created using create-react-app"
Expand Down
Binary file modified public/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Cardano Node Ui",
"name": "Cardano Node Ui",
"icons": [
{
"src": "favicon.ico",
Expand All @@ -20,6 +20,6 @@
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
"theme_color": "#1a252f",
"background_color": "#1a252f"
}

0 comments on commit 8f6a58a

Please sign in to comment.