Skip to content

Commit 46ab77c

Browse files
committed
feat: implement lazy loading for routes and add loading component
1 parent 00fb7be commit 46ab77c

35 files changed

Lines changed: 46 additions & 32 deletions

src-tauri/windows/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Package
33
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
44
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"

src-tauri/windows/msix-staging/AppxManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Package
33
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
44
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
1 Byte
Loading
-71 Bytes
Loading
-60 Bytes
Loading
53.2 KB
Loading
23 Bytes
Loading
27 Bytes
Loading
17 Bytes
Loading
152 Bytes
Loading

0 commit comments

Comments
 (0)