Przeglądaj źródła

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 1 miesiąc temu
rodzic
commit
b34ea64417

Plik diff jest za duży
+ 0 - 0
static/assets/index-wb4vHygD.js


Plik diff jest za duży
+ 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>

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików