Skip to content

feat: add tooltips to dashboard summary stat cards #771

feat: add tooltips to dashboard summary stat cards

feat: add tooltips to dashboard summary stat cards #771

Triggered via pull request March 24, 2026 16:02
Status Cancelled
Total duration 10m 37s
Artifacts

ci.yml

on: pull_request
Backend Lint (Ruff)
8s
Backend Lint (Ruff)
Backend Tests (pytest)
36s
Backend Tests (pytest)
Contracts Check (Anchor)
9m 27s
Contracts Check (Anchor)
Rust Lint (Clippy)
14s
Rust Lint (Clippy)
Frontend Setup Check
3s
Frontend Setup Check
Frontend Lint (ESLint)
57s
Frontend Lint (ESLint)
Frontend Type Check (tsc)
1m 3s
Frontend Type Check (tsc)
Frontend Tests (Vitest)
54s
Frontend Tests (Vitest)
Frontend Build (Next.js)
1m 2s
Frontend Build (Next.js)
CI Status Summary
3s
CI Status Summary
Fit to window
Zoom out
Zoom in

Annotations

34 errors and 9 warnings
ruff (F401): backend/app/api/indexer_websocket.py#L34
app/api/indexer_websocket.py:34:41: F401 `typing.Set` imported but unused help: Remove unused import: `typing.Set`
ruff (F401): backend/app/api/indexer_websocket.py#L33
app/api/indexer_websocket.py:33:36: F401 `dataclasses.field` imported but unused help: Remove unused import: `dataclasses.field`
ruff (F401): backend/app/api/indexer.py#L34
app/api/indexer.py:34:5: F401 `app.models.indexer_event.IndexedEventCategory` imported but unused help: Remove unused import: `app.models.indexer_event.IndexedEventCategory`
ruff (F821): backend/app/api/bounties.py#L966
app/api/bounties.py:966:12: F821 Undefined name `BountyNotFoundError`
ruff (F821): backend/app/api/bounties.py#L964
app/api/bounties.py:964:25: F821 Undefined name `UnauthorizedDisputeAccessError`
ruff (F821): backend/app/api/bounties.py#L944
app/api/bounties.py:944:12: F821 Undefined name `BountyNotFoundError`
ruff (F821): backend/app/api/bounties.py#L942
app/api/bounties.py:942:25: F821 Undefined name `UnauthorizedDisputeAccessError`
ruff (F821): backend/app/api/bounties.py#L921
app/api/bounties.py:921:12: F821 Undefined name `BountyNotFoundError`
ruff (F821): backend/app/api/bounties.py#L919
app/api/bounties.py:919:25: F821 Undefined name `UnauthorizedDisputeAccessError`
ruff (F401): backend/app/api/anti_sybil.py#L17
app/api/anti_sybil.py:17:18: F401 `uuid.UUID` imported but unused help: Remove unused import: `uuid.UUID`
Rust Lint (Clippy)
Process completed with exit code 1.
Rust Lint (Clippy)
Process completed with exit code 101.
Backend Tests (pytest)
Process completed with exit code 2.
Frontend Tests (Vitest)
Process completed with exit code 1.
Frontend Build (Next.js)
Process completed with exit code 2.
Frontend Build (Next.js)
Module '"../config/constants"' has no exported member 'STAKING_WALLET'.
Frontend Build (Next.js)
Module '"../config/constants"' has no exported member 'deriveEscrowPda'.
Frontend Build (Next.js)
Module '"../config/constants"' has no exported member 'ESCROW_PROGRAM_ID'.
Frontend Build (Next.js)
Cannot find module '../data/codebaseMapTransformer' or its corresponding type declarations.
Frontend Build (Next.js)
Cannot find module '../../data/codebaseMapTransformer' or its corresponding type declarations.
Frontend Build (Next.js)
Cannot find module '../../data/codebaseMapTransformer' or its corresponding type declarations.
Frontend Build (Next.js)
Cannot find module 'recharts' or its corresponding type declarations.
Frontend Type Check (tsc)
Process completed with exit code 2.
Frontend Type Check (tsc)
Module '"../config/constants"' has no exported member 'STAKING_WALLET'.
Frontend Type Check (tsc)
Module '"../config/constants"' has no exported member 'deriveEscrowPda'.
Frontend Type Check (tsc)
Module '"../config/constants"' has no exported member 'ESCROW_PROGRAM_ID'.
Frontend Type Check (tsc)
Cannot find module '../data/codebaseMapTransformer' or its corresponding type declarations.
Frontend Type Check (tsc)
Cannot find module '../../data/codebaseMapTransformer' or its corresponding type declarations.
Frontend Type Check (tsc)
Cannot find module '../../data/codebaseMapTransformer' or its corresponding type declarations.
Frontend Type Check (tsc)
Cannot find module 'recharts' or its corresponding type declarations.
Contracts Check (Anchor)
Canceling since a higher priority waiting request for ci-feat/bounty-484-dashboard-tooltips exists
Contracts Check (Anchor)
The operation was canceled.
CI
Canceling since a higher priority waiting request for ci-feat/bounty-484-dashboard-tooltips exists
CI Status Summary
Process completed with exit code 1.
Frontend Setup Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Backend Lint (Ruff)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Rust Lint (Clippy)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Backend Tests (pytest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Frontend Tests (Vitest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Frontend Lint (ESLint)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Frontend Build (Next.js)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Frontend Type Check (tsc)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Contracts Check (Anchor)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/