|
|
@ -3,10 +3,9 @@ import React from 'react' |
|
|
|
export const fileChangedToastMsg = (from: string, path: string) => ( |
|
|
|
export const fileChangedToastMsg = (from: string, path: string) => ( |
|
|
|
<div><i className="fas fa-exclamation-triangle text-danger mr-1"></i> |
|
|
|
<div><i className="fas fa-exclamation-triangle text-danger mr-1"></i> |
|
|
|
<span> |
|
|
|
<span> |
|
|
|
{from} |
|
|
|
{from} <span className="font-weight-bold text-warning"> |
|
|
|
<span className="font-weight-bold text-warning"> |
|
|
|
|
|
|
|
is modifying
|
|
|
|
is modifying
|
|
|
|
</span>{path} |
|
|
|
</span> {path} |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
) |
|
|
|
) |
|
|
@ -52,4 +51,4 @@ export const sourceVerificationNotAvailableToastMsg = () => ( |
|
|
|
<div> |
|
|
|
<div> |
|
|
|
<b>Source verification plugin not activated or not available.</b> continuing <i>without</i> source code debugging. |
|
|
|
<b>Source verification plugin not activated or not available.</b> continuing <i>without</i> source code debugging. |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
) |
|
|
|
) |
|
|
|