mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-25 16:28:02 +00:00
Add explorer sub-routes for accounts and assets views
- Add /explorer/* wildcard route in App.tsx - Add view navigation tabs (Overview, Accounts, Assets) - Parse URL to determine current view - Add accounts and assets view components - Add account detail view with address display
This commit is contained in:
@@ -117,6 +117,7 @@ function App() {
|
||||
<Route path="/reset-password" element={<PasswordReset />} />
|
||||
<Route path="/" element={<Index />} />
|
||||
<Route path="/explorer" element={<Explorer />} />
|
||||
<Route path="/explorer/*" element={<Explorer />} />
|
||||
<Route path="/docs/*" element={<Docs />} />
|
||||
<Route path="/wallet" element={<WalletDashboard />} />
|
||||
<Route path="/api" element={<Api />} />
|
||||
|
||||
Reference in New Issue
Block a user