UI Tweaks (#722)
* Added Date Added time to volume/chapter card detail modals to help users understand when new chapters are added after something has been fully read. Changed Created -> Added for better clarity. * updating workflow discord parser - Added ` and > to parser Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
This commit is contained in:
parent
fa44f130e3
commit
073dd5da99
6 changed files with 25 additions and 4 deletions
4
.github/workflows/sonar-scan.yml
vendored
4
.github/workflows/sonar-scan.yml
vendored
|
|
@ -147,6 +147,8 @@ jobs:
|
|||
body=${body//'%'/'%25'}
|
||||
body=${body//$'\n'/'%0A'}
|
||||
body=${body//$'\r'/'%0D'}
|
||||
body=${body//$'`'/'%60'}
|
||||
body=${body//$'>'/'%3E'}
|
||||
echo $body
|
||||
echo "::set-output name=BODY::$body"
|
||||
|
||||
|
|
@ -249,6 +251,8 @@ jobs:
|
|||
body=${body//'%'/'%25'}
|
||||
body=${body//$'\n'/'%0A'}
|
||||
body=${body//$'\r'/'%0D'}
|
||||
body=${body//$'`'/'%60'}
|
||||
body=${body//$'>'/'%3E'}
|
||||
echo $body
|
||||
echo "::set-output name=BODY::$body"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue