Completed
Last Updated: 29 Apr 2019 05:31 by ADMIN
Ben Hayat
Created on: 23 Apr 2019 21:57
Category: UI for Blazor
Type: Feature Request
1
Blazor Loader

Hello Team;

The current Blazor demo, runs as a client that is being hosted by a server side project. In the client project under wwwroot folder, there is an index.html there that acts as Blazor loader, with a fancy CSS animation and etc.

My suggestion for the RTM version of Telerik Blazor is to have something similar to this index page the we can use in out application that we can customize it a bit more.

I see a series of script files and links that many not needed for our apps.
It's just a thought and hope it can be done.

Thanks!
..Ben

3 comments
ADMIN
Marin Bratanov
Posted on: 29 Apr 2019 05:31
Hi Ben,

Thank you for the feedback. That list is generated through Google's API and it takes some time for it to crawl the site, parse the sitemap and "be aware" of new articles. It will show up eventually, and it will also show up in searches as well.


Regards,
Marin Bratanov
Progress TelerikUI for Blazor
Ben Hayat
Posted on: 28 Apr 2019 17:54

Thanks Marin;

I had looked at the code and I saw how the it was done by HTML & CSS, but I didn't know components cannot be run in <app>.
However, it was very nice that you gave us a solution that we can use in the knowledgebase.

However, there is a bit of problem with the links (not the one you sent me), but if I click on Knowledgebase (https://docs.telerik.com/blazor/knowledge-base.html) I don't see the item you had sent me for Loading-Sign-In.

Hope that helps!

Attached Files:
ADMIN
Marin Bratanov
Posted on: 28 Apr 2019 10:42
Hi Ben,

The loading sign is the contents of the <app> element that Blazor removes once the client-side SPA initializes. Thus, it cannot be a Blazor component, but only a collection of HTML+CSS.

For your convenience, I extracted the code that we use on our demos into the following KB article so you can reuse and customize it: https://docs.telerik.com/blazor/knowledge-base/loading-sign-client-app.

 


Regards,
Marin Bratanov
Progress TelerikUI for Blazor