Skip to content

Commit

Permalink
modify input labels in AlgorithmForm.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
DrCBeatz committed Apr 3, 2024
1 parent 903d94d commit c640d42
Show file tree
Hide file tree
Showing 7 changed files with 189 additions and 249 deletions.
6 changes: 3 additions & 3 deletions frontend/src/components/AlgorithmForm/AlgorithmForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const AlgorithmForm: React.FC<AlgorithmFormProps> = ({
disabled={inputsDisabled}
/>
<MDBInput
label="b (factor by which problem size is reduced)"
label="b (factor to reduce problem size)"
id="bInput"
type="text"
min="2"
Expand All @@ -157,7 +157,7 @@ const AlgorithmForm: React.FC<AlgorithmFormProps> = ({
disabled={inputsDisabled}
/>
<MDBInput
label="k (exponent in the work outside of recursive calls)"
label="k (non-recursive work exponent)"
id="kInput"
type="text"
min="0"
Expand All @@ -172,7 +172,7 @@ const AlgorithmForm: React.FC<AlgorithmFormProps> = ({
<MDBSelect
data-testid="algorithm-select"
data={selectOptions}
label="Choose Algorithm or Enter Values"
label="Enter Values or Choose Algorithm"
onChange={handleAlgorithmChange}
/>
</div>
Expand Down
122 changes: 0 additions & 122 deletions static/assets/index-DalFTYNX.js

This file was deleted.

92 changes: 92 additions & 0 deletions static/assets/index-TKM5hAAf.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Evaluate Master Theorem</title>
<script type="module" crossorigin src="/static/assets/index-DalFTYNX.js"></script>
<script type="module" crossorigin src="/static/assets/index-TKM5hAAf.js"></script>
<link rel="stylesheet" crossorigin href="/static/assets/index-C4dQIb5I.css">
</head>

Expand Down
122 changes: 0 additions & 122 deletions staticfiles/assets/index-DalFTYNX.js

This file was deleted.

92 changes: 92 additions & 0 deletions staticfiles/assets/index-TKM5hAAf.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion staticfiles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Evaluate Master Theorem</title>
<script type="module" crossorigin src="/static/assets/index-DalFTYNX.js"></script>
<script type="module" crossorigin src="/static/assets/index-TKM5hAAf.js"></script>
<link rel="stylesheet" crossorigin href="/static/assets/index-C4dQIb5I.css">
</head>

Expand Down

0 comments on commit c640d42

Please sign in to comment.