Skip to content

Rebase 0204#5

Merged
duanbing merged 5 commits into
RouterBase:mainfrom
tensorzero:main
Feb 4, 2026
Merged

Rebase 0204#5
duanbing merged 5 commits into
RouterBase:mainfrom
tensorzero:main

Conversation

@duanbing

@duanbing duanbing commented Feb 4, 2026

Copy link
Copy Markdown

No description provided.

@github-actions

github-actions Bot commented Feb 4, 2026

Copy link
Copy Markdown

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

Add streaming support for the function detail page:
- Header shows immediately using route params + config context
- Sections load asynchronously with skeleton loading state
- Error state handles data fetch failures gracefully
- Uses location.key for proper Suspense cache busting on navigation

This is the first PR in a series to add progressive loading
to the function detail page.
shuyangli and others added 4 commits February 4, 2026 02:24
…6085)

* Convert autopilot sessions from use() to Await with error handling

* Use existing TableAsyncErrorState for consistent error handling

Replace custom TableErrorState with the reusable TableAsyncErrorState
component from ~/components/ui/table, fixing:
- colSpan mismatch (was 2, should be 3 columns)
- Inconsistent error styling (now uses standard TableErrorNotice)
* Add getErrorMessage utility for consistent error handling

* Use object params for getErrorMessage
@duanbing duanbing merged commit 26b4b7b into RouterBase:main Feb 4, 2026
4 of 5 checks passed
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.

3 participants