Skip to content
This repository was archived by the owner on Nov 23, 2020. It is now read-only.

[Feature][0.9][Merged] Alert messages can now have HTML content - #251

Merged
tabacitu merged 1 commit into
masterfrom
html-alerts
Mar 22, 2018
Merged

[Feature][0.9][Merged] Alert messages can now have HTML content#251
tabacitu merged 1 commit into
masterfrom
html-alerts

Conversation

@tabacitu

@tabacitu tabacitu commented Feb 28, 2018

Copy link
Copy Markdown
Member

So that you can do things like:

<strong>Something happened</strong><br>
Details about that something, that nobody will probably ever read.

This is NOT a breaking change, it's backwards-compatible, but we should make sure we don't use this feature ourselves in the code, until it's adopted. For this reason, I think it should be launched with the 3.4 update.

border-color: #f8d053;
}

/* FLEXBOX HELPERS */

@tabacitu tabacitu Feb 28, 2018

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has NOTHING to do with the current PR, but it's needed and harmless, so I say let's leave it.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed by what though?

@tabacitu tabacitu changed the title Alert messages can now have HTML content [Feature][0.9][Ready] Alert messages can now have HTML content Feb 28, 2018
@tabacitu tabacitu added this to the 3.4 Platform-ready milestone Feb 28, 2018
border-color: #f8d053;
}

/* FLEXBOX HELPERS */

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed by what though?

new PNotify({
// title: 'Regular Notice',
text: "{{ $message }}",
text: "{!! str_replace('"', "'", $message) !!}",

@lloy0076 lloy0076 Mar 5, 2018

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup. Just double-checked to be sure: https://cl.ly/3C2V1s0i1Y26

@tabacitu tabacitu self-assigned this Mar 6, 2018
@tabacitu tabacitu mentioned this pull request Mar 8, 2018
7 tasks
@tabacitu

tabacitu commented Mar 8, 2018

Copy link
Copy Markdown
Member Author

Merged into upgrade branch #259 . We'll leave this PR and branch open, and push fixes here if anything comes up in testing.

@tabacitu tabacitu changed the title [Feature][0.9][Ready] Alert messages can now have HTML content [Feature][0.9][Merged] Alert messages can now have HTML content Mar 8, 2018
@tabacitu
tabacitu merged commit 7c3593f into master Mar 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants