Skip to content

Commit 05f8698

Browse files
author
devbruce
committed
Update History and preview imeages
1 parent 0896277 commit 05f8698

File tree

6 files changed

+12
-4
lines changed

6 files changed

+12
-4
lines changed

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,11 @@
3434
## v1.21
3535

3636
- Stabilization
37+
38+
<br>
39+
40+
## v1.3
41+
42+
- Combine Two Modes (Self Input & Data Input)
43+
44+
- Stabilization & Optimization

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ See [HISTORY.md](https://github.com/DevBruce/IDEA/blob/master/HISTORY.md)
114114

115115
<div align="center">
116116
<a href="https://github.com/DevBruce/IDEA/blob/master/preview/home.png">
117-
<img src="https://github.com/DevBruce/IDEA/blob/master/preview/home.png" width="400">
117+
<img src="https://github.com/DevBruce/IDEA/blob/master/preview/home.png" width="400" height="240">
118118
</a>
119119
<a href="https://github.com/DevBruce/IDEA/blob/master/preview/config.png">
120-
<img src="https://github.com/DevBruce/IDEA/blob/master/preview/config.png" width="400">
120+
<img src="https://github.com/DevBruce/IDEA/blob/master/preview/config.png" width="400" height="240">
121121
</a>
122122
</div>
123123

app/templates/viz/viz_result_pages/sna.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107

108108
<div class="container-fluid">
109109
<div class="alert alert-danger mt-3 mb-3" role="alert">
110-
<h3 class="alert-heading">Data Error</h3>
110+
<h3 class="alert-heading">Error</h3>
111111
<p>If you see this page, it will be in one of the following cases.</p>
112112
<hr>
113113
{% if value_error %}

app/templates/viz/viz_result_pages/wc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<div class="container-fluid">
1515
<div class="alert alert-danger mt-3 mb-3" role="alert">
16-
<h3 class="alert-heading">Data Error</h3>
16+
<h3 class="alert-heading">Error</h3>
1717
<p>If you see this page, it will be in one of the following cases.</p>
1818
<hr>
1919
<p class="mb-2">- The amount of data entered is so small that it can not be analyzed.</p>

preview/config.png

163 KB
Loading

preview/home.png

190 KB
Loading

0 commit comments

Comments
 (0)