Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(app): usb connection and moam modal functionality in module setup #8257

Merged
merged 39 commits into from
Sep 3, 2021
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
c6b2b14
create module setup component and test
jerader Aug 6, 2021
eaf9892
create multiple modules modal and edit styles
jerader Aug 9, 2021
fd5e406
create module info and edited MoaM modal
jerader Aug 10, 2021
1e2f00d
address pr comments
jerader Aug 12, 2021
dc80ed7
fix test and deck view box
jerader Aug 12, 2021
090ce8d
fix styling and svg tag
jerader Aug 16, 2021
6441bdb
fix margin error
jerader Aug 16, 2021
296ba27
add poll the robot modules ever 5 seconds
jerader Aug 16, 2021
25c156a
add some usb info
jerader Aug 16, 2021
472558b
fix connected and not connected
jerader Aug 16, 2021
b9b783d
add button styling
jerader Aug 17, 2021
88e4e9b
begin to add usb detection
jerader Aug 18, 2021
aa0a4ff
add frontend port and module connection
jerader Aug 18, 2021
8875e36
modify css file
jerader Aug 19, 2021
522e112
fix module variable
jerader Aug 19, 2021
c5e984a
remove styles file and edit usb and hub
jerader Aug 19, 2021
866799b
add port and mode features
jerader Aug 23, 2021
1d9bfcb
style fix on labware setup file
jerader Aug 23, 2021
fb91ff7
fix hub and port connection
jerader Aug 23, 2021
5daa14c
add isAttached and fix usb and hub
jerader Aug 23, 2021
b8496f5
fix for both port and no port info compatibility
jerader Aug 24, 2021
9e35078
add labware setup step btn function
jerader Aug 24, 2021
2942f2f
add moam modal functionality
jerader Aug 24, 2021
377d8b3
reorg
jerader Aug 24, 2021
e04e11d
modify tests and fix labware setup button fxn
jerader Aug 25, 2021
eec117d
modify tests
jerader Aug 25, 2021
d0b08a8
feat(app): usb connection and moam modal functionality in module setup
jerader Aug 25, 2021
d21e5cc
clean up code
jerader Aug 26, 2021
111e4af
fix prettier formatting
jerader Aug 26, 2021
9263ca3
add test and fix robotname functionality
jerader Aug 26, 2021
a26d83c
remove unnecessary imports
jerader Aug 26, 2021
a02cd01
address comments and rework moduleInfo test
jerader Aug 27, 2021
133bde6
add expect corresponding matcher call to moduleInfo test
jerader Aug 27, 2021
2c3581f
fix import
jerader Aug 30, 2021
a52334c
address Emilys comment
jerader Aug 30, 2021
dc64a67
correct prettier formatting
jerader Aug 30, 2021
52696fe
address comments
jerader Sep 1, 2021
7109e2f
utilize i18n plural capabilities
jerader Sep 3, 2021
e8334fb
fix prettier formatting
jerader Sep 3, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix margin error
  • Loading branch information
jerader committed Aug 30, 2021
commit 6441bdb9f473a7acb5ec8a86a4400487c8bd6b71
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const ModuleInfo = (props: ModuleInfoProps): JSX.Element => {
}}
>
<Flex flexDirection={DIRECTION_COLUMN}>
<Flex flexDirection={DIRECTION_ROW} margin>
<Flex flexDirection={DIRECTION_ROW}>
<Icon
name="alert-circle"
height="0.625rem"
Expand Down