Jan Tesař

Results 37 issues of Jan Tesař

Currently when you use blog with tags it will produce `blog` and `tags` folder inside the `output`. But in case of having multiple static content areas (using `.AddBlazorStaticContentService`) and allowing...

bug
enhancement

It would be helpful if the build process could provide warnings or errors when a link points to a non-existent resource. For example, when I use `[see the docs](docs/docs-about-someting)` and...

enhancement
help wanted

As we discussed in #38 BlazorStaticMinimalBlog serves 2 purposes. - template for `dotnet new` - template for github "use template" that just copies the template to your own repo (like...

enhancement

When you start the chart with the pan functionality disabled and later enable it, the pan won't work. All the samples start with pan enabled, which is why it works...

closes #9 - Just the ordinal update of nuget and framework for .net9. - For the tw it is just about the migrating the tailwind.config.js to app.css... - the ubuntu-latest...

There are some breaking changes. The current version won't work..

help wanted

`asp-route-returnUrl` is used here: https://github.com/dotnet/aspnetcore/blob/30fd6e2c2336a28e3caf9a289827d90f56db2083/src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWeb-CSharp/Components/Account/Pages/Register.razor#L25C33-L25C65 But tag helpers like `asp-route-*` do not work in Blazor components. Happy to fix it if you'd like.

area-identity

## Description Closes #6042 This pull request introduces a new **exporter architecture** for the DataGrid component. As part of this architecture, I've also included two example supported formats - `Csv`...

## Description Closes #5951 Upgrade to the newest versions of Flowbite and Tailwind. The Flowbite update now uses v4 of Tailwind. The update was primarily about changing the versions of...

## Description Closes #5804 The issue arises because the header group column inherits its width from the first header column with the specified `HeaderGroupCaption.` In my opinion, setting a width...