Skip to content

Commit 4930ccb

Browse files
author
André Ellrich
committed
helpDialogUpdate
1 parent 36bfcf1 commit 4930ccb

File tree

5 files changed

+22
-6
lines changed

5 files changed

+22
-6
lines changed

gh-pages/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
<div class="mat-app-background basic-container">
1515
<app-root></app-root>
1616
</div>
17-
<script src="./runtime-es2015.b99dcc5b838630aae149.js" type="module"></script><script src="./polyfills-es2015.ea1fe4ed67b69d97441b.js" type="module"></script><script src="./runtime-es5.9ce5683c23643728e9b5.js" nomodule></script><script src="./polyfills-es5.137b46e002f2e9bb77a5.js" nomodule></script><script src="./main-es2015.c1c04bfcd4c942bbd2dc.js" type="module"></script><script src="./main-es5.d8edbbe783ad8412af05.js" nomodule></script></body>
17+
<script src="./runtime-es2015.b99dcc5b838630aae149.js" type="module"></script><script src="./polyfills-es2015.ea1fe4ed67b69d97441b.js" type="module"></script><script src="./runtime-es5.9ce5683c23643728e9b5.js" nomodule></script><script src="./polyfills-es5.137b46e002f2e9bb77a5.js" nomodule></script><script src="./main-es2015.64516c16b74c40ba7388.js" type="module"></script><script src="./main-es5.f29344e66229d1881f35.js" nomodule></script></body>
1818
</html>

gh-pages/main-es2015.c1c04bfcd4c942bbd2dc.js renamed to gh-pages/main-es2015.64516c16b74c40ba7388.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gh-pages/main-es5.d8edbbe783ad8412af05.js renamed to gh-pages/main-es5.f29344e66229d1881f35.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

regex-chainer/src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h1>
99
</div>
1010

1111
<ng-template #swInp>
12-
<mat-form-field style="display: inline;">
12+
<mat-form-field style="display: inline-block; width: min-content;">
1313
<input focus matInput [(ngModel)]="appTitle" [ngModelOptions]="{standalone:true}" placeholder="Enter Title" (keydown.enter)="showTitleInput = !showTitleInput" (blur)="showTitleInput = !showTitleInput" pattern=".*[^$][^$][^$].*">
1414
</mat-form-field>
1515
</ng-template>

regex-chainer/src/app/help-dialog/help-dialog.component.html

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
<h3>Thank you for using our over-engineered regex-Chainer.</h3>
2+
23
<mat-list>
4+
5+
<h3 mat-subheader>Is the regex-chainer helpful?</h3>
6+
<mat-list-item>
7+
<mat-icon mat-list-icon>error</mat-icon>
8+
<h4 mat-line>Helpful</h4>
9+
<p mat-line> please star @<a href="https://github.com/andreElrico/regex-chainer">GitHub</a>. </p>
10+
</mat-list-item>
11+
12+
<mat-list-item>
13+
<mat-icon mat-list-icon>add_cirle_outline</mat-icon>
14+
<h4 mat-line>Missing a feature?</h4>
15+
<p mat-line> please make a feature request @<a href="https://github.com/andreElrico/regex-chainer">GitHub</a>. </p>
16+
</mat-list-item>
17+
18+
319
<h3 mat-subheader>Why use regex-Chainer?</h3>
420
<mat-list-item>
521
<mat-icon mat-list-icon>lock</mat-icon>
@@ -12,7 +28,7 @@ <h4 mat-line>Secure</h4>
1228
<h4 mat-line>Chain</h4>
1329
<p mat-line> Apply multiple regex on a single click! </p>
1430
</mat-list-item>
15-
31+
1632
<mat-divider></mat-divider>
1733
<h3 mat-subheader>Features</h3>
1834
<mat-list-item>
@@ -45,4 +61,4 @@ <h3 mat-subheader>Quick tip</h3>
4561
</span>
4662
</mat-list-item>
4763

48-
</mat-list>
64+
</mat-list>

0 commit comments

Comments
 (0)