Unplanned
Last Updated: 18 Jul 2024 11:58 by ADMIN
Created by: Nick
Comments: 0
Type: Feature Request
1

Consider exposing a template for the ContextMenu component in ThemeBuilder.

https://docs.telerik.com/kendo-ui/controls/menu/contextmenu/overview 

https://docs.telerik.com/blazor-ui/components/contextmenu/overview

Requested through t.1658717

 

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: 18 Jun 2024 06:03 by ADMIN
Created by: Nick
Comments: 1
Type: Feature Request
4

Currently, in ThemeBuilder, the generated stypes for the Kendo/Telerik Grid component are for size "medium" (or "md").

However, in Kendo UI for JQuery and other Kendo/Telerik suites, the Grid size property supports other values like "small" and "large". 

https://docs.telerik.com/kendo-ui/controls/grid/appearance/sizing 

https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/size

Consider providing ThemeBuilder templates to allow the generation of styles for other Grid sizes

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: 13 Jun 2024 13:15 by ADMIN
Created by: Andrew
Comments: 2
Type: Feature Request
0

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

Unplanned
Last Updated: 03 Jun 2024 14:26 by ADMIN

With Kendo theme version 8.0.0 the some radius variables like $kendo-border-radius were removed and are no longer present.

Instead, there is now a new feature called kendo-border-radii that automates the creation of different border-radius variables (e.g. like $kendo-border-radius-sm aor $kendo-border-radius-lg)

More about the new variables in Kendo Themes 8.0.0 and above are available in the official documentation:
https://www.telerik.com/design-system/docs/themes/theme-material/theme-variables/#variables 

Consider exposing border-radius variables as they were present in older version but are not inaccessible.

Unplanned
Last Updated: 24 May 2024 06:27 by ADMIN

Hello.

One of our component is styled in a way that makes it indistinguishable from the background, which is unfortunate and makes hard to review its visuals.

Could you add support for selecting different background in previews? Something like gray shades or a pattern?

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: 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: 13 May 2024 12:15 by ADMIN
Created by: FranckSix
Comments: 1
Type: Feature Request
1

In my example the neumorphism-default

box-shadow: 3px 3px 5px 0px rgba(52, 178, 50, .33), -3px -3px 5px 0px rgba(255, 255, 255, .6);

On the ButtonGroup I got overflow on the other buttons and I want to clip the buton for remove the shadow on adjacents buttons.

In my example:


This clip-path can help to apply shadow on the buttons group

to pass from this :


to this

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).
Unplanned
Last Updated: 10 May 2024 14:26 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: 24 Apr 2024 12:58 by Andrei
Created by: Nick
Comments: 1
Type: Feature Request
1

Currently, the ThemeBuilder application supports only major Kendo releases (like R1, R2, and R3) and the version of the theme that is interconnected with these release versions. 

Consider the option to provide functionality to choose between newer versions of the Kendo themes that are released with service packs and patches. This way, the user will have the ability to test versions that contain theme fixes before the next major release.

For example, R2 2023 officially supports Kendo theme 6.4.0, and before R3 2023 is released the Kendo theme is already at version 6.7.0

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: 17 Apr 2024 07:34 by ADMIN
Created by: Nick
Comments: 0
Type: Feature Request
0

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: 12 Mar 2024 09:26 by ADMIN

Consider providing public API endpoints for different ThemeBuilder functionalities, such as export options. This will allow users to provide automated distribution of the theme.

Requested through t.1644512

Unplanned
Last Updated: 05 Mar 2024 13:22 by ADMIN
Created by: Patrick
Comments: 2
Type: Feature Request
4

Allow customisation of frozen and locked columns & cells in Grid for more comprehensive component styling.

Unplanned
Last Updated: 27 Feb 2024 14:45 by ADMIN

In ThemeBuilder Q1 2024 there are Grid templates for styling alternate rows and selected rows. However, there is no template for styling selected alternate row.

Consider providing templates for each rendering option.

Unplanned
Last Updated: 19 Feb 2024 11:19 by ADMIN
Created by: ThemeBuilder
Comments: 0
Type: Feature Request
1

Currently, you can style only the Operator and the Clear buttons components inside the FilterRow Cell template. It would be great to have the ability to style the rest of the components (e.g. Inputs, NumericTextBox, etc.)

 

1 2 3