-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
rest of operations #445
rest of operations #445
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
error: string; | ||
}>(); | ||
clear: boolean | ||
loading: any |
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.
Unexpected any. Specify a different type.
|
||
return { longitude: result.center[0], latitude: result.center[1] }; | ||
return { longitude: result.center[0], latitude: result.center[1] } | ||
} | ||
|
||
const handlers: Record<string, any> = { |
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.
Unexpected any. Specify a different type.
click: LngLat | ||
zoomend: number | ||
error: ErrorEvent & EventData | ||
}>() | ||
|
||
// More events at https://docs.mapbox.com/mapbox-gl-js/api/map/#map-events | ||
const handlers: Record<string, any> = { |
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.
Unexpected any. Specify a different type.
on:close={() => { | ||
speakerId = ''; | ||
on_close={() => { | ||
speakerId = '' |
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.
Assignment to reactive value 'speakerId'.
speakerId = event.detail.id; | ||
select_speaker?.(speakerId); | ||
on_add_speaker={async (speaker) => { | ||
speakerId = await add_speaker(speaker) |
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.
Assignment to reactive value 'speakerId'.
click: LngLat | ||
zoomend: number | ||
error: ErrorEvent & EventData | ||
}>() | ||
|
||
// More events at https://docs.mapbox.com/mapbox-gl-js/api/map/#map-events | ||
const handlers: Record<string, any> = { |
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.
Unexpected any. Specify a different type.
on:close={() => { | ||
speakerId = ''; | ||
on_close={() => { | ||
speakerId = '' |
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.
Assignment to reactive value 'speakerId'.
speakerId = event.detail.id; | ||
select_speaker?.(speakerId); | ||
on_add_speaker={async (speaker) => { | ||
speakerId = await add_speaker(speaker) |
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.
Assignment to reactive value 'speakerId'.
⚡️Lighthouse reportResults for https://living-dictionaries-2if1ezarf-polylingual-development.vercel.app/ (see detailed report)
Results for https://living-dictionaries-2if1ezarf-polylingual-development.vercel.app/achi/entries/list (see detailed report)
Results for https://living-dictionaries-2if1ezarf-polylingual-development.vercel.app/jaRhn6MAZim4Blvr1iEv/entry/yt9ja7ymh9xgba5i (see detailed report)
|
prep work for pull Firebase out of Svelte components and into page load provided functions that can easily be swapped for Supabase versions