Skip to content
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

Allowing passing in a block uid for the format #60

Merged
merged 3 commits into from
Apr 11, 2023
Merged

Conversation

dvargas92495
Copy link
Collaborator

Here's a quick sketch of what this will enable

Screen Shot 2023-04-10 at 11 32 10 AM

@dvargas92495
Copy link
Collaborator Author

Video of end functionality: https://www.loom.com/share/d0492dfdbe5f4e89a4b996fe85c7317b

isOpen: boolean;
exportTypes: ExportTypes;
results: Result[] | ((isBackendEnabled: boolean) => Promise<Result[]>);
}) => JSX.Element;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A lot of this PR also includes inlining back the types from roamjs-components/types/query-builder. Only real changes are in /src/index.ts

@dvargas92495 dvargas92495 marked this pull request as ready for review April 11, 2023 15:39
Copy link
Collaborator

@mdroidian mdroidian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants