Skip to content

Commit

Permalink
chore: Resolve gh pages (#48)
Browse files Browse the repository at this point in the history
* feat: BioreactorTab -> Error display

* fix: Display Error in red and size

* feat: Display Status in Bioreactor tab

* build: legoino-devide-information library to 2.2.0

* fix: updated version packages

* style: CardStatus component

* style: CardStatus component

* fix: updated CardStatus component

* feat: Error for Bioreactor tab

* feat: show bioreactor tab when device is OpenBio6

* feat: steps tab in bioreactor

* fix: adding CardSteps in Bioreactor tab

* feat: adding steps tree in bioreactor tab

* refactor: steps in Bioreactor tab

* fix: '-' value in steps protocol, bioreactor tab

* fix: support for Change parameters in bio tab

* fix: current step in bioreactor tab

* feat: check Current Step in bioreactor tab

* fix: bioreactor tab

* refactor: CardSteps.jsx

* refactor: Bioreactor tab

* feat: reduce tabs in BioreactorTab

* fix: new component for  Status and Error

* Update CardParams.jsx

* test: useMemo and useReducer in BioreactorTab

* fix: negative values in Error

* fix: '-' value in Arraysize=8 for Error and Enable

* fix: CardStatus with useContext

* fix: issue in StatusCard for Z param

* fix: ErrorCard

* style: ErrorCard

* refactor: ErrorCard & StatusCard

* fix: StatusCard

* fix: CardSteps in Bioreactor tab

* refactor: Card[Error, Status, Steps] in Bioreactor

* perf: Cards in Bioreactor tab

* perf: BioreactorTab

* feat: Add Plot tab

* refactor: Move plot from Bioreactor to Plot tab

* refactor: BioreactorPlot tab

* feat: add plots[temp A, temp B, Weight, temp PCB]

* fix: NaN value in GeneralTab>CardValue>_value

* fix: factor || 1 in GeneralTab for Steps

* fix: tickangle for xaxis in BioreactorPlot

* fix: nticks for xaxis in BioreactorPlot

* fix: info span for Status & Error in BioreactorTab

* feat: start Settings tab for Bioreactor

* refactor: update form in Bioreactor>Settings tab

* feat: add useForm in BioreactorSettings tab

* feat: update Form in BioreactorSettings tab

* feat: add dropdown & button in BioreactorSettings

* build: update @emotion/react

* build: update @popperjs/core

* buiild: update clsx

* build: update dependencies

* feat: update React version

* fix: openssl building bug

* build: update dependencies

* feat: update react-router-dom

* fix: problems with migration 5>6 react-router-dom

* fix: replace MQTT and react-plot libraries

* fix: gh-pages

* feat: updated gh-pages lib

* feat: updates libraries

* fix: warnings

* feat: upgrade

* feat: autoprefixer override

* fix: override prefixer

* fix: localeTimeString display in History & Plot tab

* fix: set refreshInterval to 30 s instead 2 s

* feat: Add "Set Time" button to set local epoch

* feat: add Bioreactor SVG component

* style: bioreactor SVG background

* style: current step colors

* fix: restore react-plot package

* fix: remove unused pkg msToTime

* fix: print errors in BioreactorSettings

* test: CI=false

* fix: CI=false after build

* tezt: update Node from 12 to 18

* chore: Resolve deployment to gh pages
  • Loading branch information
andrescvargasr authored Mar 10, 2023
1 parent 6c0b20f commit 3c7b4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
npm ci
npm run build
CI=false npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.0
Expand Down

0 comments on commit 3c7b4ac

Please sign in to comment.