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

Staging #1624

Merged
merged 28 commits into from Jul 13, 2021
Merged

Staging #1624

merged 28 commits into from Jul 13, 2021

Conversation

imolorhe
Copy link
Collaborator

Merging staging to master

Removed altair-exported-types.
altair-exported-types was a temporary hack to getting Altair types
available for the other packages like altair-static. As it turns out
exporting types only from a typescript project introduces other issues
since the type implementations are not exported as well. Things like
enums do not get typed properly when used and they need the provided
strings to be recast as the enum type which defeats the purpose of
having the types in the first place. For example, `PluginSource` which
includes `NPM` would now have to be typed as `'NPM' as PluginSource`
which also means you do not get the autocomplete options to ensure the
string you are passing is indeed a valid value for that enum.
This also affects classes as well which would no longer be extendable
but can only be implemented as an interface.
Updated repo references to include altair-graphql
Fixed bug when changing instanceStorageNamespace
…e-button

Update environment delete button to be more obvious
Added option for also setting dark mode theme
@github-actions
Copy link

Visit the preview URL for this PR (updated for commit 6ff1f9f):

https://altair-gql--pr1624-staging-niva9jkk.web.app

(expires Tue, 20 Jul 2021 07:03:47 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

@imolorhe imolorhe merged commit 9190c6f into master Jul 13, 2021
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.

None yet

1 participant