FastUI icon indicating copy to clipboard operation
FastUI copied to clipboard

Build better UIs faster.

Results 174 FastUI issues
Sort by recently updated
recently updated
newest added

Hi there, I develop [https://github.com/maxfordham/ipyautoui](https://github.com/maxfordham/ipyautoui ) which uses pydantic to create user input forms from ipywidgets (jupyter widgets). ![ipyautoui](https://github.com/pydantic/FastUI/assets/21370980/121daf99-14b4-4467-8095-677d2087b8b9) FastUI has the logic for interpreting a pydantic model and then...

I have a model like this (code below), how do I access for instance the name in TeamModel ? This does not work: ``` columns=[ DisplayLookup(field="position"), DisplayLookup(field="team.name"), ``` ``` class...

Writing jupyter widgets with react is particularly tricky. Using FastUI to build jupyter widgets could be really nice.

enhancement

fixes #142 https://github.com/pydantic/FastUI/assets/86600518/82bf562f-e007-41b3-90a5-6fdd0b353d9d PR based on the comment: https://github.com/pydantic/FastUI/issues/142#issuecomment-1874416804 however there might have been a reason for the conditional statement that i am not aware of

![Screenshot 2024-02-14 at 23 33 09](https://github.com/pydantic/FastUI/assets/6205575/001f0bce-6342-4170-acc8-87b3a3babdf2) blocked: mixed content or CORS request errors (if I allow insecure content) I updated from version 0.4 and I'm now seeing errors when I...

GoToEvent class ignores url when query is provided, defaulting to '/?id=1'. ```py c.FireEvent(event=GoToEvent(url='/users', query={'id': 1})) ```

Show `ago` for last 48 hours, otherwise should prettier datetime.