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

frontend: overhaul validator dashboard fetching logic #1166

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Commits on Nov 29, 2024

  1. refactor: overhaul overview and slotviz data flow

    - Overview and SlotViz data is now fetched in `index.vue` and propped down
    - SlotViz updates are handled through update emits
    - Introduces proper SSR fetching
    - removes all direct sibling dependencies on the overview (including the dashboard group composable)
    - introduces new validator dashboard store
    - dashboard modyfing actions now emit an `updateAll` event instead of directly calling `refreshOverview`
    
    See: BEDS-914
    LuccaBitfly committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    60fe37d View commit details
    Browse the repository at this point in the history