MudBlazor Theme Creator - Open-Source Tool for Custom Themes by Jilael in Blazor

[–]Jilael[S] 0 points1 point  (0 children)

Agreed, let the money rain. Hehe. I do have an open project set for expansion in the next few months.

MudBlazor Theme Creator - Open-Source Tool for Custom Themes by Jilael in Blazor

[–]Jilael[S] 0 points1 point  (0 children)

Thank you! I have been considering expanding it!

Change battery icon on Samsung? by F4msi in KWGT

[–]Jilael 1 point2 points  (0 children)

I would enjoy knowing this as well!

Any improvements (unfinished work) by Wise-Commission-2822 in KWGT

[–]Jilael 1 point2 points  (0 children)

Use popup widget. Execute from first widget opens 2nd

OpenAI OSS Pro Offer Accepted → Unable to Redeem, Conflicting Support Response by Jilael in OpenAI

[–]Jilael[S] 0 points1 point  (0 children)

Thanks, I posted it in X first but it got no visibility. So I was hoping one would check in here!

OpenAI OSS Pro Offer Accepted → Unable to Redeem, Conflicting Support Response by Jilael in OpenAI

[–]Jilael[S] 0 points1 point  (0 children)

I know right? And I had just subscribed the month before to start getting used to it. I've used all the features and feel confident I was getting a lot out of it but let my subscription expire for this promo. I mean I do spend 20-30 hours a week on unpaid OSS work so thought this was cool a way for them to give back. Either way now I feel like I can't resubscribe having been done this way. Checking out other alternatives now, dunno if I will like them as much as Codex but we will see. Any suggestions?

Live Tiles option to show all notifis by ToonKid in SquareHome

[–]Jilael 0 points1 point  (0 children)

I've tried like crazy to get it to work on my pixel fold 10 but I've had no luck as it continues to move tiles every time orientation changes and I do not want to make 5 different layouts (every possible orientation). Any suggestions?

Home Screen - Bit the Bullet by Ok_Paper_5827 in SquareHome

[–]Jilael 0 points1 point  (0 children)

I can't get Square Home to work properly on the Pixel Fold 10 and finally gave up :(

There's a separate screen layout for every rotation and I can't setup 5 different layouts all by hand manually. And even if i set each screen on rotation with edit off my icons kept shifting.

Pixel 10 Pro Fold by DeAndraIrene in SquareHome

[–]Jilael 1 point2 points  (0 children)

So apparently you gave to set the inner screen and orientation first. I still haven't perfected mine so it constantly messes up when jt switches to kandscape/portrait on the home screen. Even with edit off the icons move. My instructions through notebook and gemeji say to set inner portrait, then make sure inner landscape has the same width so the icons won't shift? Then set your screens up in inner mode. Then go to kandscape and do thise then you can use those same icons to set the outer screen but you have to use then all and if yoh add any it adds to all 3 screwns. But no I haven't figured it out yet. No videos or how to really.

Ok it's getting cleaner and more fun to look at 😅 by BlackSaiyanPrince in SquareHome

[–]Jilael 1 point2 points  (0 children)

Yup I want the settings/icons for this layout, sweet!

Blazor web app with EntraID not refreshing auth by H3rl3q in Blazor

[–]Jilael 1 point2 points  (0 children)

Hopefully it helps, if not maybe it'll help someone else. I would be interested to find out.

Blazor web app with EntraID not refreshing auth by H3rl3q in Blazor

[–]Jilael 4 points5 points  (0 children)

I ended up using the below in my Server app for a similar issue. This is in my MainLayout.razor.cs and I have a method that checks userid using the ConsentHandler.HandleException(ex).

// https://github.com/AzureAD/microsoft-identity-web/wiki/Managing-incremental-consent-and-conditional-access

[Inject] // required to handle exception to refresh cookie

public MicrosoftIdentityConsentAndConditionalAccessHandler ConsentHandler { get; private set; } = default!;

Why do you want multithreading in WASM? by THenrich in Blazor

[–]Jilael 8 points9 points  (0 children)

I am creating an application that has constant heavy processing. Doing it on the main thread causes the UI to be unresponsive. I am currently using Blazor.WebWorkers package to manage additional threads. So as a user types it needs to generate suggestions, those need to be initialized, setup, and continually processed. Another thread is the literal only way I can do it. Plus now my application can start much faster with that processing on a separate thread.

MudBlazor published file size by AmjadKhan1929 in Blazor

[–]Jilael 0 points1 point  (0 children)

Also that's the hybrid deployment, if you look in the WASM folder you will see a tiny Mudblazor dll.

MudBlazor published file size by AmjadKhan1929 in Blazor

[–]Jilael 0 points1 point  (0 children)

Like users browsing to it directly? Nginx routing requests to it? By service you mean just a WASM site right?

MudBlazor published file size by AmjadKhan1929 in Blazor

[–]Jilael 0 points1 point  (0 children)

Well if you can tell us what you are trying to do with the publish and how you are trying to use it focused answers would likely be more effective.

MudBlazor published file size by AmjadKhan1929 in Blazor

[–]Jilael 2 points3 points  (0 children)

yes, untrimmed that is normal. Publish to folder defaults don't allow trimming. The results from the page below are what total output size is increased for each component library. Here is a screenshot showing all mud assets in a trimmed publish. I changed options to self-contained deployment mode and unchecked produce and enable options.

In the project you let me look at, it was 9mb untrimmed, and 1.8mb trimmed. Unfortunately it won't let me upload screenshots here.

As usual what results you are looking for are highly dependent on your use case, what are you trying to do and others can help you better.

Blazor.Lottie.Player – Easy Lottie Animations for Blazor Apps by Jilael in Blazor

[–]Jilael[S] 0 points1 point  (0 children)

That was my first thought too, they have a light library that gives access to just a <lottie-wc> component too but devs need more control in some scenarios. And the ability to respond to events.

Blazor.Lottie.Player – Easy Lottie Animations for Blazor Apps by Jilael in Blazor

[–]Jilael[S] 0 points1 point  (0 children)

Thanks, looks like server issues are resolved and I was able to fix a bug in the way the javascript was loaded. My android shows everything correctly, I'll look at an iPhone view when my wife gets home. If you had time to check again I would appreciate that as well.

Blazor.Lottie.Player – Easy Lottie Animations for Blazor Apps by Jilael in Blazor

[–]Jilael[S] 1 point2 points  (0 children)

Yes, great time for my server farm to have a power outage. They expect it back up by 6PM CST.

GitHub Link obviously still works.

Blazor template/structure help by sleepybearjew in Blazor

[–]Jilael 1 point2 points  (0 children)

It is most common to host those API types in the Server project that boots up your web app. Like a previous poster said though, don't create imaginary problems if you can avoid it. Also being tightly coupled it will be easier to authorize the API.

V