Unplanned
Last Updated: 14 Jun 2024 12:24 by ADMIN
Created by: Nick
Comments: 1
Type: Feature Request
1

Currently, in ThemeBuilder, you can't style DropDownList, which uses groups.

https://demos.telrik.com/kendo-ui/dropdownlist/grouping 

https://www.telerik.com/kendo-react-ui/components/dropdowns/combobox/grouping/ 

Consider the option to expose a template that will allow adding custom styles for DropDownList with grouping.

Requested through t.1645162

Unplanned
Last Updated: 03 Mar 2025 11:39 by ADMIN

Consider exposing a template that will allow styling the (Optional) text span from ThemeBuilder.

Currently, as a workaround users must explicitly set the styles through the following selectors:

.k-stepper .k-step-label-optional {
    color: red;
    background-color: yellow;
    font-size: 18px;
    font-style: normal;
}

Requested through t.1648985

Unplanned
Last Updated: 22 Apr 2024 07:41 by ADMIN

Consider the option to support absolute paths for background-image in the Style Editor. 

This will enable users to visualize the background-image changes directly in ThemeBuildeer (currently the only option is to export the theme and load the changes in the end application).

Alternatively, consider the option to provide a space for loading images with relative paths (fir fast preview in ThemeBuilder).

Unplanned
Last Updated: 13 May 2024 09:00 by ADMIN
Created by: Andrew
Comments: 3
Type: Feature Request
1
Figma doesn't allow storage of rem units in number variables; automatically converting to unitless pixel values. It would be nice to have the ability, during ThemeBuilder export from Figma, to select specific variables to be converted to rem units. And, maybe as a bonus, setting a custom base size of 1rem (instead of 16px).
Completed
Last Updated: 21 Nov 2024 08:42 by ADMIN
We use the "/" method of organizing our variables, nesting them into (sub)categories. When we got to the Generate Names step, we needed to check about ~400 checkboxes individually to include/build their full names. I know we'll only need to do this once (unless you run into errors at the end a bunch of times like we did, requiring us to retry many times), but it would be a nice convenience to have a "Check/Select All" option at the top.
Unplanned
Last Updated: 16 May 2024 06:54 by ADMIN
Created by: Nick
Comments: 0
Type: Feature Request
1

Consider providing partial exports for the SCSS when working with the Kendo Fluent theme. Partly exports are available for all other flavors except for the Fluent theme.

 

+1 from t.1652071

Unplanned
Last Updated: 22 May 2024 05:35 by ADMIN
Created by: Andrew
Comments: 1
Type: Feature Request
1

When an element is selected in ThemeBuilder, it shows its Parts and Properties on the right and a Live Preview at the bottom. I would really benefit from seeing the HTML code/markup (snippet), e.g. `<button kendoButton themeColor="primary" fillMode="flat">Button</button>`. I'm trying to decipher what attributes I should be using by looking at the applied classes, but it's not always 1-to-1 or clear.

Unplanned
Last Updated: 13 Jun 2024 13:15 by ADMIN
Created by: Andrew
Comments: 2
Type: Feature Request
1

I need to be able to enter `rem` (or even `em`) values for metrics like `padding`.

Pending Review
Last Updated: 21 Jun 2024 08:37 by Nick
Created by: Nick
Comments: 0
Type: Feature Request
1

Currently, in ThemeBuilder there is a template that allows you to style the icon of a header cell that is filterable.

However, we need to be able to style the icon in a header cell that triggers the ColumnMenu (the more icon)

 

https://demos.telerik.com/aspnet-core/grid/column-menu 

https://www.telerik.com/kendo-react-ui/components/grid/interactivity/column-menu/ 

requested through t.1655985

Unplanned
Last Updated: 25 Jun 2024 11:32 by ADMIN

It would be helpful to add a feature to ThemeBuilder that allows users to create theme variable modes based on typography variables, similar to the existing feature that lets them create themes based on color and metrics.

This will enable users to generate different themes within a single project by simply changing the fonts used.

Requested through t.1656320

Unplanned
Last Updated: 31 Jul 2024 12:06 by ADMIN

Currently, in ThemeBuilder, the generated styles for the Telerik/Kendo component Breadcrumb are only for the collapse mode "wrap". However, in Telerik UI for Blazor, Kendo UI for Angular, and others, the Breadcrumb component supports different collapse mode values, such as "auto" and "none":

