feat: add tooltips to dashboard summary stat cards #773
Annotations
10 errors and 1 warning
|
Run Ruff Linter:
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`
|
|
Run Ruff Linter:
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`
|
|
Run Ruff Linter:
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`
|
|
Run Ruff Linter:
backend/app/api/bounties.py#L966
app/api/bounties.py:966:12: F821 Undefined name `BountyNotFoundError`
|
|
Run Ruff Linter:
backend/app/api/bounties.py#L964
app/api/bounties.py:964:25: F821 Undefined name `UnauthorizedDisputeAccessError`
|
|
Run Ruff Linter:
backend/app/api/bounties.py#L944
app/api/bounties.py:944:12: F821 Undefined name `BountyNotFoundError`
|
|
Run Ruff Linter:
backend/app/api/bounties.py#L942
app/api/bounties.py:942:25: F821 Undefined name `UnauthorizedDisputeAccessError`
|
|
Run Ruff Linter:
backend/app/api/bounties.py#L921
app/api/bounties.py:921:12: F821 Undefined name `BountyNotFoundError`
|
|
Run Ruff Linter:
backend/app/api/bounties.py#L919
app/api/bounties.py:919:25: F821 Undefined name `UnauthorizedDisputeAccessError`
|
|
Run Ruff Linter:
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`
|
|
Complete job
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/
|
Loading