You can use an IAmbientScopeProvider<YourCustomData>
.
AbpSessionBase
and ClaimsAbpSession
use such a provider to set and get ambient data respectively.
smry, that appears to be a log4net question.
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.
Duplicate of #1966 Duplicate of aspnetboilerplate/aspnetboilerplate#1123
- what else will it (SIGNALR) affect?
I already answered that: SignalR is also used for Real-Time Notifications.
- 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