ui: green "Размещено" default + green circle favicon (v0.2.6)
- default colour for status "РК. Размещено" is now green #26c04c (was indigo) - add a #26c04c circle favicon (inline SVG data URI) for the browser tab Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
de4cf1743b
commit
dec639581b
@ -3,6 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='15' fill='%2326c04c'/%3E%3C/svg%3E" />
|
||||||
<title>Адресная программа</title>
|
<title>Адресная программа</title>
|
||||||
<script>
|
<script>
|
||||||
// Theme is set before first paint (no flash). Dark theme is temporarily
|
// Theme is set before first paint (no flash). Dark theme is temporarily
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "mapdash-frontend",
|
"name": "mapdash-frontend",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.2.5",
|
"version": "0.2.6",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@ -25,7 +25,7 @@ export const DEFAULT_STATUS_COLORS: Record<string, string> = {
|
|||||||
'РК. Новая': '#4f46e5',
|
'РК. Новая': '#4f46e5',
|
||||||
'РК. Предварительное бронирование': '#4f46e5',
|
'РК. Предварительное бронирование': '#4f46e5',
|
||||||
'РК. Макет РИМ согласован': '#4f46e5',
|
'РК. Макет РИМ согласован': '#4f46e5',
|
||||||
'РК. Размещено': '#4f46e5',
|
'РК. Размещено': '#26c04c',
|
||||||
'РК. Ожидает монтаж': '#4f46e5',
|
'РК. Ожидает монтаж': '#4f46e5',
|
||||||
'РК. Ожидает демонтаж': '#4f46e5',
|
'РК. Ожидает демонтаж': '#4f46e5',
|
||||||
'РК. Ожидает перемонтаж': '#4f46e5',
|
'РК. Ожидает перемонтаж': '#4f46e5',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user