chore: color scheme update #3005
No reviewers
Labels
No labels
1week
2weeks
Failed compliance check
IP cameras
NATS
Possible security concern
Review effort 1/5
Review effort 2/5
Review effort 3/5
Review effort 4/5
Review effort 5/5
UI
aardvark
accessibility
amd64
api
arm64
auth
back-end
bgp
blog
bug
build
checkers
ci-cd
cleanup
cnpg
codex
core
dependencies
device-management
documentation
duplicate
dusk
ebpf
enhancement
eta 1d
eta 1hr
eta 3d
eta 3hr
feature
fieldsurvey
github_actions
go
good first issue
help wanted
invalid
javascript
k8s
log-collector
mapper
mtr
needs-triage
netflow
network-sweep
observability
oracle
otel
plug-in
proton
python
question
reddit
redhat
research
rperf
rperf-checker
rust
sdk
security
serviceradar-agent
serviceradar-agent-gateway
serviceradar-web
serviceradar-web-ng
siem
snmp
sysmon
topology
ubiquiti
wasm
wontfix
zen-engine
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
carverauto/serviceradar!3005
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refs/pull/3005/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Imported from GitHub pull request.
Original GitHub pull request: #2979
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/pull/2979
Original created: 2026-03-02T06:03:17Z
Original updated: 2026-03-02T06:07:06Z
Original head: carverauto/serviceradar:2978-featweb-ng-color-scheme-change
Original base: staging
Original merged: 2026-03-02T06:04:25Z by @mfreeman451
IMPORTANT: Please sign the Developer Certificate of Origin
Thank you for your contribution to ServiceRadar. Please note, when contributing, the developer must include
a DCO sign-off statement indicating the DCO acceptance in one commit message. Here
is an example DCO Signed-off-by line in a commit message:
Describe your changes
Issue ticket number and link
Code checklist before requesting a review
Imported GitHub PR comment.
Original author: @qodo-code-review[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2979#issuecomment-3982322782
Original created: 2026-03-02T06:03:37Z
Review Summary by Qodo
Implement Nocturne cyber color scheme across UI and visualizations
✨ EnhancementWalkthroughs
Description
Diagram
File Changes
1. elixir/web-ng/assets/css/app.css
✨ Enhancement+73/-612. elixir/web-ng/assets/js/app.js
✨ Enhancement+1/-13. elixir/web-ng/assets/js/hooks/MapboxFlowMap.js
✨ Enhancement+4/-4View more (10)
4. elixir/web-ng/assets/js/hooks/charts/NetflowLineSeriesChart.js
✨ Enhancement+1/-15. elixir/web-ng/assets/js/hooks/charts/NetflowSankeyChart.js
✨ Enhancement+1/-16. elixir/web-ng/assets/js/hooks/charts/NetflowStackedAreaChart.js
✨ Enhancement+3/-37. elixir/web-ng/assets/js/hooks/charts/TimeseriesCombinedChart.js
✨ Enhancement+1/-18. elixir/web-ng/assets/js/lib/god_view/lifecycle_dom_setup_methods.js
✨ Enhancement+3/-39. elixir/web-ng/assets/js/lib/god_view/rendering_tooltip_methods.js
✨ Enhancement+8/-810. elixir/web-ng/lib/serviceradar_web_ng_web/dashboard/plugins/timeseries.ex
✨ Enhancement+7/-711. elixir/web-ng/lib/serviceradar_web_ng_web/live/device_live/index.ex
✨ Enhancement+4/-412. elixir/web-ng/lib/serviceradar_web_ng_web/live/metric_live/show.ex
✨ Enhancement+1/-113. elixir/web-ng/lib/serviceradar_web_ng_web/live/spatial_live/index.ex
✨ Enhancement+3/-3Imported GitHub PR comment.
Original author: @qodo-code-review[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2979#issuecomment-3982322823
Original created: 2026-03-02T06:03:38Z
Code Review by Qodo
🐞 Bugs (1)📘 Rule violations (0)📎 Requirement gaps (3)1. --color-base-200 off-palette
📎 Requirement gap✓ Correctness2. series_color uses extra hex
📎 Requirement gap✓ Correctness3. Tooltip keeps heavy shadow
📎 Requirement gap✓ Correctness4. Palette duplicated in code
🐞 Bug⛯ ReliabilityImported GitHub PR comment.
Original author: @qodo-code-review[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2979#issuecomment-3982324615
Original created: 2026-03-02T06:04:16Z
CI Feedback 🧐
A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
Action: build
Failed stage: Configure SRQL fixture database for tests [❌]
Failed test name: ""
Failure summary:
The action failed because a required secret for TLS verification was not configured:
- The job
exited with code
1after printing:SRQL_TEST_DATABASE_CA_CERT secret must be configured to verifySRQL fixture TLS.(around lines707-708).- The environment shows
SRQL_TEST_DATABASE_CA_CERT:isempty (e.g., lines
611and697-698), so the workflow intentionally aborts when the cert is missing.A separate issue occurred during post-job cleanup but did not cause the primary failure:
-
gitsubmodule foreach --recursive ...failed withfatal: No url found for submodule pathswift/FieldSurvey/LocalPackages/arrow-swift in .gitmodules(lines718-719), indicating a submoduleentry missing from
.gitmodulesor an inconsistent submodule configuration.Relevant error logs:
Imported GitHub PR review comment.
Original author: @qodo-code-review[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2979#discussion_r2870664139
Original created: 2026-03-02T06:07:06Z
Original path: elixir/web-ng/assets/css/app.css
Original line: 75
1. --color-base-200 off-palette
📎 Requirement gap✓ CorrectnessAgent Prompt
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation toolsImported GitHub PR review comment.
Original author: @qodo-code-review[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2979#discussion_r2870664142
Original created: 2026-03-02T06:07:06Z
Original path: elixir/web-ng/lib/serviceradar_web_ng_web/dashboard/plugins/timeseries.ex
Original line: 692
2. series_color uses extra hex
📎 Requirement gap✓ CorrectnessAgent Prompt
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools