chore: Extend commenting deprecation deadline to 1.7.12 (#15616)
This commit is contained in:
parent
928a93d02e
commit
69490bbcbf
|
|
@ -28,7 +28,7 @@ function AppComments() {
|
|||
icon="warning-line"
|
||||
iconColor={Colors.WARNING_SOLID}
|
||||
iconSize={IconSize.XXXXL}
|
||||
message={"We are removing comments from Appsmith in v1.7.11"}
|
||||
message={"We are removing comments from Appsmith in v1.7.12"}
|
||||
messageHeader={"Comments are being deprecated"}
|
||||
textColor={Colors.BROWN}
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -122,7 +122,7 @@ function NotificationsList() {
|
|||
icon="warning-line"
|
||||
iconColor={Colors.WARNING_SOLID}
|
||||
iconSize={IconSize.XXXXL}
|
||||
message={"We are removing comments from Appsmith in v1.7.11"}
|
||||
message={"We are removing comments from Appsmith in v1.7.12"}
|
||||
messageHeader={"Comments are being deprecated"}
|
||||
textColor={Colors.BROWN}
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -190,7 +190,7 @@
|
|||
<div style="margin:8px 16px 16px 16px;font-size:18px;line-height: 35px;">
|
||||
<i class="fa-solid fa-triangle-exclamation"></i>
|
||||
<b>Commenting is deprecated</b><br>
|
||||
We will be removing comments from Appsmith in v1.7.11<br>
|
||||
We will be removing comments from Appsmith in v1.7.12<br>
|
||||
<a href="https://appsmith.notion.site/Deprecating-real-time-commenting-60a307d2c5e1485b85ff95afebb616eb" target ="_blank" style="text-decoration: underline;font-size:16px;color:#393939;">Learn More</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user