Oscar Chic

Results 7 issues of Oscar Chic

So, either by cloning Vulcan directly or using the 2-repo approach, the own project's `package.json` dependencies become quite difficult to maintain when Vulcan needs to be updated. This is specially...

Fixes https://github.com/ricokahler/sanity-codegen/issues/236 The strategy taken has been to recursively forward an `ancestors` array so the parent is available when generating the types for a node. Ff current node is object...

Reads the list option and defines the type of a union of those literal values. This should be probably tested. Let me know if there's any other place where lists...

I've started this branch from https://github.com/ricokahler/sanity-codegen/pull/299, so that should be merged first. ---------- The intent of this PR is to allow to configure declarations in the configuration file so they...

Broken generation of identifiers in 2 function that can be provided in config: - `generateWorkspaceName`: allows to generate workspace identifiers - `generateTypeName`: allows to generate type identifiers (for top level...

Generated types for `reference` fields result in that field being `any`. This is caused because the `Sanity.Reference` type is used, which is `any`. Example: ```ts /// namespace Sanity.MyNamespace.Schema { type...

Closes #36. Features: - use `@material-ui/core` - replace `Accounts.ui.FormMessages` instead that of the deprecated `Accounts.ui.FormMessage` - implemented a simple queue for snackbar (based on [Consecutive snackbars demo](https://material-ui.com/demos/snackbars/#consecutive-snackbars)) - added possibility...