Procházet zdrojové kódy

Replaces icons

main
Steve Ruiz před 4 roky
rodič
revize
396ff60301

+ 1
- 1
lib/code/control.ts Zobrazit soubor

@@ -4,7 +4,7 @@ import {
4 4
   NumberCodeControl,
5 5
   VectorCodeControl,
6 6
 } from 'types'
7
-import { v4 as uuid } from 'uuid'
7
+import { uniqueId } from 'utils/utils'
8 8
 
9 9
 export const controls: Record<string, any> = {}
10 10
 

+ 1
- 1
lib/shape-utils/index.tsx Zobrazit soubor

@@ -176,7 +176,7 @@ export interface ShapeUtility<K extends Shape> {
176 176
     shape: K,
177 177
     info: {
178 178
       isEditing: boolean
179
-      ref: React.MutableRefObject<HTMLTextAreaElement>
179
+      ref?: React.MutableRefObject<HTMLTextAreaElement>
180 180
     }
181 181
   ): JSX.Element
182 182
 

binární
public/android-chrome-192x192.png Zobrazit soubor


binární
public/android-chrome-512x512.png Zobrazit soubor


binární
public/android-icon-144x144.png Zobrazit soubor


binární
public/android-icon-168x168.png Zobrazit soubor


binární
public/android-icon-48x48.png Zobrazit soubor


binární
public/android-icon-72x72.png Zobrazit soubor


binární
public/android-icon-96x96.png Zobrazit soubor


binární
public/apple-touch-icon.png Zobrazit soubor


binární
public/favicon-16x16.png Zobrazit soubor


binární
public/favicon-32x32.png Zobrazit soubor


binární
public/favicon.ico Zobrazit soubor


+ 1
- 132
public/sw.js
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 0
- 1
public/sw.js.map Zobrazit soubor

@@ -1 +0,0 @@
1
-{"version":3,"file":"sw.js","sources":["../../../../../private/var/folders/3w/cj9n4h8j7xl3b82k45v7xw2r0000gn/T/7c1696e7af803225aac54932551101fc/sw.js"],"sourcesContent":["import {registerRoute as workbox_routing_registerRoute} from '/Users/stephenruiz/Developer/GitHub/code-slate/node_modules/workbox-routing/registerRoute.mjs';\nimport {NetworkFirst as workbox_strategies_NetworkFirst} from '/Users/stephenruiz/Developer/GitHub/code-slate/node_modules/workbox-strategies/NetworkFirst.mjs';\nimport {NetworkOnly as workbox_strategies_NetworkOnly} from '/Users/stephenruiz/Developer/GitHub/code-slate/node_modules/workbox-strategies/NetworkOnly.mjs';\nimport {clientsClaim as workbox_core_clientsClaim} from '/Users/stephenruiz/Developer/GitHub/code-slate/node_modules/workbox-core/clientsClaim.mjs';/**\n * Welcome to your Workbox-powered service worker!\n *\n * You'll need to register this file in your web app.\n * See https://goo.gl/nhQhGp\n *\n * The rest of the code is auto-generated. Please don't update this file\n * directly; instead, make changes to your Workbox build configuration\n * and re-run your build process.\n * See https://goo.gl/2aRDsh\n */\n\n\nimportScripts(\n  \n);\n\n\n\n\n\n\n\nself.skipWaiting();\n\nworkbox_core_clientsClaim();\n\n\n\nworkbox_routing_registerRoute(\"/\", new workbox_strategies_NetworkFirst({ \"cacheName\":\"start-url\", plugins: [{ cacheWillUpdate: async ({request, response, event, state}) => { if (response && response.type === 'opaqueredirect') { return new Response(response.body, {status: 200, statusText: 'OK', headers: response.headers}); } return response; } }] }), 'GET');\nworkbox_routing_registerRoute(/.*/i, new workbox_strategies_NetworkOnly({ \"cacheName\":\"dev\", plugins: [] }), 'GET');\n\n\n\n\n"],"names":["importScripts","self","skipWaiting","workbox_core_clientsClaim","workbox_routing_registerRoute","workbox_strategies_NetworkFirst","plugins","cacheWillUpdate","request","response","event","state","type","Response","body","status","statusText","headers","workbox_strategies_NetworkOnly"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGoJ;EACpJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EAGAA,aAAa;EAUbC,IAAI,CAACC,WAAL;AAEAC,sBAAyB;AAIzBC,uBAA6B,CAAC,GAAD,EAAM,IAAIC,oBAAJ,CAAoC;EAAE,eAAY,WAAd;EAA2BC,EAAAA,OAAO,EAAE,CAAC;EAAEC,IAAAA,eAAe,EAAE,OAAO;EAACC,MAAAA,OAAD;EAAUC,MAAAA,QAAV;EAAoBC,MAAAA,KAApB;EAA2BC,MAAAA;EAA3B,KAAP,KAA6C;EAAE,UAAIF,QAAQ,IAAIA,QAAQ,CAACG,IAAT,KAAkB,gBAAlC,EAAoD;EAAE,eAAO,IAAIC,QAAJ,CAAaJ,QAAQ,CAACK,IAAtB,EAA4B;EAACC,UAAAA,MAAM,EAAE,GAAT;EAAcC,UAAAA,UAAU,EAAE,IAA1B;EAAgCC,UAAAA,OAAO,EAAER,QAAQ,CAACQ;EAAlD,SAA5B,CAAP;EAAiG;;EAAC,aAAOR,QAAP;EAAkB;EAA5O,GAAD;EAApC,CAApC,CAAN,EAAmU,KAAnU,CAA7B;AACAL,uBAA6B,CAAC,KAAD,EAAQ,IAAIc,mBAAJ,CAAmC;EAAE,eAAY,KAAd;EAAqBZ,EAAAA,OAAO,EAAE;EAA9B,CAAnC,CAAR,EAAgF,KAAhF,CAA7B;;"}

+ 0
- 2701
public/workbox-6b19f60b.js
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 0
- 1
public/workbox-6b19f60b.js.map
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1
- 0
public/workbox-ea903bce.js
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1
- 0
public/worker-sTsqr_RdML8Zn1Mtf4L93.js Zobrazit soubor

@@ -0,0 +1 @@
1
+self.__WB_DISABLE_DEV_LOGS=!0;

Načítá se…
Zrušit
Uložit