Completed
Last Updated: 06 Feb 2023 12:14 by ADMIN
Created by: Brian
Comments: 1
Type: Feature Request
1

Hello,

Would you please add a focused state to the tabs component in the ThemeBuilder.

Thanks

Completed
Last Updated: 06 Feb 2023 09:53 by ADMIN
Created by: Brian
Comments: 1
Type: Feature Request
1

Hello,

Could you please add editable states to the PanelBar > Child Item Level 2, so that it can have a proper indent?

Thanks

Completed
Last Updated: 07 Jul 2023 13:41 by ADMIN

How would I add custom tokens e.g. different shadow settings in ThemeBuilder. 

 

This is the JSON for one such setting:

    "$gph-grey-100": {
      "value": "#8f8f8f",
      "type": "color"
    },
    "$gph-shadow": {
      "value": {
        "x": "3",
        "y": "04",
        "blur": "0",
        "spread": "0",
        "color": "{$gph-grey-100}",
        "type": "innerShadow"
      },
      "type": "boxShadow"
    }

Completed
Last Updated: 09 Aug 2024 14:12 by ADMIN

Hello,

I am noticing that there are several styles that we cannot access through ThemeBuilder such as adding transitions, custom icons, etc. We would like the ability to export the ThemeBuilder package, add custom styles, then import back into ThemeBuilder. Is this possible? If not, this would be a great feature.

Thanks!
Ian

Under Review
Last Updated: 06 Oct 2022 10:26 by ADMIN

Hi,

Inside the exported zip from ThemeBuilder is a npm package, and I noticed that the package version is always set to 1.0.0.

Is there a way to edit and/or auto increment the package version so we can publish the exported themes to our internal npm repository?

 

Under Review
Last Updated: 02 Mar 2023 13:14 by ADMIN
Created by: Ian
Comments: 3
Type: Feature Request
4

Hello,

We are planning on setting many custom variables and would like more control over their ordering and naming.

  • Enable sorting of custom variables
  • Enable numbers in variable names

Thank you for your consideration!

Completed
Last Updated: 09 Aug 2024 14:12 by ADMIN
Created by: Ian
Comments: 2
Type: Feature Request
10

Hello,

It would be great if Themebuilder had version control built into the tool so that our designers could view previous versions of the theme styles and revert back if necessary. Currently, we are planning on downloading the files and pushing to git, but this is very cumbersome.

Thanks for considering this!

Completed
Last Updated: 09 Apr 2024 09:48 by ADMIN

Hello,

We have been creating custom variables for a color palette that our design system uses. However, we are unable to set any of the global properties (ie. text color) to one of the custom variables we have created. The list of variable options is limited to the "Theme Colors." We can set the color manually by setting the hex color it would be great if we could use our custom variables, especially if the list of global variables grows in the future.

Thank you for consideration of this feature!

Declined
Last Updated: 09 Sep 2022 08:45 by ADMIN

Issue:

The text for the onlabel and offlabel is not shown because the ".k-switch-label-on, .k-switch-label-off" is showing "display: none" and other issues you'll see when testing.  Appears that the SASS Theme Builder doesn't take into consideration the OnLabel and OffLabel parameters.

SASS Theme CSS: line 12087-12096

.k-switch-label-on,
.k-switch-label-off {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    overflow: hidden;
}

Code:

<TelerikSwitch class="ml-2" @bind-Value="@isDark" Width="80px" OnLabel="Dark" OffLabel="Light" OnChange="ThemeHandler" />

 

Completed
Last Updated: 16 Jul 2021 08:53 by ADMIN
Release 2021.3

I am using the Sass ThemeBuilder to regenerate stylesheets with the themes that we use on our site in order to get the latest version of the styles. One of those styles includes the color Blue Gray. I am able to select and download all other styles and colors except for when I select Blue Gray. When I select the color and click download I receive the a `500 - Internal Server Error`.


Completed
Last Updated: 23 Sep 2022 11:21 by ADMIN
The Theme Builder section of the website does not produce a CSS file that contains the styles for the new Skeleton component.
Completed
Last Updated: 16 Jul 2021 08:44 by ADMIN
Release 2021 R3
When you start theming using the Bootstrap as a base, change the pallet colours and click download the ThemeBuilder throws. 
Unplanned
Last Updated: 04 Feb 2021 08:53 by ADMIN
Created by: Valid Development Factory
Comments: 1
Type: Feature Request
0

Hello,

We want to create a custom Material theme for our ASP.NET Core web application. We are using the Sass Theme Builder but can only select predefined color swatches for the "Material" base theme. We would like to be able to set custom colors per "subject" just like you can with the "Default" and "Bootstrap" theme. 
Is this possible or are you blocking this on purpose for some reason?

Thank you in advance.

Completed
Last Updated: 27 Sep 2021 07:58 by ADMIN
Created by: G
Comments: 2
Type: Feature Request
2
We need a way to load/save themes.  The theme editor is honestly not very useful as it is.  This surely can't be hard to allow a user to upload a file and use that as the basis for making changes.  A one-off configuration is not how development works.  There was one ticket similar to this that was marked as fixed but bookmarking and loading from a page is a poor and easy way out way to do this imho.
2 3 4 5 6 7