Skip to content

Conversation

@annavik
Copy link
Member

@annavik annavik commented Jul 3, 2023

This includes some new queries for fetching captures and capture detections. Also, as part of this PR we are also adding mutations to create and update deployments. Handling of server errors will happen in an upcoming PR, for now we are doing a silent fail.

@netlify
Copy link

netlify bot commented Jul 3, 2023

Deploy Preview for ami-web ready!

Name Link
🔨 Latest commit 9a465c7
🔍 Latest deploy log https://app.netlify.com/sites/ami-web/deploys/64a329f01a6d0c00084c8580
😎 Deploy Preview https://deploy-preview-181--ami-web.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

const convertServerRecord = (record: ServerCapture) => new Capture(record)

const FETCH_PARAMS: FetchParams = {
pagination: { page: 0, perPage: 10000 },
Copy link
Member Author

@annavik annavik Jul 3, 2023

Choose a reason for hiding this comment

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

I'm changing this later @mihow 😅 Need to add a infinite scroll thing first.

@netlify
Copy link

netlify bot commented Jul 3, 2023

Deploy Preview for ami-storybook ready!

Name Link
🔨 Latest commit 9a465c7
🔍 Latest deploy log https://app.netlify.com/sites/ami-storybook/deploys/64a329f0e99c4f0008b214ba
😎 Deploy Preview https://deploy-preview-181--ami-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@annavik annavik requested a review from mihow July 3, 2023 20:27
@mihow mihow merged commit c0ba756 into main Jul 4, 2023
@annavik annavik deleted the web-ui-consume-api-v2 branch October 11, 2023 06:20
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.

3 participants