Previously, the app showed browser download/run instructions on the
desktop version, which was irrelevant for desktop users. This change
improves the user experience by displaying these instructions only
in browser environments.
This change streamlines the script saving process for desktop users
while maintaining the necessary guidance for browser users.
The commit:
- Prevents the instruction modal from appearing on desktop
- Renames components for clarity (e.g., 'RunInstructions' to
'BrowserRunInstructions')
- Adds a check to ensure browser environment before showing
instructions