Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "aaron"

You can use an IAmbientScopeProvider<YourCustomData>.

AbpSessionBase and ClaimsAbpSession use such a provider to set and get ambient data respectively.

How can I control notify style on a global basis?

You can define your .notify-content-class styles in src/styles.css. ASP<span></span>.NET Zero base solution already has some .swal2-* styles there.

Is notify a legacy service?

No, abp.notify is a JS abstraction from ABP's JavaScript API - Notification. NotifyService is a TS abstraction (for Angular) that wraps the JS abstraction.

Is Alerts the recommended (and documented) notification service?

I suppose you are referring to SweetAlert2, which is used to implement the abp.notify JS abstraction. You can use the abstractions (though options are SweetAlert2-specific) or the SweetAlert2 API directly.

  1. what else will it (SIGNALR) affect?

I already answered that: SignalR is also used for Real-Time Notifications.

  1. Will it only afffect CHAT functionality?

No.

What does it refer to?

The [_ngcontent-cim-c14] selector (possibly scoped by invite-modal.component.css) may not be correct since the popup is not nested in the modal element.

That looks correct. Are you sure the font size is not already large? Try 100px !important. Or it could be that your CSS is not loaded.

SignalR is also used for Real-Time Notifications.

https://aspnetboilerplate.com/Pages/Documents/Notification-System#real-time-notifications

Showing 71 to 80 of 1543 entries