Nicholas Brown

Results 42 issues of Nicholas Brown

Since `PDrawer` wraps `PResizableLayout`, drawer variables need to be passed to the layout component for min sizing. This isn't working correctly because of the teleport so we need to come...

bug
priority:low

All existing components should be cut over to the new macro whose documentation lives [here](https://vuejs.org/api/sfc-script-setup.html#defineoptions)

priority:low

`PTable` uses index as the template key for its loop on `PTableRow`. In many circumstances this is fine but in instances where items are removed from the list, downstream components...

bug

Currently the `PBreadCrumbs` component has a hard coded delimiter (`/`) but doesn't need to. We can allow passing a custom entity/string but default to `/`

I think the above comes from `PBaseInput`'s border but I'm not totally sure; it's difficult (sometimes impossible) to grab the handle and begin dragging.

bug

Right now the LoadingIcon component isn't in line with our other icons in terms of dimensions / SVG. It should be, probably.

low
Needs design

Using flow: ```py from typing import List from prefect import flow @flow def json_input_bug(arr: List[str] = []): pass if __name__ == '__main__': json_input_bug.serve( name='default', ) ``` Steps to reproduce: -...

UI

Not sure what's up here but here's a stack trace (shows up after a few seconds if an interval is present): ``` reactivity.ts:5 Uncaught (in promise) TypeError: Cannot read properties...

bug

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