Skip to content

Commit 5e5a0e5

Browse files
committed
To Stablity
- refactor to new pages component - added memo to optimize components - new way to add shortcuts - movememnt of state from glboal to local
1 parent 3f20229 commit 5e5a0e5

19 files changed

+677
-365
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Tauri + React + Typescript</title>
8-
</head>
9-
8+
<!-- import this BEFORE any scripts -->
9+
</head>
1010
<body>
1111
<div id="root"></div>
1212
<script type="module" src="/src/main.tsx"></script>

localinstall.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sudo dnf remove agra
2+
3+
sudo dnf localinstall ./src-tauri/target/release/bundle/rpm/agra-0.1.0-1.x86_64.rpm

0 commit comments

Comments
 (0)