Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
1b3ab9a
Turn into pnpm workspace
onurkerimov Feb 16, 2026
be4f71d
Initialize frontend package with Next.js setup, including essential c…
onurkerimov Feb 16, 2026
b3c393e
Add initial dashboard files including .gitignore, README, configurati…
onurkerimov Feb 16, 2026
585f2a0
Delete
onurkerimov Feb 16, 2026
82d2beb
Remove generated type definition files for routes and validation in t…
onurkerimov Feb 16, 2026
f70c2b2
Add dashboard package with initial setup including Next.js configurat…
onurkerimov Feb 16, 2026
7f536d0
Enhance API data fetching in dashboard: add optional startTime and en…
onurkerimov Feb 16, 2026
839fc5a
Update dashboard dependencies and enhance chart functionality: replac…
onurkerimov Feb 16, 2026
3743265
Add CustomTooltip, DataRow components, and utility functions for dash…
onurkerimov Feb 16, 2026
d77630c
Implement ATR calculation and enhance dashboard layout: add calculate…
onurkerimov Feb 16, 2026
f3a5c2e
Refactor dashboard routing and data fetching: redirect home page to B…
onurkerimov Feb 16, 2026
f2f9060
Enhance Dashboard component with MarketHeader: add MarketHeader for d…
onurkerimov Feb 16, 2026
d6534cd
Refactor Dashboard component to improve ATR calculations and integrat…
onurkerimov Feb 16, 2026
e5b93b7
Enhance Dashboard component by adding legend swatch style and refinin…
onurkerimov Feb 16, 2026
19ca892
Refactor Dashboard layout by introducing section styling: enhance vis…
onurkerimov Feb 16, 2026
57048d4
Enhance Dashboard and CustomTooltip components: update CustomTooltip …
onurkerimov Feb 16, 2026
861df96
Refactor CustomTooltip to utilize dynamic label and streamline Dashbo…
onurkerimov Feb 16, 2026
440b5c3
Update Dashboard and layout metadata: change dashboard title for clar…
onurkerimov Feb 16, 2026
2cc78dc
Enhance Dashboard component with smooth X-axis domain expansion and i…
onurkerimov Feb 16, 2026
efeb798
Refactor Dashboard component to improve layout and functionality: upd…
onurkerimov Feb 17, 2026
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 .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ logs/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.next/
247 changes: 0 additions & 247 deletions package-lock.json

This file was deleted.

13 changes: 2 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
{
"name": "polyassistent",
"version": "0.1.0",
"type": "module",
"name": "polymarket-btc-assistant",
"private": true,
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"ethers": "^6.11.1",
"https-proxy-agent": "^7.0.6",
"socks-proxy-agent": "^8.0.5",
"undici": "^6.21.3",
"ws": "^8.18.0"
"start": "pnpm --filter polyassistent start"
}
}
Loading