SharedStake / SharedStake-ui

SharedStake User Interface using vue.js
https://www.sharedstake.org/
GNU General Public License v3.0
15 stars 15 forks source link

[chore] deprecate old dashboard #202

Closed chimera-defi closed 1 week ago

chimera-defi commented 1 month ago

old dashboard is old. deprecate it. comment it out maybe so we can fix it up with v2 when its ready. can be done via the ci. just find the codepaths that cover it, comment them out, and see if it works

virtually-stray commented 1 month ago

The old dashbord is this one right? src/components/Dashboard/Dashboard.vue

virtually-stray commented 1 month ago

And also, should I redirect the /dashboard path to anything else or I should just remove it from the routes? Sorry for the basic questions, I'm new to contributing to open source.

chimera-defi commented 1 month ago

so we just wanna comment out / deprecate, but leave intact the code for the old dashboard. its not dashboard.vue, its the text and info below "Dashboard" on the landing page. @virtually-stray

chimera-defi commented 4 weeks ago

hey @virtually-stray , this is now complete in the dev branch PR. it has the latest code. but right now onboard js and web3 connect buttons dont work, and were just trying to get them to work. you can pull the dev branch and take a look if youd like