feat(ui): add entity-list API wiring, entity swimlanes 1 - #495
Merged
rapids-bot[bot] merged 3 commits intoAug 3, 2026
Conversation
Add fetchEntityList to @quent/client, an entityListQueryOptions/useEntityList hook, and re-export the generated EntityList* types from @quent/utils.
📝 WalkthroughWalkthroughAdds entity-list type exports, request shaping, an API function, React Query options, a hook, and public client re-exports. ChangesEntity list client
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 3
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@ui/packages/`@quent/client/src/entityList.ts:
- Around line 1-2: Update the SPDX copyright header at the top of entityList.ts
to include the canonical comma after “2026”, preserving the existing copyright
holder and Apache-2.0 license identifier.
- Line 5: Update buildRequest to use the generated QueryFilter and
OperatorFilter types from `@quent/utils` instead of inline { query_id: string }
and { operator_id: string | null } definitions, and add those symbols to the
existing type import. Keep the request construction behavior unchanged.
- Line 4: Remove keepPreviousData from the entity-list query configuration and
ensure results are rendered only when they match the currently requested query
identity, including queryId, window, operator, and filter. Update the
useQuery/queryOptions flow in entityList.ts so identity changes suppress stale
placeholder data until the new response arrives.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: QUIET
Plan: Enterprise
Run ID: 43f060e0-38f1-4d9e-9871-e447e225bfde
📒 Files selected for processing (4)
ui/packages/@quent/client/src/api.tsui/packages/@quent/client/src/entityList.tsui/packages/@quent/client/src/index.tsui/packages/@quent/utils/src/types/index.ts
johanpel
approved these changes
Aug 3, 2026
cmatzenbach
approved these changes
Aug 3, 2026
Contributor
Author
|
/merge |
This was referenced Aug 5, 2026
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.
Description
Add fetchEntityList to @quent/client, an entityListQueryOptions/useEntityList hook, and re-export the generated EntityList* types from @quent/utils.
Related Issues
#215
Testing
No functional changes
Screenshots
N/A