sanity icon indicating copy to clipboard operation
sanity copied to clipboard

Sanity Studio – Rapidly configure content workspaces powered by structured content

Results 397 sanity issues
Sort by recently updated
recently updated
newest added

### Description implements edx-1175 Allows users to manage other users subscriptions to tasks, so if one user is incorrectly added to a task other user will be able to unsubscribe...

### Description ### What to review ### Testing ### Notes for release

### Description This change fixes a bug that occurs when a `Toast` component contains a `Translate` component, because the `Translate` component [now depends on `LocaleContext`](https://github.com/sanity-io/sanity/commit/3e5b8d60f3f3b91dcd1d97b29e7f14b9f4004c13#diff-972e80135022d111b0c630ae4365bdddd3f8cca4c983bb2728dbf09d7376d731R112). Notably, [this occurs when some...

### Description Suggestion: Add a link icon next to each _id and _ref attributes ![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/Pq5PDa6N07kCDwnO5Zhh/e5af16e0-bb13-476c-aaed-4b90b184e861.png) ### What to review Is this "safe"? Ref #6074 the user might be querying another...

### Description ![image](https://github.com/sanity-io/sanity/assets/25268506/7086348e-9f57-49dd-a337-30a7e25e44bc) - Added "Last login" badge to Studio login screen - Fixed footer logo to follow system theme (light mode / dark mode) The "Last login" provider data...

### Description ### What to review ### Testing ### Notes for release

We are not able to get sanity metadata information for a image field . We are using sanity studio version 2 ```js { name: 'imageDesktop', type: 'image', title: getTranslation("Image Desktop","en"),...

This works ``` { type: "url", name: "url", validation: (Rule) => [ Rule.uri({ scheme: ["http", "https", "mailto", "tel"] }), ], } ``` This does not work ``` { type: "url",...

bug

Currently, `npx sanity typegen generate` generates TypeScript types for all schema types and all GROQ queries. I request an option to generate types only for GROQ queries. This option is...

typegen

If you find a security vulnerability, do NOT open an issue. Email [[email protected]](mailto:[email protected]) instead. **Describe the bug** ``` Error: Cannot resolve a DOM node from Slate node: {"children":[{"_type":"block","_key":"ede9ffc227ce","style":"normal","markDefs":[],"children":[{"_type":"span","_key":"b88f64109791","text":"","marks":[]}]}],"operations":[{"type":"set_selection","properties":null,"newProperties":{"focus":{"path":[0,0],"offset":0},"anchor":{"path":[0,0],"offset":0}}},{"type":"set_selection","properties":{"focus":{"path":[0,0],"offset":0},"anchor":{"path":[0,0],"offset":0}},"newProperties":null},{"type":"set_selection","properties":null,"newProperties":{"focus":{"path":[0,0],"offset":0},"anchor":{"path":[0,0],"offset":0}}}],"selection":{"focus":{"path":[0,0],"offset":0},"anchor":{"path":[0,0],"offset":0}},"marks":null,"maxBlocks":-1,"readOnly":false,"history":{"undos":[{"operations":[{"type":"set_selection","properties":null,"newProperties":{"focus":{"path":[0,0],"offset":0},"anchor":{"path":[0,0],"offset":0}}}],"timestamp":"2023-02-24T05:36:22.704Z"}],"redos":[]}} at Object.toDOMNode...

bug