Skip to content

Commit

Permalink
Merge commit 'b301566d8d7e2f9a086b073244659feec9b22e07' into mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
zamrokk committed Sep 19, 2023
2 parents a00d55c + b301566 commit 21899f1
Show file tree
Hide file tree
Showing 2,426 changed files with 18 additions and 103,300 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ artifacts
.taq/config.local.*.json
node_modules/**
app/node_modules/**
docs/book
docs/book


15 changes: 15 additions & 0 deletions app/src/pages/Home.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { NetworkType } from "@airgap/beacon-sdk";
import {
IonButton,
IonCard,
IonCardContent,
IonCardHeader,
Expand All @@ -12,6 +13,7 @@ import {
IonHeader,
IonIcon,
IonImg,
IonLabel,
IonPage,
IonRow,
IonTitle,
Expand All @@ -21,6 +23,7 @@ import { Tzip16Module } from "@taquito/tzip16";
import {
albumsOutline,
constructOutline,
documentTextOutline,
fileTrayFullOutline,
} from "ionicons/icons";
import React, { useState } from "react";
Expand Down Expand Up @@ -72,6 +75,18 @@ const Home: React.FC = () => {

<ConnectButton />

<IonButton
onClick={() =>
window.open("https://marigold-dev.github.io/tzvote", "_blank")
}
color="dark"
target="_blank"
>
{" "}
<IonIcon icon={documentTextOutline}></IonIcon>
<IonLabel> &nbsp;Documentation</IonLabel>
</IonButton>

<IonGrid>
<IonRow>
<IonCol sizeSm="12" sizeXs="12" sizeMd="6" sizeXl="6">
Expand Down
1 change: 0 additions & 1 deletion node_modules/rxjs/internal/operators/buffer.js.map

This file was deleted.

57 changes: 0 additions & 57 deletions node_modules/rxjs/internal/operators/bufferCount.d.ts

This file was deleted.

102 changes: 0 additions & 102 deletions node_modules/rxjs/internal/operators/bufferCount.js

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/rxjs/internal/operators/bufferCount.js.map

This file was deleted.

4 changes: 0 additions & 4 deletions node_modules/rxjs/internal/operators/bufferTime.d.ts

This file was deleted.

162 changes: 0 additions & 162 deletions node_modules/rxjs/internal/operators/bufferTime.js

This file was deleted.

Loading

0 comments on commit 21899f1

Please sign in to comment.