Skip to content

Commit f2eafd9

Browse files
committed
update readme
1 parent 07ee288 commit f2eafd9

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<p align="center">Scans for unsafe contexts, hardcoded IDs, and other issues to optimize your Flows.</p>
88

99
<p align="center">
10-
<img src="media/lfs-app.gif" alt="Lightning Flow Scanner Demo" width="70%" />
10+
<img src="media/lfs-app.gif" alt="Lightning Flow Scanner Demo" width="82%" />
1111
</p>
1212

1313
## Features
@@ -19,19 +19,19 @@ For details about all available rules, their default severities, and configurati
1919
### Flow Overview:
2020

2121
<p align="center">
22-
<img src="media/overview.png" alt="Flow Overview" width="65%" />
22+
<img src="media/overview.png" alt="Flow Overview" width="76%" />
2323
</p>
2424

2525
### Violation Details:
2626

2727
<p align="center">
28-
<img src="media/results.png" alt="Violation Results" width="65%" />
28+
<img src="media/results.png" alt="Violation Results" width="76%" />
2929
</p>
3030

3131
### Rule Configuration:
3232

3333
<p align="center">
34-
<img src="media/config.png" alt="Rule Configuration" width="65%" />
34+
<img src="media/config.png" alt="Rule Configuration" width="76%" />
3535
</p>
3636

3737
## Installation
@@ -70,7 +70,7 @@ While no configuration is required, Admins can define **default severities**, **
7070
3. Once saved, the **Flow Scanner App** automatically applies these overrides at load time — no user configuration needed.
7171

7272
<p align="center">
73-
<img src="media/overrides.png" alt="Rule Override" width="65%" />
73+
<img src="media/overrides.jpg" alt="Rule Override" width="76%" />
7474
</p>
7575

7676
## Development

media/overrides.jpg

296 KB
Loading

media/overrides.png

-271 KB
Binary file not shown.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lightning-flow-scanner-app",
33
"private": true,
4-
"version": "2.5.0",
4+
"version": "2.6.0",
55
"description": "Salesforce App of Lightning Flow Scanner",
66
"scripts": {
77
"lint": "eslint **/lwc/**/*.js",

0 commit comments

Comments
 (0)