https://docs.telerik.com/blazor-ui/components/breadcrumb/collapse-modes

https://www.telerik.com/kendo-angular-ui/components/navigation/breadcrumb/collapse-modes/ 

Consider providing templates to allow the generation of styles for other collapse modes.

Requested through t.1660021

Unplanned
Last Updated: 01 Aug 2024 10:58 by ADMIN

Consider generating utility classes for variables to apply and reuse styles easily. For example, the user defines a color variable in ThemeBuilder called "component," and this makes ThemeBuilder generate utility classes:

.k-color-component {
  color: #ffeb3b;
}
.\!k-color-component {
  color: #ffeb3b !important;
}
.k-bg-component {
  background-color: #ffeb3b;
}
.\!k-bg-component {
  background-color: #ffeb3b !important;
}

These utility classes can then be applied and reused in code outside of ThemeBuilder:

<div class="k-color-component"></div>
Requested through t.1660066.
Unplanned
Last Updated: 01 Aug 2024 14:15 by ADMIN
Hello, as a designer who doesn't work with CSS, I'd like to be able to do as much customization as possible in the theme builder. For example, there is the card component with two action buttons: I'd like to be able to replace the primary button without an icon with the primary button with an icon. The same applies to a dialog. For the drawer, I'd like to change the number of options and their names/icons. At the moment, theme builder seems almost useless to me.  
Unplanned
Last Updated: 25 Sep 2024 15:09 by ADMIN
Currently, when we switch the color swatches, the changes apply to all variable modes. It would be beneficial if the change affected only the current mode. This would allow users to set different color swatches for the different variable modes and use them as starting points for implementing, for example, light/dark theme functionality.
Unplanned
Last Updated: 02 Oct 2024 11:11 by ADMIN

Currently, ThemeBuilder exposes templates for the states of the TabStrip items. However, the changes apply to all positions of the TabStrip. This is inconvenient if you want to apply changes only to one of its positions. Also, these items' states have specific styles coming with the keyword "!important", which the default templates do not override.

Consider exposing templates for these states based on the position of the TabStrip component.

Requested through t.1666111.

Unplanned
Last Updated: 10 Oct 2024 14:46 by FranckSix
Created by: FranckSix
Comments: 1
Type: Feature Request
1
With Sass there are possibility to define variable as !default and can override it before import the script

_tokens.scss

tb-custom-primary: #014d5b !default; //Is the value if not defined in final scss
tb-primary: tb-custom-primary;

-----------------------------------------------

index.scss

$tb-custom-color: #34b232; //Now I can define the final value for variable
@import '_tokens'
it would be useful to add it in ThemeBuilder UI.

Unplanned
Last Updated: 11 Oct 2024 08:22 by ADMIN

In Sass is possible to define à variable like this

$primary: red;
$primary-filter: rgba($primary, .5);

But this possibility is not supprted by ThemeBuilder

It may be usefull for variation of same color in theme whit only one variable to adjust.

Unplanned
Last Updated: 06 Nov 2024 15:26 by ADMIN

Sometimes, when using the Export Font Icons functionality of the ThemeBuilder Plugin for Figma, the export freezes with "Sending data to server: 0%":

This is due to how Figma handles the export of icons.

Consider implementing a mechanism for indicating the problematic icons so that users can remove/update them and make them eligible for export.

 

Unplanned
Last Updated: 21 Nov 2024 11:44 by ADMIN

Currently, there are no templates for modifying the sort icons of the filter cells of the TreeList component. There is a template for the Filter Row, which refers to the Grid component. However, the part with the sort icon is not connected to the Grid, as modifying it there doesn't reflect the change in the TreeList.

Consider exposing a templates for these icons.

Completed
Last Updated: 15 Jan 2025 07:46 by ADMIN

We recently upgraded our theme builder to ultimate so we could migrate our theme builder project from R1 2023 to Q4 2024. After we did this there were some small changes we needed to fix but after that we followed all the normal installation procedures.

We are running angular 18 and have updated all kendo components to the latest versions.

After installing the new theme we also added/changed the way we imported the theme package following the documentation (using @use).

Most everything looks good but there is one large issue with several of our components and that is the kendo theme mixin  "k-color" is not working.

In several places there is no color or background color being set on the component(s). When i inspect the style i see     color: k-color(primary); is not working. dev tools states that the variable is wrong. i can only assume the mixin is not imported/being used.

Image of my description