branding: replace Tuta logo with a bridge icon
Tuta asked (discussion #9960) to stop using their logo so the project is not mistaken for an official one. Swap it everywhere for a neutral bridge icon. - App header and favicon now use the bridge logo - Regenerated the full Tauri desktop icon set (sizes, .icns, .ico) - Window title set to TutaBridge - Removed tuta-logo.svg and the default Vite favicon - Added logo.png master at the repo root
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 9.4 KiB |
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 74 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 7.0 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 197 KiB |
@@ -2,9 +2,9 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>ui</title>
|
||||
<title>TutaBridge</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
|
After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 9.3 KiB |
@@ -5,7 +5,7 @@ import { ConnectionPanel } from "./components/ConnectionPanel";
|
||||
import { ConfigPanel } from "./components/ConfigPanel";
|
||||
import { BackupPanel } from "./components/BackupPanel";
|
||||
import { statusLabel, isError } from "./types";
|
||||
import logo from "./assets/tuta-logo.svg";
|
||||
import logo from "./assets/logo.png";
|
||||
import "./App.css";
|
||||
|
||||
type Tab = "dashboard" | "connection" | "config" | "backup";
|
||||
|
||||
|
After Width: | Height: | Size: 14 KiB |
@@ -1,6 +0,0 @@
|
||||
<svg width="62" height="62" viewBox="0 0 62 62" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="62" height="62" rx="12" fill="#850122"/>
|
||||
<path d="M15.9578 12.6791L22.3603 19.1475C22.51 19.297 22.6598 19.3344 22.8844 19.3344H49.8796C50.0668 19.3344 50.1792 19.1101 49.9919 18.9231L43.6644 12.5296C43.5146 12.38 43.3649 12.3052 43.0653 12.3052H16.1076C15.8455 12.3052 15.8081 12.5296 15.9578 12.6791Z" fill="white"/>
|
||||
<path d="M15.0218 49.3957C14.9844 49.5452 15.0592 49.6948 15.2465 49.6948H41.8673C42.1293 49.6948 42.2416 49.5826 42.3165 49.3583L50.3664 23.41C50.4412 23.1483 50.329 23.0735 50.1043 23.0735H23.4087C23.1841 23.0735 23.1092 23.1483 23.0343 23.3352L15.0218 49.3957Z" fill="white"/>
|
||||
<path d="M13 41.9177C13 42.2168 13.3744 42.2168 13.4493 41.9177L19.5522 22.0639C19.6271 21.8395 19.6271 21.69 19.4399 21.503L13.3744 15.4833C13.2246 15.3337 13 15.4085 13 15.5955V41.9177Z" fill="white"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 919 B |