Skip to content

Commit

Permalink
fix(components): refactored the Regex Components (#121)
Browse files Browse the repository at this point in the history
* refactored 3 components into one with props

* added regex validation and error message

* just removed unused code here

* better naming

* removed console log
  • Loading branch information
Kevin Beier authored Apr 24, 2023
1 parent 76e1abe commit 1691082
Show file tree
Hide file tree
Showing 8 changed files with 210 additions and 517 deletions.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<v-bottom-navigation :elevation="24" bg-color="surface" grow>
<v-btn
:disabled="isRunning"
to="/run"
to="/capture"
prepend-icon="mdi-play"
value="run"
>
Expand Down
215 changes: 0 additions & 215 deletions src/components/capture-area/AfterConstraint/AfterConstraint.vue

This file was deleted.

Loading

0 comments on commit 1691082

Please sign in to comment.