-
Notifications
You must be signed in to change notification settings - Fork 8
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
Stats website in vue3 #1234
Stats website in vue3 #1234
Conversation
…-ts into development_313_stats
…-ts into development_313_stats
Can we change the card size in the responsive view. It's not normal for the card to be bigger than the map. You can check with @ehab-hassan for a better view. |
to be : Loading Statistics
@zaelgohary agree with you, but the problem in the map, it need to be more flexible and can zoom in and out on it ,I checked wih Rabie and he said that he ll look for another map in future, ll create issue about that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work. Some comments on packages that are not used like cypress & vitest. There aren't any tests written for those so I don't think both are necessary for atm.
You can now run the project in development mode using | ||
|
||
```bash | ||
yarn workspace newstats dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we call the workspace newstats? I think this would be the default stats and the old one will be archived once this is merged and released.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will keep this name till we phase out the old stats
no way this would be falsy value
Description
New stats website using Vue3
this website is similar to the old stats website but i will mention some of the new features
support standby nodes stats
network filter
if the user tried to switch off all toggles will got a warning dialog
the website will make a request to get a network stats only if the user click on refresh button and on mount
responsive
loading error
Changes
List of changes this PR includes
Related Issues
Checklist