Extend Studio User Roles
Extra User Role requests - please add new requests in comments and weβll update the confirmed list here: Show Color Variants tab (description) Show Manage Themes tab (description)

Luke Wakefield 8 days ago
Studio
Extend Studio User Roles
Extra User Role requests - please add new requests in comments and weβll update the confirmed list here: Show Color Variants tab (description) Show Manage Themes tab (description)

Luke Wakefield 8 days ago
Studio
Siteglide-cli - add command to download latest AI "skills" into root project folder
Ideally set a flag which encourages the file to be read-only, if possible. To make updates easier. Also create a custom skill file if one does not exist, to encourage new skills to go in there.

Matt Jones about 9 hours ago
Feature
Siteglide-cli - add command to download latest AI "skills" into root project folder
Ideally set a flag which encourages the file to be read-only, if possible. To make updates easier. Also create a custom skill file if one does not exist, to encourage new skills to go in there.

Matt Jones about 9 hours ago
Feature
Metadata on lists
Currently lists in Studio have a name, ID and then their list of items. Items can have as many fields as they like already, but this idea would let you add metadata fields to the list next to the listβs name. hl This can be helpful when looping over the lists to build complex HTML structures like tabs or menus. The metadata should be accessible in Liquid to help set classes, data-attributes and logic patterns when building the HTML.

Matt Jones 6 days ago
Studio
Metadata on lists
Currently lists in Studio have a name, ID and then their list of items. Items can have as many fields as they like already, but this idea would let you add metadata fields to the list next to the listβs name. hl This can be helpful when looping over the lists to build complex HTML structures like tabs or menus. The metadata should be accessible in Liquid to help set classes, data-attributes and logic patterns when building the HTML.

Matt Jones 6 days ago
Studio
Better support for Studio Grid Templates
Studio now allows us to organise our sections in grids that are no longer a strictly vertical stack of sections, but can have more interesting grids. This task is to re-write the preview mode HTML boilerplate so that it has many of the same features like section names, without putting a parent element around a section which affects how it behaves as a grid child element. Tip: perhaps we can use anchor positioning or pseudo elements.

Matt Jones 10 days ago
Studio
Better support for Studio Grid Templates
Studio now allows us to organise our sections in grids that are no longer a strictly vertical stack of sections, but can have more interesting grids. This task is to re-write the preview mode HTML boilerplate so that it has many of the same features like section names, without putting a parent element around a section which affects how it behaves as a grid child element. Tip: perhaps we can use anchor positioning or pseudo elements.

Matt Jones 10 days ago
Studio
QC
Changes being reverted when updating page slug
https://discord.com/channels/998883566932996126/1512312854085107762

Angel Dagondon 13 days ago
Studio
QC
Changes being reverted when updating page slug
https://discord.com/channels/998883566932996126/1512312854085107762

Angel Dagondon 13 days ago
Studio
Make Section Categories a table not text
Currently categories are free text which can get messy and allows for duplicates. Change to a table that users can manage and add to.

Luke Wakefield 18 days ago
High Priority
Studio
Make Section Categories a table not text
Currently categories are free text which can get messy and allows for duplicates. Change to a table that users can manage and add to.

Luke Wakefield 18 days ago
High Priority
Studio
QC
Issue when searching sections in Studio Themes Sections
Searching for βheroβ will show results but not for βHeroβ https://www.loom.com/share/f29ac7d6a17e4eaa8fc2215ff9116f19

Angel Dagondon 21 days ago
Studio Bug
Studio
QC
Issue when searching sections in Studio Themes Sections
Searching for βheroβ will show results but not for βHeroβ https://www.loom.com/share/f29ac7d6a17e4eaa8fc2215ff9116f19

Angel Dagondon 21 days ago
Studio Bug
Studio
QC
Issue when searching sections in Studio Library
Searching for βcardβ will show results but not for βCardβ https://www.loom.com/share/f29ac7d6a17e4eaa8fc2215ff9116f19

Angel Dagondon 21 days ago
Studio Bug
Studio
QC
Issue when searching sections in Studio Library
Searching for βcardβ will show results but not for βCardβ https://www.loom.com/share/f29ac7d6a17e4eaa8fc2215ff9116f19

Angel Dagondon 21 days ago
Studio Bug
Studio
Closed
Pagination Issue in Pages modal
https://www.loom.com/share/f29ac7d6a17e4eaa8fc2215ff9116f19 Related issue: https://feedback.siteglide.com/p/increase-the-perpage-limit-of-getpages-api

Angel Dagondon 21 days ago
Studio Bug
Studio
Closed
Pagination Issue in Pages modal
https://www.loom.com/share/f29ac7d6a17e4eaa8fc2215ff9116f19 Related issue: https://feedback.siteglide.com/p/increase-the-perpage-limit-of-getpages-api

Angel Dagondon 21 days ago
Studio Bug
Studio
Site Usage API Endpoint
An endpoint to be able to get site usage remotely to help with external billing or notifications for usage.

Luke Wakefield 21 days ago
Integrations
Site Usage API Endpoint
An endpoint to be able to get site usage remotely to help with external billing or notifications for usage.

Luke Wakefield 21 days ago
Integrations
Tag sections and user roles for access
Ability to group sections in Section Library and ability to control what customers see with user roles per Category and Tag.

Luke Wakefield about 1 month ago
Studio
Tag sections and user roles for access
Ability to group sections in Section Library and ability to control what customers see with user roles per Category and Tag.

Luke Wakefield about 1 month ago
Studio
Studio - Monaco Editor - Add whitespace rendering
Set https://microsoft.github.io/monaco-editor/typedoc/interfaces/editor_editor_api.editor.IDiffEditorOptions.html#renderWhitespace to βallβ for cleaner experience writing nested code.

Matt Jones 23 days ago
Studio
Studio - Monaco Editor - Add whitespace rendering
Set https://microsoft.github.io/monaco-editor/typedoc/interfaces/editor_editor_api.editor.IDiffEditorOptions.html#renderWhitespace to βallβ for cleaner experience writing nested code.

Matt Jones 23 days ago
Studio
Ability to sort/filter data mapping on Fields (like on Lists)
Be able to say latest item display in a field dynamically for example, currently can only pick a specific item.

Luke Wakefield about 1 month ago
Studio
Ability to sort/filter data mapping on Fields (like on Lists)
Be able to say latest item display in a field dynamically for example, currently can only pick a specific item.

Luke Wakefield about 1 month ago
Studio
On Hold
Studio - Icon Field
Add a field which primarily allows the user to select an icon from a list of named icons. On the Liquid side, this will insert the needed HTML inside the section, plus add the icon name to a manifest. Using tree-shaking, only the icons on the manifest will be imported into the page in the browser, for best-practice performance. We should allow an option within the icon fieldβs settings to specify an icon library, but weβll start by only supporting Google material icons which are loaded through a font: https://developers.google.com/fonts/docs/material_symbols#optimize_the_icon_font

Matt Jones about 1 month ago
Studio
On Hold
Studio - Icon Field
Add a field which primarily allows the user to select an icon from a list of named icons. On the Liquid side, this will insert the needed HTML inside the section, plus add the icon name to a manifest. Using tree-shaking, only the icons on the manifest will be imported into the page in the browser, for best-practice performance. We should allow an option within the icon fieldβs settings to specify an icon library, but weβll start by only supporting Google material icons which are loaded through a font: https://developers.google.com/fonts/docs/material_symbols#optimize_the_icon_font

Matt Jones about 1 month ago
Studio