Skip to content

Make owner UI use real model data - #3

Merged
flurry101 merged 1 commit into
mainfrom
feature/model-owner
Aug 22, 2026
Merged

Make owner UI use real model data#3
flurry101 merged 1 commit into
mainfrom
feature/model-owner

Conversation

@flurry101

Copy link
Copy Markdown
Owner

Changes in feature/model-owner:

Updated frontend/src/services/model.service.ts to stop silently falling back to mock Owner models when the API returns an empty result.
Updated Owner dashboard (frontend/src/routes/owner/dashboard.tsx) to handle real API loading/empty/error states instead of presenting fake data.
Updated Owner models page (frontend/src/routes/owner/models.tsx) similarly.
Updated frontend/src/mocks/ownerData.ts to remove/adjust mock fallback usage.
Added frontend/src/components/owner/OwnerQueryState.tsx for reusable loading/error/empty states.

No backend/auth changes.
No changes to Developer-side functionality.

The goal was to make the Owner UI consume the real API and show honest empty/error states instead of fake models/data.

@flurry101
flurry101 merged commit b11873a into main Aug 22, 2026
3 of 4 checks passed
@flurry101
flurry101 deleted the feature/model-owner branch August 24, 2026 16:37
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.

2 participants