Skip to content

feat: add copy code button to python solution inspector - #11

Merged
Rowrow620 merged 1 commit into
mainfrom
8-feat-copy-code-button
Jul 30, 2026
Merged

feat: add copy code button to python solution inspector#11
Rowrow620 merged 1 commit into
mainfrom
8-feat-copy-code-button

Conversation

@Rowrow620

@Rowrow620 Rowrow620 commented Jul 30, 2026

Copy link
Copy Markdown
Owner

Description

added a "Copy Code" button to the top-right header of the Python Solution Trace inspector that copies the active problem's full Python solution code to the user's system clipboard using ui.output_mut(|o| o.copied_text = ...).

Related Issues

N/A

Type of Change

  • Bug fix (non-breaking change fixing an issue)
  • New problem visualizer audit / promotion (AuditStatus::Audited)
  • New feature (non-breaking change adding functionality)
  • Documentation update
  • Refactoring / performance optimization

Verification Checklist

  • Code compiles cleanly without errors
  • cargo test passes 100% of unit tests
  • cargo fmt --all -- --check complies with standard Rust formatting
  • cargo clippy --all-targets -- -D warnings produces zero warnings
  • Step visualizer tested locally in desktop mode (cargo run) and/or WebAssembly mode (trunk serve)

@Rowrow620
Rowrow620 merged commit 2514c03 into main Jul 30, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant