Skip to content
This repository was archived by the owner on Dec 26, 2024. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 1 addition & 3 deletions popup.tsx → popup/popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import React from "react"
import { HashRouter, Route, Routes } from "react-router-dom"

import Auth from "~components/auth"
import CreateView from "~views/create"
import HomeView from "~views/home"
import HomeView from "~popup/home"

import "~popup.css"
import "~style.css"
Expand All @@ -20,7 +19,6 @@ function IndexPopup() {
</Auth>
}
/>
<Route path="/create" element={<CreateView />} />
</Routes>
</HashRouter>
)
Expand Down
2 changes: 2 additions & 0 deletions views/signTransaction/index.tsx → tabs/signTransaction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import React, { useEffect } from "react"
import { sendMessage } from "webext-bridge/popup"
import { useWalletStore } from "~stores"

import "~style.css"

const SignTransactionView = () => {
const [transaction, setTransaction] = React.useState<any>(null)
const activeWallet: number = useWalletStore((state) => state.activeWallet)
Expand Down
60 changes: 0 additions & 60 deletions views/connect/index.tsx

This file was deleted.

11 changes: 0 additions & 11 deletions views/login/index.tsx

This file was deleted.

35 changes: 0 additions & 35 deletions views/welcome/index.tsx

This file was deleted.