Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
17ab75d
feat: add radix-ui support
0xshikhar Nov 30, 2024
0f066af
feat: add radix components
0xshikhar Nov 30, 2024
95c201e
feat: new dashboard add
0xshikhar Dec 1, 2024
d4bdfa5
feat: dashboard page ui
0xshikhar Dec 1, 2024
014f5ab
feat: fix ui
0xshikhar Dec 1, 2024
154db76
feat: add stake page
0xshikhar Dec 1, 2024
3e5d000
feat:
0xshikhar Dec 1, 2024
9fdd5d8
feat: add stake page
0xshikhar Dec 1, 2024
023a442
feat: fix menu
0xshikhar Dec 1, 2024
c2524dc
fix: ui
0xshikhar Dec 1, 2024
037e300
feat: add react toastify
0xshikhar Dec 10, 2024
8d549ce
feat: dashboard dynamic
0xshikhar Dec 11, 2024
8988467
feat: social links
0xshikhar Dec 9, 2024
60ed82b
queries updated
andropixels Dec 12, 2024
ae1a1d5
Merge branch 'v2' into v2_rahul
0xshikhar Dec 12, 2024
6c2965d
Merge pull request #17 from Nexus-Fi/v2_rahul
0xshikhar Dec 12, 2024
3840347
feat: add contract functions
0xshikhar Dec 12, 2024
b68e50c
feat: update query data
0xshikhar Dec 12, 2024
3723575
added recieve
andropixels Dec 14, 2024
c776665
added updated balance query
andropixels Dec 14, 2024
d6eb6b9
address update
andropixels Dec 14, 2024
1765690
unstake msg fixed
andropixels Dec 16, 2024
e68dc91
refactor
0xshikhar Dec 16, 2024
d3c6e60
feat: add bun and issue fixed
0xshikhar Dec 16, 2024
3006484
buffer rewards
andropixels Dec 16, 2024
20a1c31
refactor
0xshikhar Dec 16, 2024
598cd06
fix: build issue
0xshikhar Dec 16, 2024
c8a10b1
fix: build issue
0xshikhar Dec 16, 2024
7f60cf8
Merge branch 'v2' into v2_fix
0xshikhar Dec 16, 2024
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 .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NEXT_PUBLIC_ENABLE_TESTNETS=true
52 changes: 50 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
{
"extends": ["next/core-web-vitals"]
}
"extends": [
"next/core-web-vitals"
],
"rules": {
"no-unused-vars": "warn",
"no-console": "warn",
"no-debugger": "warn",
"no-alert": "warn",
"no-empty": "warn",
"no-empty-function": "warn",
"no-useless-escape": "warn",
"no-useless-catch": "warn",
"no-useless-return": "warn",
"no-constant-condition": "warn",
"no-dupe-else-if": "warn",
"no-dupe-keys": "warn",
"no-duplicate-case": "warn",
"no-duplicate-imports": "warn",
"no-empty-pattern": "warn",
"no-extra-boolean-cast": "warn",
"no-extra-semi": "warn",
"no-fallthrough": "warn",
"no-func-assign": "warn",
"no-import-assign": "warn",
"no-inner-declarations": "warn",
"no-invalid-regexp": "warn",
"no-irregular-whitespace": "warn",
"no-loss-of-precision": "warn",
"no-misleading-character-class": "warn",
"no-mixed-spaces-and-tabs": "warn",
"no-new-symbol": "warn",
"no-obj-calls": "warn",
"no-octal": "warn",
"no-prototype-builtins": "warn",
"no-redeclare": "warn",
"no-regex-spaces": "warn",
"no-self-assign": "warn",
"no-setter-return": "warn",
"no-shadow-restricted-names": "warn",
"no-sparse-arrays": "warn",
"no-template-curly-in-string": "warn",
"no-this-before-super": "warn",
"no-undef": "warn",
"no-unexpected-multiline": "warn",
"no-unreachable": "warn",
"no-unsafe-finally": "warn",
"no-unsafe-negation": "warn",
"no-unused-labels": "warn"
}
}
Binary file added bun.lockb
Binary file not shown.
Binary file removed nexusfiLogo.jpeg
Binary file not shown.
Loading