-
Notifications
You must be signed in to change notification settings - Fork 1
First round of layout functions review #7
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
base: main
Are you sure you want to change the base?
Conversation
|
I lost almost all of Monday to meetings, and all of Tuesday to illness, but I'll try to do more review of this today. In the meantime, here are the few questions/comments that have come up so far:
|
|
|
1
This was a bone-headed typo. I had too many closing parentheses for the variable declaration, and this caused the variable to be invalid and thus the font-size defaulted to 2
3
4
5
Coming back to this one 6
I wonder if a box-shadow or some other decoration could help this a bit. Either that or we push it to the edges. 7
I was effectively envisioning this, yeah. A card or div-like container. Given we're building apps that fill the page and put stuff in two dimensions, I think it's a reasonable expectation. Potentially tools like the UI editor/ copilot could help with beginning users who just want it to work. Ideally, we can also iterate on the API to add cleaner paths to more common use-cases when they become clear based on real-world usage. 8
Ah my old enemy, 9
10
Yes. #12. |
|

The commits in this PR are all comments around a component's typescript implementation and python wrapper. Each commit corresponds roughly to an area/ theme and may have more than one component in it, however there's typically one "main" component and the others are all complementary ones (e.g. headers and footers for cards).