Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Allow launching Puter apps from the Puter Terminal! #77

Merged
merged 8 commits into from
Apr 12, 2024

Commits on Apr 11, 2024

  1. Strip out unneeded HTML and CSS

    The shell isn't visible, so it doesn't need these remnants from
    Terminal.
    AtkinsSJ committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    fa9e3db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ec4c08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b3df8a View commit details
    Browse the repository at this point in the history
  4. Prevent ReferenceErrors caused by reading process from the browser

    `process` only exists when running in Node. Notably, `if (process)` is
    still a ReferenceError, so the existing checks need modifying too.
    AtkinsSJ committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c2607a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    c5b9dc5 View commit details
    Browse the repository at this point in the history
  2. Use correct variable for API Origin

    Previously we were reading `config.source` and then removing the
    trailing slash. However, this doesn't include the port, which we use
    when running locally. `config['puter.api_origin']` is actually what we
    want, which does have the port if it's set, and doesn't include the
    trailing slash either.
    AtkinsSJ committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    1673975 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a779ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50f18c7 View commit details
    Browse the repository at this point in the history