prefect-ui-library icon indicating copy to clipboard operation
prefect-ui-library copied to clipboard

Vue and Typescript library for Prefect 2 and Prefect Cloud 2

Results 70 prefect-ui-library issues
Sort by recently updated
recently updated
newest added

Add filtering to the worker table. You should be able to filter by status and last heartbeat time. The filter should default to only showing workers that have sent a...

Each worker in the workers table should show a status and it's heartbeat interval.

An `Optional` input that has a parameter requirement, is being coerced into a required field. Below is a sample repo that demonstrates the issue - notably, if `required_integer: int,` is...

bug
priority:medium

On the dashboard Flow Runs card, when clicking the "Show more" button to view more runs for a flow, the button persists even when all flow runs have been retrieved....

bug
UI

JSON block values are currently all printed to the same line in the block view, leading to a pretty poor horizontal scrolling experience for large JSON blobs ![image](https://github.com/PrefectHQ/prefect-ui-library/assets/27291717/a145d604-75fb-4ea3-b2d7-b37c70b48780)

enhancement
Quick (should be a simple fix)

After creating a new block, the user is routed to the block page for the new block; this seems to fail with a bad batch lookup: ![Screenshot 2023-07-20 at 5...

bug

https://github.com/PrefectHQ/prefect-ui-library/blob/5ebb04968a6ce55f51ab7fb72d087b15e2bd97f2/src/components/NotificationDetails.vue#L59-L63 Currently, `sendTo` in NotificationDetails will use a random value from `props.data` for most BlockType, it will cause inconsistecy in different deploy of prefect server instances. In my PR https://github.com/PrefectHQ/prefect/pull/9547...

When setting up a work pool, users are asked for an account/workspace-embedded URL for their workers to use. Right now this is a URL the users have to infer from...

Currently we only have components that show lists of artifacts that are either keyed (`ArtifactCollections`) or in the context of a flow run (`FlowRunArtifacts`) or task run (`TaskRunArtifacts`). This means...