equinor / flotilla

Flotilla is the main point of access for operators to interact with multiple robots in a facility.
Eclipse Public License 2.0
16 stars 35 forks source link

Remove unnecessary icons in header #1455

Closed mrica-equinor closed 6 months ago

mrica-equinor commented 6 months ago

Closes #1444

mrica-equinor commented 6 months ago

image

image

prasm313 commented 6 months ago

When the dimensions of the screen is under 700px the icon jumps to the middle (see line 15 in Header.tsx). Not sure if any of our devices would be affected by this.

image

mrica-equinor commented 6 months ago

When the dimensions of the screen is under 700px the icon jumps to the middle (see line 15 in Header.tsx). Not sure if any of our devices would be affected by this.

image

Yeah there was a bit of code that I could have deleted, should be good now :)

prasm313 commented 6 months ago

Last comment resolved👍

image

mrica-equinor commented 6 months ago

Last comment resolved👍

  • Would have to scroll to see the "NO" language selector (seems to me that this is because of the header).
  • There is no margin for the "NO" on the right.

image

Yeah I tested with iPhone XR and didn't notice that the iPhone 12 screen is smaller. The margin left to the platform button was too big for the screen size. I updated this and think it's good now. Good catch!

image