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

Convert views and published stores to TS #15330

Merged
merged 7 commits into from
Jan 15, 2025
Merged

Conversation

PClmnt
Copy link
Collaborator

@PClmnt PClmnt commented Jan 9, 2025

Description

Convert views and published stores to TS

Copy link

qa-wolf bot commented Jan 9, 2025

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

@github-actions github-actions bot added firestorm Data/Infra/Revenue Team size/m labels Jan 9, 2025
@PClmnt PClmnt requested a review from adrinr January 10, 2025 13:52

delete = async (view: View) => {
if (!view.name) {
return
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this an expected use case? Should we throw an error?


save = async (view: View & { originalName?: string }) => {
if (!view.name) {
return
Copy link
Collaborator

Choose a reason for hiding this comment

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

Same here

@PClmnt PClmnt enabled auto-merge January 15, 2025 09:11
@PClmnt PClmnt merged commit bd9a26b into master Jan 15, 2025
20 checks passed
@PClmnt PClmnt deleted the builder-store-conversions-pc branch January 15, 2025 09:16
@github-actions github-actions bot locked and limited conversation to collaborators Jan 15, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
firestorm Data/Infra/Revenue Team size/m
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants