Scoping
Siteglide Dashboard Main Menu
When the left hand menu is closed and you want to look at your list of WebApps, if there's a lot of Webapps you can't see them all and can't scroll. Only noticed as Disco has so many webapps! Opening the menu allows you to scroll them so not urgent but a nice to have. Short video demonstrating - https://somup.com/cOfoQFVc8yS

Steve Johnson about 24 hours ago
Bug
Scoping
Siteglide Dashboard Main Menu
When the left hand menu is closed and you want to look at your list of WebApps, if there's a lot of Webapps you can't see them all and can't scroll. Only noticed as Disco has so many webapps! Opening the menu allows you to scroll them so not urgent but a nice to have. Short video demonstrating - https://somup.com/cOfoQFVc8yS

Steve Johnson about 24 hours ago
Bug
Planned
Studio detail pages - when filtering by datasource, there are missing system options
Currently in this context, system datasource fields only appear in the dropdown if there is at least one custom datasource field. When fixing this, will need to remove the category_array manually added option when datasourcing to categories, to prevent duplication.

Matt Jones 1 day ago
Studio
Planned
Studio detail pages - when filtering by datasource, there are missing system options
Currently in this context, system datasource fields only appear in the dropdown if there is at least one custom datasource field. When fixing this, will need to remove the category_array manually added option when datasourcing to categories, to prevent duplication.

Matt Jones 1 day ago
Studio
Completed
When modifying a section field, lock the ID
When initially building a section the ID of the fields should follow the name of the fields, however, when editing later, a field should be renamable without breaking the code- the ID for the field could be locked to remain the same. This could either be done after the section has first been βcreated/publishedβ OR there could be a smart check to see if the field has already been used in the code, and lock the ID after it has been. OR We could allow the user a checkbox to βlockβ the ID manually when editing the field name

Matt Jones 21 days ago
High Priority
Studio
Completed
When modifying a section field, lock the ID
When initially building a section the ID of the fields should follow the name of the fields, however, when editing later, a field should be renamable without breaking the code- the ID for the field could be locked to remain the same. This could either be done after the section has first been βcreated/publishedβ OR there could be a smart check to see if the field has already been used in the code, and lock the ID after it has been. OR We could allow the user a checkbox to βlockβ the ID manually when editing the field name

Matt Jones 21 days ago
High Priority
Studio
Support changing attributes on the Page Template HTML tag
E.g. the HTML lang attribute and the text reading direction. Linked to sidebars support: @Studio Template Layouts including Sidebars

Matt Jones 8 days ago
Studio
Support changing attributes on the Page Template HTML tag
E.g. the HTML lang attribute and the text reading direction. Linked to sidebars support: @Studio Template Layouts including Sidebars

Matt Jones 8 days ago
Studio
Update Tailwind Sections to use Container Queries
To allow sections to fit into more interesting grids and pages with sidebars, upgrade their responsive behaviour to use Container Queries instead of standard media queries. https://tailwindcss.com/docs/responsive-design#container-queries 1) Add @container to the classes 2) Replace prefixes like md: with @md: 3) Replace arbitrary value measurement units like vw or dvw with cqw 4) Update AI to do the same at CLI level 5) Update AI to do the same at Studio web level (For Tailwind only!)

Matt Jones 8 days ago
Studio
Update Tailwind Sections to use Container Queries
To allow sections to fit into more interesting grids and pages with sidebars, upgrade their responsive behaviour to use Container Queries instead of standard media queries. https://tailwindcss.com/docs/responsive-design#container-queries 1) Add @container to the classes 2) Replace prefixes like md: with @md: 3) Replace arbitrary value measurement units like vw or dvw with cqw 4) Update AI to do the same at CLI level 5) Update AI to do the same at Studio web level (For Tailwind only!)

Matt Jones 8 days ago
Studio
Next Release
Studio Datasource Mapping - Show Category Nesting when filtering
When datasource mapping and filtering items by category, find a user-friendly way to show how the categories are nested, and potentially sort with nested items below parents. It may be necessary to have different views you can toggle between.

Matt Jones 9 days ago
Studio
Next Release
Studio Datasource Mapping - Show Category Nesting when filtering
When datasource mapping and filtering items by category, find a user-friendly way to show how the categories are nested, and potentially sort with nested items below parents. It may be necessary to have different views you can toggle between.

Matt Jones 9 days ago
Studio
Static Sections Lists Datasource - item_ids search pagination
per_page needs to be changed before the search for items to populate the list gets more than first 20 items

Matt Jones 9 days ago
Studio
Static Sections Lists Datasource - item_ids search pagination
per_page needs to be changed before the search for items to populate the list gets more than first 20 items

Matt Jones 9 days ago
Studio
Show a tooltip for Section Name (responsively)
For each breakpoint, figure out how many characters the section title can be before it overflows behind the buttons (only when section is expanded). Then show a tooltip for the section name text in those circumstances.

Matt Jones 15 days ago
Feature
Show a tooltip for Section Name (responsively)
For each breakpoint, figure out how many characters the section title can be before it overflows behind the buttons (only when section is expanded). Then show a tooltip for the section name text in those circumstances.

Matt Jones 15 days ago
Feature
Handle special datasource lookup fields for Dynamic Section Settings
Add ability for dynamic sections settings to include datasource fields e.g. look up category IDs.

Matt Jones 15 days ago
Studio
Handle special datasource lookup fields for Dynamic Section Settings
Add ability for dynamic sections settings to include datasource fields e.g. look up category IDs.

Matt Jones 15 days ago
Studio
In Progress
Global Fields Defaults Bug
Reports of defaults for global sections not being picked up by the front-end. To be investigated.

Matt Jones 17 days ago
Studio
In Progress
Global Fields Defaults Bug
Reports of defaults for global sections not being picked up by the front-end. To be investigated.

Matt Jones 17 days ago
Studio
Update Flowbite Free Dynamic Sections examples to use Fields / Settings
As Dynamic Sections are updated to allow Studio Fields and Settings, we need to update the examples in our Flowbite Free theme Site Template.

Matt Jones 17 days ago
Studio
Update Flowbite Free Dynamic Sections examples to use Fields / Settings
As Dynamic Sections are updated to allow Studio Fields and Settings, we need to update the examples in our Flowbite Free theme Site Template.

Matt Jones 17 days ago
Studio
Completed
Support Fields and Settings on Dynamic Sections
Fields should allow for example renaming the of a dynamic sectionβs wrapper, whereas settings can be used for changing custom settings which are to be consumed by the dynamic sectionβs Liquid to change configuration or functionality. Settings will be added in addition to the existing settings which exist by default for specific modules / sub-modules which control the top-level Liquid.

Matt Jones 17 days ago
Studio
Completed
Support Fields and Settings on Dynamic Sections
Fields should allow for example renaming the of a dynamic sectionβs wrapper, whereas settings can be used for changing custom settings which are to be consumed by the dynamic sectionβs Liquid to change configuration or functionality. Settings will be added in addition to the existing settings which exist by default for specific modules / sub-modules which control the top-level Liquid.

Matt Jones 17 days ago
Studio
Studio Support for Field Tooltips / Helpers
Just as Siteglide Admin has the option to add either/or a helper or tooltip to each field, allow the same in Studio. This allows theme-creators to explain the purpose of fields, or explain what kind of values are supported.

Matt Jones 17 days ago
Studio
Studio Support for Field Tooltips / Helpers
Just as Siteglide Admin has the option to add either/or a helper or tooltip to each field, allow the same in Studio. This allows theme-creators to explain the purpose of fields, or explain what kind of values are supported.

Matt Jones 17 days ago
Studio
Add File Manager Support to Studio Rich text fields (for images)
Also support embedding video links from popular services like YouTube (we may need to add new rules to our XSS protection to allow this).

Matt Jones 17 days ago
Studio
Add File Manager Support to Studio Rich text fields (for images)
Also support embedding video links from popular services like YouTube (we may need to add new rules to our XSS protection to allow this).

Matt Jones 17 days ago
Studio
Completed
Handle whole page Secure Zones
Show secure pages in the preview, but not on the front-end without authorisation.

Matt Jones 20 days ago
Studio
Completed
Handle whole page Secure Zones
Show secure pages in the preview, but not on the front-end without authorisation.

Matt Jones 20 days ago
Studio
Completed
Option to copy a Section even if it's only used in one place
Currently the only way to create a copy of a section is if itβs used in multiple places (it then offers the option to copy). Add a button to the left of Update to make a copy.

Luke Wakefield 21 days ago
High Priority
Studio
Completed
Option to copy a Section even if it's only used in one place
Currently the only way to create a copy of a section is if itβs used in multiple places (it then offers the option to copy). Add a button to the left of Update to make a copy.

Luke Wakefield 21 days ago
High Priority
Studio
QC
Studio Template Layouts including Sidebars
Ability to setup different template layouts and content areas such as Sidebar

Luke Wakefield 24 days ago
High Priority
Studio
QC
Studio Template Layouts including Sidebars
Ability to setup different template layouts and content areas such as Sidebar

Luke Wakefield 24 days ago
High Priority
Studio