Skip to content

Conversation

@MananTank
Copy link
Member

@MananTank MananTank commented Jan 8, 2025

PR-Codex overview

This PR introduces several enhancements and new features to the nebula API, particularly focusing on the addition of wallet addresses in the chat API and the implementation of metadata components for API endpoints.

Detailed summary

  • Added wallet_addresses support in chat.ts.
  • Updated Layout component to include showTableOfContents.
  • Enhanced styling in List.module.css.
  • Introduced EndpointMetadata component for API documentation.
  • Refactored InlineCode component for better usage.
  • Updated sidebar links to reflect new API endpoints.
  • Added new API endpoints for create, delete, clear, get, list, and update session functionalities.
  • Implemented response handling and request examples for new endpoints.

The following files were skipped due to too many changes: pnpm-lock.yaml

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}


PR-Codex overview

This PR introduces enhancements to the Nebula application, including new API endpoints, improved layout components, and updated styling. It also adds a new Select component and integrates metadata for API endpoints, enhancing documentation and usability.

Detailed summary

  • Added wallet_addresses to chat.ts
  • Enhanced DocLayout with a showTableOfContents prop
  • Updated InlineCode and CodeBlock components
  • Introduced Select component from @radix-ui/react-select
  • Added EndpointMetadata components for various API references
  • Updated sidebar structure for better navigation
  • Refined CSS styles for lists and document components
  • Removed deprecated code and improved documentation formatting

The following files were skipped due to too many changes: pnpm-lock.yaml

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}


PR-Codex overview

This PR focuses on enhancing the Nebula API documentation by adding new features, improving existing components, and refining styles in various areas. It introduces new API endpoints and updates the UI components for better usability.

Detailed summary

  • Added showTableOfContents prop to DocLayout.
  • Introduced new Select component from @radix-ui/react-select.
  • Updated InlineCode component to improve styling.
  • Added EndpointMetadata component for API documentation.
  • Refined styles in CSS files for lists and other elements.
  • Enhanced sidebar structure to categorize API methods (GET, POST, PUT, DELETE).
  • Updated API reference pages to include new endpoints and examples.

The following files were skipped due to too many changes: pnpm-lock.yaml

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@linear
Copy link

linear bot commented Jan 8, 2025

@changeset-bot
Copy link

changeset-bot bot commented Jan 8, 2025

⚠️ No Changeset found

Latest commit: 43ad9ef

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Jan 8, 2025

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

Name Status Preview Comments Updated (UTC)
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 9, 2025 11:16pm
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs-v2 ⬜️ Skipped (Inspect) Jan 9, 2025 11:16pm
thirdweb_playground ⬜️ Skipped (Inspect) Jan 9, 2025 11:16pm
wallet-ui ⬜️ Skipped (Inspect) Jan 9, 2025 11:16pm

@github-actions github-actions bot added Dashboard Involves changes to the Dashboard. Portal Involves changes to the Portal (docs) codebase. labels Jan 8, 2025
Copy link
Member Author


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@MananTank MananTank changed the title update [TOOl-2896] Portal: Add Nebula API docs Jan 8, 2025
@MananTank MananTank marked this pull request as ready for review January 8, 2025 20:50
@MananTank MananTank requested review from a team as code owners January 8, 2025 20:50
@github-actions
Copy link
Contributor

github-actions bot commented Jan 8, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 45.65 KB (0%) 913 ms (0%) 1.8 s (+32.85% 🔺) 2.7 s
thirdweb (cjs) 115.43 KB (0%) 2.4 s (0%) 3 s (-6.71% 🔽) 5.3 s
thirdweb (minimal + tree-shaking) 5.59 KB (0%) 112 ms (0%) 278 ms (+82.78% 🔺) 390 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 76 ms (+12.68% 🔺) 86 ms
thirdweb/react (minimal + tree-shaking) 19.21 KB (0%) 385 ms (0%) 304 ms (-7.73% 🔽) 688 ms

@codecov
Copy link

codecov bot commented Jan 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.82%. Comparing base (5866088) to head (b81aeea).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5916      +/-   ##
==========================================
- Coverage   54.83%   54.82%   -0.01%     
==========================================
  Files        1141     1141              
  Lines       60894    60894              
  Branches     5126     5126              
