Skip to content

Feat/soroban panel history suggestions copy#237

Open
tobiadewola41-eng wants to merge 2 commits into
Sorokit:mainfrom
tobiadewola41-eng:feat/soroban-panel-history-suggestions-copy
Open

Feat/soroban panel history suggestions copy#237
tobiadewola41-eng wants to merge 2 commits into
Sorokit:mainfrom
tobiadewola41-eng:feat/soroban-panel-history-suggestions-copy

Conversation

@tobiadewola41-eng

Copy link
Copy Markdown

closes #204

Description

Brief description of the changes in this PR.

Related Issues

Closes #(issue number)

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Testing

Describe how you tested your changes:

  • Component renders correctly
  • Tests added or updated for this change
  • No console errors or warnings
  • Lint passes (npm run lint)
  • Build succeeds (npm run build)
  • Manual testing completed

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

Screenshots (if applicable)

Add screenshots or GIFs demonstrating the changes.

- Move sorokit-core and @creit.tech/stellar-wallets-kit from
  dependencies to peerDependencies (>=0.1.0 / >=1.0.0 ranges)
- Add both as devDependencies for local build/test
- Fix stale ^0.0.0-beta.0 stellar-wallets-kit pin to ^2.5.0
- Add CHANGELOG.md to files field
- Add 6 keywords: dapp, defi, xlm, freighter, wallet-kit, soroban-contracts

Closes Sorokit#210
…ult button

- Implement SorobanPanel (was a stub): contract ID input, method input,
  args input with JSON validation, Invoke/Clear buttons, result block
- Store last 5 contract IDs in localStorage[sorokit-recent-contracts];
  render as <datalist> suggestions on the contract ID input
- Store recent methods per contract in localStorage[sorokit-recent-methods];
  render as <datalist> suggestions on the method input
- Add Copy (aria-label: Copy result) button in the result block using
  navigator.clipboard.writeText; shows Copied! feedback for 2 s
- Fix ContractEventFeed stub: render 'Contract Events' heading so
  SorobanScreen tests pass
- Add vitest jsdom environment + setupFiles to vite.config.ts
- Install missing runtime deps: tailwind-merge, clsx, @radix-ui/react-slot,
  @radix-ui/react-dropdown-menu
- Install missing dev deps: @testing-library/react, @testing-library/jest-dom

All 12 SorobanPanel + SorobanScreen tests pass. Build passes.

Closes Sorokit#204
@drips-wave

drips-wave Bot commented Jun 30, 2026

Copy link
Copy Markdown

@tobiadewola41-eng Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

feat(SorobanPanel,SorobanScreen): no contract ID history, no method suggestions, no Copy result button for large return values

1 participant