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
1 change: 1 addition & 0 deletions studio-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@types/react-dom": "^18.0.0",
"@types/react-loading-overlay": "^1.0.1",
"@types/react-responsive-masonry": "^2.1.0",
"@vercel/analytics": "^0.1.11",
"ansi-to-react": "^6.1.6",
"axios": "^1.2.1",
"daisyui": "^2.46.0",
Expand Down
3 changes: 3 additions & 0 deletions studio-frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ import { IndexedDb } from './db/ProjectsDB';
import { textChangeRangeIsUnchanged } from 'typescript';
import axios from 'axios';

import { Analytics } from '@vercel/analytics/react';


const GAS_BUDGET = 40000;

Expand Down Expand Up @@ -41,6 +43,7 @@ function App() {
</Routes>
</BrowserRouter>
</WalletProvider>
<Analytics />
</div>
);
}
Expand Down
Binary file added studio-frontend/src/icons/evan 2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions studio-frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2821,6 +2821,11 @@
"@typescript-eslint/types" "5.45.0"
eslint-visitor-keys "^3.3.0"

"@vercel/analytics@^0.1.11":
version "0.1.11"
resolved "https://registry.yarnpkg.com/@vercel/analytics/-/analytics-0.1.11.tgz#727a0ac655a4a89104cdea3e6925476470299428"
integrity sha512-mj5CPR02y0BRs1tN3oZcBNAX9a8NxsIUl9vElDPcqxnMfP0RbRc9fI9Ud7+QDg/1Izvt5uMumsr+6YsmVHcyuw==

"@wallet-standard/app@^1.0.0":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@wallet-standard/app/-/app-1.0.1.tgz#f83c3ae887f7fb52497a7b259bba734ae10a2994"
Expand Down