-
Notifications
You must be signed in to change notification settings - Fork 158
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
Feat: null value fields #371
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Related Issue: appwrite/appwrite#4712 |
...roject-[project]/databases/database-[database]/collection-[collection]/createDocument.svelte
Outdated
Show resolved
Hide resolved
...oject-[project]/databases/database-[database]/collection-[collection]/attributes/enum.svelte
Outdated
Show resolved
Hide resolved
...ect-[project]/databases/database-[database]/collection-[collection]/attributes/string.svelte
Outdated
Show resolved
Hide resolved
...bases/database-[database]/collection-[collection]/document-[document]/attributes/enum.svelte
Show resolved
Hide resolved
...ses/database-[database]/collection-[collection]/document-[document]/attributes/string.svelte
Outdated
Show resolved
Hide resolved
<ul | ||
class="buttons-list u-gap-8 u-cross-center u-position-absolute d u-inset-block-end-1 u-inset-inline-end-1 u-padding-block-8 u-padding-inline-12" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it worth creating a "inputButtonContainer" component to avoid repeating all these classes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybeee, but if so we should probably do it in pink, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mmmmm maybe 🤔
0c12150
to
2c57014
Compare
What does this PR do?
Test Plan
Manual
Related PRs and Issues
N/A
Have you read the Contributing Guidelines on issues?
Yes