Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Staking Page Issues #2157

Draft
wants to merge 41 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
0819518
FIX: ssv and obol performance number
MaxTheGeeek Dec 19, 2024
d38e867
FIX: peer name space
MaxTheGeeek Dec 19, 2024
867982a
Merge branch 'main' into staking_issues
MaxTheGeeek Dec 19, 2024
9f56863
Merge branch 'main' into staking_issues
MaxTheGeeek Dec 27, 2024
5a2a2d3
Merge branch 'main' into staking_issues
MaxTheGeeek Jan 7, 2025
9d39f01
FIX: validator panel distance
MaxTheGeeek Jan 7, 2025
c981c18
CHANGE: services status on client commands header
MaxTheGeeek Jan 7, 2025
b10d603
FIX: format
MaxTheGeeek Jan 7, 2025
252452d
FIX: renaming key
MaxTheGeeek Jan 9, 2025
87fa75b
FIX: client command buttons for selected val
MaxTheGeeek Jan 9, 2025
375d9e9
ADD: tailwind anim
MaxTheGeeek Jan 10, 2025
47013b8
FIX: getSigningKeysWithQueueInfo error
MaxTheGeeek Jan 10, 2025
69e7ab8
CHANGE: node and edit sidebar buttons
MaxTheGeeek Jan 10, 2025
d6b767e
CHANGE: image size
MaxTheGeeek Jan 10, 2025
87df454
FIX: validator status on staking page
MaxTheGeeek Jan 14, 2025
a1b518d
ADD: setup color to key rows
MaxTheGeeek Jan 14, 2025
6b46fd8
ADD: preline ui components
MaxTheGeeek Jan 14, 2025
3b033dd
ADD: setup colors to validator clients and keys on staking page
MaxTheGeeek Jan 15, 2025
5bef545
ADD: text color
MaxTheGeeek Jan 15, 2025
f32979e
ADD: drop password with txt file
MaxTheGeeek Jan 15, 2025
53dc697
REMOVE: logs
MaxTheGeeek Jan 16, 2025
b5c54ce
IMPROVE: staking page
MaxTheGeeek Jan 16, 2025
13ad6cd
Merge branch 'main' into staking_issues
MaxTheGeeek Jan 17, 2025
082b36d
FIX: format
MaxTheGeeek Jan 17, 2025
b9c1407
FIX: filtering clients
MaxTheGeeek Jan 20, 2025
4c8972a
REMOVE: useless listKeys func
MaxTheGeeek Jan 20, 2025
f2cda59
FIX: displaying keys and skeletons
MaxTheGeeek Jan 20, 2025
d1343cf
REFACTOR: rewards box and rows
MaxTheGeeek Jan 20, 2025
5e93039
REFACTOR: setup dropdown dynamic styles
MaxTheGeeek Jan 21, 2025
c23594b
ADD: search key comp to header
MaxTheGeeek Jan 21, 2025
5c94870
ADD: selected client row on rewards
MaxTheGeeek Jan 21, 2025
67e29f0
REMOVE: filter from panels
MaxTheGeeek Jan 21, 2025
7ede95d
CHANGE: some styles
MaxTheGeeek Jan 21, 2025
e1fd342
ADD: search keys into header
MaxTheGeeek Jan 21, 2025
85dc4c9
FIX: the rewards box for ssv and obol
MaxTheGeeek Jan 22, 2025
e9ddb02
FIX: doppelganger status and preview
MaxTheGeeek Jan 23, 2025
76473c2
Merge branch 'main' into staking_issues
MaxTheGeeek Jan 23, 2025
dcd1fa0
FIX: obol participation row
MaxTheGeeek Jan 23, 2025
27c1a66
Merge branch 'staking_issues' of https://github.com/MaxTheGeeek/ether…
MaxTheGeeek Jan 23, 2025
cb6edcd
FIX: missing closing tag
MaxTheGeeek Jan 23, 2025
244c28c
FIX: format
MaxTheGeeek Jan 23, 2025
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
Prev Previous commit
Next Next commit
ADD: tailwind anim
MaxTheGeeek committed Jan 10, 2025
commit 375d9e9d41dbf927d311acd84b4b6f5cb9f07e29
5 changes: 3 additions & 2 deletions launcher/package.json
Original file line number Diff line number Diff line change
@@ -55,18 +55,19 @@
"semver": "^7.6.0",
"ssh2": "^1.1.0",
"swiper": "^11.0.6",
"tailwindcss-animated": "^1.1.2",
"vue": "^3.2.33",
"vue-i18n": "9.2.2",
"vue-router": "^4.0.15",
"vue3-apexcharts": "^1.6.0",
"vue3-carousel": "^0.3.1",
"vue3-circle-progress": "^1.0.7",
"vuedraggable": "^2.24.3",
"web3": "^4.15.0",
"xterm": "^5.3.0",
"xterm-addon-attach": "^0.9.0",
"xterm-addon-fit": "^0.8.0",
"yaml": "^2.2.1",
"web3": "^4.15.0"
"yaml": "^2.2.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
16 changes: 8 additions & 8 deletions launcher/public/output.css
Original file line number Diff line number Diff line change
@@ -2647,8 +2647,8 @@ video {
}

.animate-pulse{
-webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
-webkit-animation: pulse var(--tw-animate-duration, 2s) var(--tw-animate-easing, cubic-bezier(0.4, 0, 0.6, 1)) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, infinite) var(--tw-animate-fill, none);
animation: pulse var(--tw-animate-duration, 2s) var(--tw-animate-easing, cubic-bezier(0.4, 0, 0.6, 1)) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, infinite) var(--tw-animate-fill, none);
}

@-webkit-keyframes spin{
@@ -2666,8 +2666,8 @@ video {
}

.animate-spin{
-webkit-animation: spin 1s linear infinite;
animation: spin 1s linear infinite;
-webkit-animation: spin var(--tw-animate-duration, 1s) var(--tw-animate-easing, linear) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, infinite) var(--tw-animate-fill, none);
animation: spin var(--tw-animate-duration, 1s) var(--tw-animate-easing, linear) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, infinite) var(--tw-animate-fill, none);
}

.cursor-default{
@@ -3623,15 +3623,15 @@ video {
border-top-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.border-t-transparent{
border-top-color: transparent;
}

.border-t-white{
--tw-border-opacity: 1;
border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-t-transparent{
border-top-color: transparent;
}

.bg-\[\#093A4C\]{
--tw-bg-opacity: 1;
background-color: rgb(9 58 76 / var(--tw-bg-opacity, 1));
2 changes: 1 addition & 1 deletion launcher/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -74,5 +74,5 @@ module.exports = {
},
},
},
plugins: [require("tailwind-scrollbar")],
plugins: [require("tailwind-scrollbar"), require("tailwindcss-animated")],
};