prusa3d / Prusa-Link-Web

Prusa Web interface resources
GNU General Public License v3.0
114 stars 50 forks source link

Wrap filename with 'anywhere' behavior #433

Closed dunkmann00 closed 10 months ago

dunkmann00 commented 10 months ago

Rather than having the filename run on for one line even when it is particularly long (as is commonly the case with gcode filenames). Have the filename wrap into another line. This works on both desktop and mobile layouts with a big improvement to the look of the webpage on mobile.

Before: Prusalink_no_wrap

After: 192 168 86 95_(iPhone 12 Pro)

dunkmann00 commented 10 months ago

I think the secrets (PRUSALATOR_SERVER, PRUSALATOR_PROJECT_ID, PRUSALATOR_TOKEN) did not get passed into the workflow.

And I also believe this is intentional:

With the exception of GITHUB_TOKEN, secrets are not passed to the runner when a workflow is triggered from a forked repository.

Source: https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#using-secrets-in-a-workflow

dunkmann00 commented 10 months ago

Thanks!