chore: pre-public cleanup - #2
Merged
Merged
Conversation
- 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>
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.
Summary
Tidies a few user-visible rough edges before flipping
getpara/solana-importto public.src/components/ImportForm.tsx). It opened#and had aTODOto point it at docs once available — easier to drop the button than ship a no-op into a public repo.src/components/AccountHeader.tsx). The button said View on Solana Explorer but the URL it opens issolscan.io/.... Relabel to View on Solscan rather than swap providers.README.md). The block still listedstyles.css(replaced byglobal.css+theme.cssin feat: redesign UI with shadcn primitives + Para design tokens #1) and didn't mentionstate/,lib/, orcomponents/. Now matches what's actually insrc/.Test plan
yarn typecheckcleanyarn buildclean