Explorar o código

build(frontend): rebuild static/ so the restore UI actually ships (#2656)

The dev merge took dev's static/index.html, which loads the pre-restore
bundle, and left both bundles tracked. Merged as-is none of the frontend
shipped: no Restore button, no modal, no Type column.

Rebuild drops the superseded bundle and points index.html at a single one
that carries restoreFromGit and this round's new note leaf. The CSS
hashes identically to dev'"'"'s, so index.html differs by the script line
alone.
jmoore-skild hai 1 mes
pai
achega
b34ea64417
Modificáronse 3 ficheiros con 1 adicións e 1 borrados
  1. 0 0
      static/assets/index-wb4vHygD.js
  2. 0 0
      static/assets/index-yKwaHTh1.js
  3. 1 1
      static/index.html

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
static/assets/index-wb4vHygD.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
static/assets/index-yKwaHTh1.js


+ 1 - 1
static/index.html

@@ -26,7 +26,7 @@
 
     <!-- Splash screens for iOS -->
     <link rel="apple-touch-startup-image" href="/img/android-chrome-512x512.png" />
-    <script type="module" crossorigin src="/assets/index-yKwaHTh1.js"></script>
+    <script type="module" crossorigin src="/assets/index-wb4vHygD.js"></script>
     <link rel="stylesheet" crossorigin href="/assets/index-B3jj6-fz.css">
   </head>
   <body>

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio