Jan Tesař
Jan Tesař
Thank you for the error report. It's a stupid bug. I think it is caused by the fact that the actual template (`'./BlazorStaticMinimalBlog'`) is a git submodule, which isn't initialized...
Done. Template version 1.0.2 Please let me know if it works for you.
Maybe it has been fixed between the versions, because now - in 1.6.2 - the slow behavior doesn't appear anymore. ```html WithKeyUp No keyUp @code{ string text = ""; string...
@patricktcoakley, would you be willing to point out the main issues you struggled with when you first started working with BlazorStatic?
I wonder how these will be solve: - page `/en/somepage` and its french equivalent `/fr/somepage` - or `/en/somepage` and `/en/unepage` ? - `blog/en/post1` and its french equivalent which source is...
Hello. What kind of static site we are talking about? Because typically when you are ok with wasm (its payload), you just do your site in wasm and all the...
I understand. Two steps to take: - Figure out how to use blazor wasm component inside of an HTML page - Figure out how to plug it in into BlazorStatic...
What do you mean? I have found 0 articles about such change, all the sources are for .NET7... With .net 8 you can have the wasm part next to server...
Hey @ElderJames, any progress here? Do you need help with BlazorStatic integration?
The issue here the "many editable columns". They do not fit into the screen and the rest is left without the background. This is easily fixable by changing ```css .modal-fullscreen...