fix: resolve CI lint failures from unused state vars in trading page - #12
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Add AnimatePresence to framer-motion import - Add PaymentExecutorSection component with agent selection, task input, Freighter signing flow, and animated invoice panel - Add AgentInfo, InvoiceData, ExecutorStep types and helpers - Render PaymentExecutorSection at bottom of WorkflowPage return Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: mesayanroy <169074736+mesayanroy@users.noreply.github.com>
- Add comment explaining 28-byte Stellar memo text limit - Add comment explaining 2 s ledger polling interval Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: mesayanroy <169074736+mesayanroy@users.noreply.github.com>
…entCard - AgentBuilder: add optional agentWallet field in configure step; use agentWallet || walletAddress as owner_wallet on deploy - AgentCard: add Strategy button with animated modal (file upload + notes textarea) using framer-motion AnimatePresence Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: mesayanroy <169074736+mesayanroy@users.noreply.github.com>
…pload - AgentBuilder: validate agentWallet as Stellar public key (G + 55 base32 chars); show inline error and disable 'Next' when invalid - AgentCard: add role=button, tabIndex, and onKeyDown to file upload area for keyboard accessibility Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: mesayanroy <169074736+mesayanroy@users.noreply.github.com>
- app/devs/page.mdx: Full redesign with sticky left sidebar, FAQ accordions using <details>/<summary>, 12 comprehensive Q&A topics covering 0x402 protocol, Freighter wallet, payment flow, CLI, QStash, A2A routing, AI models, and monitoring. Breadcrumb nav, code blocks with syntax classes, and env vars reference table. - app/docs/page.mdx: Redesign with sidebar navigation, hero banner, collapsible API reference sections (Run Agent, Analytics, A2A), retains PaymentWorkflowDiagram and BackboneDiagram imports, adds QStash topic table and complete environment variable reference. Both pages use the app's design tokens: #00FFE5 teal, #0A0A0F bg, #FFB800 amber, font-syne/font-mono, rgba(255,255,255,0.08) borders. Pure HTML <details> accordions — no React hooks required. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: mesayanroy <169074736+mesayanroy@users.noreply.github.com>
…trategy upload, GitBook devs page Agent-Logs-Url: https://github.com/mesayanroy/0x402-pubsub/sessions/b2ecbc7c-d96d-49e0-bbd7-4003b123d3f2 Co-authored-by: mesayanroy <169074736+mesayanroy@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add Supabase configuration variables
feat: .env.local setup, 0x402 payment executor, multi-wallet agent builder, strategy upload, GitBook devs page
Mar 31, 2026
…user agents, arb demo setup Agent-Logs-Url: https://github.com/mesayanroy/0x402-pubsub/sessions/aea206d4-551a-4f4c-86cd-9d06de567760 Co-authored-by: mesayanroy <169074736+mesayanroy@users.noreply.github.com>
Copilot stopped work on behalf of
mesayanroy due to an error
March 31, 2026 01:53
Copilot stopped work on behalf of
mesayanroy due to an error
March 31, 2026 02:56
Copilot
AI
changed the title
feat: .env.local setup, 0x402 payment executor, multi-wallet agent builder, strategy upload, GitBook devs page
Trading page: TP/SL close-point chart, arbitrage agent demo, deployed-agent selector, instant dashboard PnL sync
Mar 31, 2026
…arnings 0 Agent-Logs-Url: https://github.com/mesayanroy/0x402-pubsub/sessions/eba635bc-09cf-40f7-b1c5-0a99dc63df7e Co-authored-by: mesayanroy <169074736+mesayanroy@users.noreply.github.com>
Copilot
AI
changed the title
Trading page: TP/SL close-point chart, arbitrage agent demo, deployed-agent selector, instant dashboard PnL sync
fix: resolve CI lint failures from unused state vars in trading page
Mar 31, 2026
mesayanroy
marked this pull request as ready for review
March 31, 2026 05:25
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.
CI was failing on
next lint --max-warnings 0because 14 state declarations added in the previous session were never consumed in JSX, generating@typescript-eslint/no-unused-varswarnings.Changes
closeEvent→<CandlestickChart>: wired the missing prop so TP/SL/manual close markers actually render on the canvas chart📦 Agent Templates/🚀 My Deployed Agents/⚡ Arbitrage Demo), consumingagentSubTab,myDeployedAgents, andloadingMyAgentsarbStep,arbPrices,arbResult,sigModalOpen,pendingArbTrade,arbRunning); on completion callspersistClosedTradeso dashboard PnL syncs immediately/api/agents/listas selectable cards; clicking selects the agent and returns to the chart panel