Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Theming guide #1413

Merged
merged 15 commits into from
Oct 15, 2024
Merged

docs: Theming guide #1413

merged 15 commits into from
Oct 15, 2024

Conversation

cpcramer
Copy link
Contributor

@cpcramer cpcramer commented Oct 14, 2024

What changed? Why?
Add theming guide.

Screenshot 2024-10-14 at 5 00 32 PM Screenshot 2024-10-14 at 5 00 43 PM

Notes to reviewers

How has it been tested?

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Oct 14, 2024
Copy link

vercel bot commented Oct 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
onchainkit-coverage ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 15, 2024 0:00am
onchainkit-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 15, 2024 0:00am
onchainkit-routes ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 15, 2024 0:00am

@cpcramer cpcramer force-pushed the paul/theming-guide-docs branch from bb58909 to 4323926 Compare October 14, 2024 22:52
Comment on lines 7 to 9
{/* <img alt="Themes"
src=""
height="364"/> */}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: Will update with GIF of updating themes

Comment on lines +12 to +13
text: 'Build Onchain Apps',
link: '/guides/build-onchain-apps',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made alphabetical

@@ -49,7 +49,7 @@ bun run dev
Visit http://localhost:1337 to start the **Framegear** interface. Enter the URL of your locally
running frame (e.g., `http://localhost:3000`) and click `Fetch` to validate your frame response and start testing.

![Fetch Frame](https://onchainkit.xyz/assets/fetch-frame.png)]
![Fetch Frame](https://onchainkit.xyz/assets/fetch-frame.png)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo fix

@cpcramer
Copy link
Contributor Author

cpcramer commented Oct 14, 2024

TODO: Add config to this sample once version is bumped - getting twoslash errors now

<OnchainKitProvider // [!code ++]
apiKey={process.env.NEXT_PUBLIC_ONCHAINKIT_API_KEY} // [!code ++]
chain={base} // [!code ++]
> // [!code ++]
{props.children}
</OnchainKitProvider> // [!code ++]

@cpcramer cpcramer merged commit ec54b8e into main Oct 15, 2024
16 checks passed
@cpcramer cpcramer deleted the paul/theming-guide-docs branch October 15, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Development

Successfully merging this pull request may close these issues.

3 participants