Conversation
Agent-Logs-Url: https://github.com/RuleWorld/bngplayground/sessions/aece6ef3-ab15-417f-bce6-3be6467dae56 Co-authored-by: akutuva21 <44119804+akutuva21@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix duplicate dark mode classes in EditorPanel
Fix duplicate dark-mode utility conflicts, correct UMAP highlight scaling, and harden URL session codec tests
Apr 19, 2026
…ct form expectations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR removes conflicting/duplicate Tailwind dark-mode utilities flagged in UI components, fixes double-application of node size scaling in UMAP highlighting, and tightens URL session codec tests around optional/default and malformed-input behavior.
UI class cleanup (dark-mode consistency)
components/EditorPanel.tsxdark:border-slate-700dark:bg-*combinations (dark:bg-slate-900/50vsdark:bg-slate-800/50, etc.)components/Header.tsxdark:bg-slate-900vsdark:bg-slate-800,dark:bg-slate-900vsdark:bg-slate-700)dark:border-slate-700anddark:text-slate-400components/VisualizationPanel.tsxdark:border-slate-700dark:bg-*classes existedUMAP node highlight scaling fix
public/umap.htmlnodeSizetwice (base radius + highlight factor), causing quadratic slider behavior.URL codec test strengthening
tests/urlStateCodec.spec.tsmodel=is omitted whenmodelIdis undefined.#/session?) decodes back to{ tab: 'time-courses' }.u:).encodeSessionUrl(..., { forceCompact: true })for schema-invalid coverage.screenshot
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
rest.uniprot.org/opt/hostedtoolcache/node/24.14.1/x64/bin/node /opt/hostedtoolcache/node/24.14.1/x64/bin/node --experimental-import-meta-resolve --require /home/REDACTED/work/bngplayground/bngplayground/node_modules/vitest/suppress-warnings.cjs --conditions node --conditions development /home/REDACTED/work/bngplayground/bngplayground/node_modules/vitest/dist/workers/forks.js(dns block)www.pathwaycommons.org/opt/hostedtoolcache/node/24.14.1/x64/bin/node /opt/hostedtoolcache/node/24.14.1/x64/bin/node --experimental-import-meta-resolve --require /home/REDACTED/work/bngplayground/bngplayground/node_modules/vitest/suppress-warnings.cjs --conditions node --conditions development /home/REDACTED/work/bngplayground/bngplayground/node_modules/vitest/dist/workers/forks.js(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt