Skip to content

chore: pre-public cleanup - #2

Merged
nsquare3 merged 2 commits into
mainfrom
norwood/pre-public-cleanup
May 8, 2026
Merged

nsquare3 merged 2 commits into
mainfrom
norwood/pre-public-cleanup

Conversation

@nsquare3

@nsquare3 nsquare3 commented May 8, 2026

Copy link
Copy Markdown
Contributor

Summary

Tidies a few user-visible rough edges before flipping getpara/solana-import to public.

  • Remove the non-functional Guide button on the import screen (src/components/ImportForm.tsx). It opened # and had a TODO to point it at docs once available — easier to drop the button than ship a no-op into a public repo.
  • Fix the explorer-button label (src/components/AccountHeader.tsx). The button said View on Solana Explorer but the URL it opens is solscan.io/.... Relabel to View on Solscan rather than swap providers.
  • Refresh the README Layout tree (README.md). The block still listed styles.css (replaced by global.css + theme.css in feat: redesign UI with shadcn primitives + Para design tokens #1) and didn't mention state/, lib/, or components/. Now matches what's actually in src/.

Test plan

  • yarn typecheck clean
  • yarn build clean
  • Pre-import screen still renders the import card; no Guide button
  • Header button on the post-import screen reads "View on Solscan" and opens solscan.io

nsquare3 and others added 2 commits May 7, 2026 18:29
- Remove the non-functional "Guide" button on the import screen (was a
  TODO pointing at a placeholder #).
- Fix the "View on Solana Explorer" button label — the underlying URL
  is solscan, so call it "View on Solscan".
- Refresh the README Layout block to match the post-redesign tree
  (global.css + theme.css instead of styles.css; document state/, lib/,
  and components/).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Once the repo is public, workflows run on PRs from forks. Setting
the workflow-level permissions to `contents: read` ensures a malicious
PR can't escalate the GITHUB_TOKEN to write to the repo.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@nsquare3
nsquare3 merged commit f4aa32b into main May 8, 2026
1 check passed
@nsquare3
nsquare3 deleted the norwood/pre-public-cleanup branch May 8, 2026 02:29
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