feat: simplify Discover view into socket cards & backend upgrades
This commit is contained in:
+1
File diff suppressed because one or more lines are too long
-1
File diff suppressed because one or more lines are too long
-330
File diff suppressed because one or more lines are too long
+350
File diff suppressed because one or more lines are too long
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
|
||||
<defs>
|
||||
<linearGradient id="mc-grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#06b6d4" />
|
||||
<stop offset="50%" stop-color="#0d9488" />
|
||||
<stop offset="100%" stop-color="#3b82f6" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<!-- Background Shield or Rounded Square -->
|
||||
<rect x="10" y="10" width="80" height="80" rx="20" fill="url(#mc-grad)" />
|
||||
<!-- Central Terminal or Graph Symbol -->
|
||||
<path d="M 30 40 L 45 50 L 30 60" fill="none" stroke="#ffffff" stroke-width="8" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<line x1="55" y1="60" x2="70" y2="60" stroke="#ffffff" stroke-width="8" stroke-linecap="round" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 753 B |
Vendored
+3
-2
@@ -5,9 +5,10 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="theme-color" content="#0d1117" />
|
||||
<link rel="manifest" href="/manifest.webmanifest" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<title>Mission Control 2.0</title>
|
||||
<script type="module" crossorigin src="/assets/index-DMajYfAZ.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CAfaSDN8.css">
|
||||
<script type="module" crossorigin src="/assets/index-DbuXer0L.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-B7OvRZwV.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
Reference in New Issue
Block a user