==========================================
- Hits        33390    33386       -4     
- Misses      26779    26782       +3     
- Partials      725      726       +1     
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from 43ad9ef
packages 52.46% <ø> (-0.01%) ⬇️

*This pull request uses carry forward flags. Click here to find out more.

see 4 files with indirect coverage changes

@graphite-app
Copy link
Contributor

graphite-app bot commented Jan 9, 2025

Merge activity

  • Jan 9, 4:31 PM EST: A user added this pull request to the Graphite merge queue.
  • Jan 9, 4:37 PM EST: The Graphite merge queue couldn't merge this PR because it was not satisfying all requirements (Failed CI: 'Vercel – docs-v2').

## PR-Codex overview
This PR introduces several enhancements and new features to the `nebula` API, particularly focusing on the addition of wallet addresses in the chat API and the implementation of metadata components for API endpoints.

### Detailed summary
- Added `wallet_addresses` support in `chat.ts`.
- Updated `Layout` component to include `showTableOfContents`.
- Enhanced styling in `List.module.css`.
- Introduced `EndpointMetadata` component for API documentation.
- Refactored `InlineCode` component for better usage.
- Updated sidebar links to reflect new API endpoints.
- Added new API endpoints for `create`, `delete`, `clear`, `get`, `list`, and `update` session functionalities.
- Implemented response handling and request examples for new endpoints.

> The following files were skipped due to too many changes: `pnpm-lock.yaml`

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`

<!-- end pr-codex -->

<!-- start pr-codex -->

---

## PR-Codex overview
This PR introduces various enhancements and new features to the `nebula` application, including improved UI components, new API endpoint metadata, and updates to documentation. It also integrates a new `Select` component and refines existing layout and styling.

### Detailed summary
- Added `What Can Nebula Do?` section in `page.mdx`.
- Introduced `wallet_addresses` in `chat.ts` API parameters.
- Included `@radix-ui/react-select` dependency in `package.json`.
- Updated `Layout` component to include a `showTableOfContents` prop.
- Enhanced CSS styles for lists in `List.module.css`.
- Modified `DocLayout` to conditionally render columns based on `showTableOfContents`.
- Replaced raw endpoint documentation with `<EndpointMetadata />` in several `page.mdx` files.
- Added `InlineCode` component for inline code rendering.
- Integrated `Callout` component in `plugins` documentation.
- Refactored `Function.tsx` to use `InlineCode`.
- Established API endpoint metadata for various actions (`clear-session`, `get-session`, `list-session`, etc.).
- Improved sidebar structure to categorize API actions by HTTP methods.
- Updated `tailwind.config.ts` for enhanced theming and layout.
- Introduced a new `Select` component with improved UI in `select.tsx`.
- Refined `ApiEndpoint` component for better request/response handling.

> The following files were skipped due to too many changes: `pnpm-lock.yaml`

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`

<!-- end pr-codex -->

<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on enhancing the `Nebula` API documentation and related components. It introduces new features, updates existing ones, and refines the user interface for better clarity and usability.

### Detailed summary
- Added `wallet_addresses` to `chat.ts`.
- Updated `Layout` component to include `showTableOfContents`.
- Enhanced styles in `List.module.css`.
- Introduced `InlineCode` component.
- Replaced example code with `<EndpointMetadata />` in several API reference pages.
- Added `Select` component for UI.
- Updated sidebar structure for clearer API organization.
- Improved `ApiEndpoint` component to handle request/response examples better.
- Enhanced `tailwind.config.ts` for improved styling.

> The following files were skipped due to too many changes: `pnpm-lock.yaml`

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground January 9, 2025 23:08 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 January 9, 2025 23:08 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui January 9, 2025 23:08 Inactive
@joaquim-verges joaquim-verges merged commit ba86d51 into main Jan 9, 2025
32 checks passed
@joaquim-verges joaquim-verges deleted the TOOL-2896 branch January 9, 2025 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dashboard Involves changes to the Dashboard. Portal Involves changes to the Portal (docs) codebase.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants