-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactoring alert()
macro
#90
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you make the raw filter optional by a setting like in my example.
This filter can easily lead to CSRF issues if you pass user generated values to it.
Better activate it per case, instead of "blindly" using unescaped data.
Sure 👍 |
nice 👍 ready for merge from your end? |
Everything's OK for me 👌
Le mar. 31 mai 2022, 18:05, Kevin Papst ***@***.***> a écrit :
… nice 👍 ready for merge from your end?
—
Reply to this email directly, view it on GitHub
<#90 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGA7DBXOD3GBTBJAVPLJQI3VMY2DTANCNFSM5XNPTRPQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I will add your examples to the demo application. Thanks you @cavasinf 👍 |
Yeah I haven't seen a doc for that kind of feature. |
Because you still don't use the demo app, do you 😁 |
Okay, there is one BC break which is not matching the Tabler docs: https://preview.tabler.io/docs/alerts.html Could you have a look while I work on the docs? |
@kevinpapst Looks like it's coming from the Tabler user SVG, we use FontAwesome.
I remember it was "odd" without this class, but if it's okay for you, we can switch that 👍 |
I'll check for title color + description => new PR ? |
I don't mind the icon size/positioning, bigger looks better and I didn't even recognize it before you mentioned it ;-) I was only talking about the colors, which worked before. New PR sounds good :) |
Going through my deprecations log, I saw that we missed one:
|
What do you want to do ? Also, why it has 6 parameters for a macro that can only have 5 ? |
Because important is the 6 param and it got lost somewhere in the refactoring process.
What do you think ? |
NVM |
|
Description
Related to #89
Usage
Preview
Types of changes
Checklist