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

Add workers pages to the Preview Web UI #24741

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

koszti
Copy link
Member

@koszti koszti commented Jan 19, 2025

Description

Add Workers List and Worker Status pages to the preview UI. Partially addressing #22697

Additional context and related issues

Retains the same functionality as the existing web UI, enhanced with the updated layout, design, and user experience.

Screenshots

Workers List:
image

Worker Status:
image

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
(x) Release notes are required, with the following suggested text:

## Section
* Add workers pages to the Preview Web UI. ({issue}`24741`)

@cla-bot cla-bot bot added the cla-signed label Jan 19, 2025
@github-actions github-actions bot added the ui Web UI label Jan 19, 2025
@koszti koszti force-pushed the preview-ui-workers branch from f137282 to 77e70aa Compare January 19, 2025 16:20
return await api.get<Worker[]>('/ui/api/worker')
}

export async function workerStatusApi(nodeId: string): Promise<ApiResponse<WorkerStatusInfo>> {
Copy link
Contributor

Choose a reason for hiding this comment

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

these looks really nice :)

@wendigo wendigo force-pushed the preview-ui-workers branch from 77e70aa to e625d56 Compare January 31, 2025 10:00
@wendigo
Copy link
Contributor

wendigo commented Jan 31, 2025

Rebased to see whether it still builds

@wendigo wendigo merged commit e01bb10 into trinodb:master Jan 31, 2025
94 of 95 checks passed
@github-actions github-actions bot added this to the 470 milestone Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants