C2LC-212: The Dash icon is not displayed in the header next to the “Connect to Dash” button

Metadata

Source
C2LC-212
Type
Bug
Priority
N/A
Status
Done
Resolution
N/A
Assignee
N/A
Reporter
Created
2020-07-28T11:27:52.914-0400
Updated
2020-07-28T13:28:36.131-0400
Versions
N/A
Fixed Versions
  1. Coding Env 0.3
Component
N/A

Description

Environment: Windows 10, Chrome 84

The connection spinner is displayed correctly during connection, but no Dash icon is visible.

It looks like the Dash icon is present in the DOM and it takes up space in the header. So this is likely a styling issue? Though there is a difference between running the application with ‘npm start’ (icon displayed correctly) and ‘npm run build’ (icon not displayed).

To reproduce locally:

Get the latest develop-0.3 code
Run a build with: npm run build
Run a web server to serve the ‘build’ directory; for example:
npx serve build