Skip to content

Build and test all components - #8

Merged
aljazceru merged 1 commit into
mainfrom
claude/build-test-all-01VysfrrXDZvXupubDDwCk4F
Nov 18, 2025
Merged

aljazceru merged 1 commit into
mainfrom
claude/build-test-all-01VysfrrXDZvXupubDDwCk4F

Conversation

@aljazceru

Copy link
Copy Markdown
Contributor

…omponents

  • Fix thread safety issues in use_relay_health.rs by removing global static that contained non-Send/Sync types (NostrSigner/NostrZapper trait objects)
  • Fix web_sys::Location API usage in video_player.rs by removing incorrect .ok() call
  • Refactor search.rs to avoid closure move/borrow errors by properly cloning client references and restructuring event handlers
  • All compilation errors resolved, application builds successfully

Verified with: cargo build --target wasm32-unknown-unknown --lib && dx build --platform web

…omponents

- Fix thread safety issues in use_relay_health.rs by removing global static
  that contained non-Send/Sync types (NostrSigner/NostrZapper trait objects)
- Fix web_sys::Location API usage in video_player.rs by removing incorrect .ok() call
- Refactor search.rs to avoid closure move/borrow errors by properly cloning client
  references and restructuring event handlers
- All compilation errors resolved, application builds successfully

Verified with: cargo build --target wasm32-unknown-unknown --lib && dx build --platform web
@aljazceru
aljazceru merged commit 5c05dad into main Nov 18, 2025
2 of 5 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.

2 participants