Skip to content

Conversation

@somebody1234
Copy link
Contributor

@somebody1234 somebody1234 commented Nov 18, 2025

Pull Request Description

  • Close https://github.com/enso-org/cloud-v2/issues/2197
    • Add the ability to run a project
  • Also add "Asset Preview" sidebar tab:
    • For projects, shows content of Main.enso
    • For text files, shows text content
    • For media (images, videos, audio) uses img, video, and audio respectively.
      • However, this functionality is hidden behind a button click because some media (e.g. videos) may be very large, so we do not want to unconditionally download media

Important Notes

None

Checklist

Please ensure that the following checklist has been satisfied before submitting the PR:

  • The documentation has been updated, if necessary.
  • Screenshots/screencasts have been attached, if there are any visual changes. For interactive or animated visual changes, a screencast is preferred.
  • All code follows the
    Scala,
    Java,
    TypeScript,
    and
    Rust
    style guides. In case you are using a language not listed above, follow the Rust style guide.
  • Unit tests have been written where possible.
  • If meaningful changes were made to logic or tests affecting Enso Cloud integration in the libraries,
    or the Snowflake database integration, a run of the Extra Tests has been scheduled.
    • If applicable, it is suggested to paste a link to a successful run of the Extra Tests.

queryKey: ['termsOfService', 'currentVersion'],
queryFn: async () => {
const response = await fetch(new URL('/eula.json', $config.ENSO_HOST))
const ensoHost = $config.ENSO_HOST ? $config.ENSO_HOST : 'https://ensoanalytics.com'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This whole config situation needs to be revised at some point

@somebody1234 somebody1234 added the CI: Ready to merge This PR is eligible for automatic merge label Dec 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI: No changelog needed Do not require a changelog entry for this PR. CI: Ready to merge This PR is eligible for automatic merge g-electron GUI: electron application specific x-new-feature Type: new feature request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants