Skip to content
Merged
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
2,111 changes: 1,063 additions & 1,048 deletions src/Api/pub/autogenerated/ts/nostr_client.ts

Large diffs are not rendered by default.

3,102 changes: 1,559 additions & 1,543 deletions src/Api/pub/autogenerated/ts/nostr_transport.ts

Large diffs are not rendered by default.

6,102 changes: 3,206 additions & 2,896 deletions src/Api/pub/autogenerated/ts/types.ts

Large diffs are not rendered by default.

628 changes: 628 additions & 0 deletions src/Pages/Metrics/AssetsAndLiab.tsx

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/Pages/Metrics/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import Routing from "./routing";
import Manage from "../Manage";
import Channels from "../Channels";
import AdminSwaps from "./adminSwaps/AdminSwaps";
import { AssetsAndLiab } from "./AssetsAndLiab";

const Metrics = ({ match, location, history }: RouteComponentProps) => {

Expand Down Expand Up @@ -54,6 +55,7 @@ const Metrics = ({ match, location, history }: RouteComponentProps) => {
<GuardedRoute path={`${match.url}/manage`} component={Manage} guards={[requireSelectedAdminSourceGuard]} />
<GuardedRoute path={`${match.url}/channels`} component={Channels} guards={[requireSelectedAdminSourceGuard]} />
<GuardedRoute path={`${match.url}/swaps`} component={AdminSwaps} guards={[requireSelectedAdminSourceGuard]} />
<GuardedRoute path={`${match.url}/assets-liabilities`} component={AssetsAndLiab} guards={[requireSelectedAdminSourceGuard]} />
</IonRouterOutlet>
</IonPage>
);
Expand Down
5 changes: 5 additions & 0 deletions src/Pages/Metrics/metricsMain.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,11 @@ const Dashboard = () => {
Swaps
</IonButton>
</div>
<div className={styles["section"]}>
<IonButton expand="block" fill="clear" color="light" routerLink="/metrics/assets-liabilities" routerDirection="forward" className={classNames(styles["box"], styles["border"])}>
Assets & Liabilities
</IonButton>
</div>
<div className={styles["section"]}>
<div className='metric-footer'>
<i>
Expand Down