Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HTML5] Better editor persistent folders, automatically open zip import popup #45705

Merged
merged 3 commits into from
Feb 4, 2021

Commits on Feb 3, 2021

  1. Sync RasterizerDummy.

    Faless committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    67532df View commit details
    Browse the repository at this point in the history
  2. Import zip via drag and drop in project manager.

    Dropping a single ZIP file in the project manager will now prompt the
    import dialog.
    Faless committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    9db7e07 View commit details
    Browse the repository at this point in the history
  3. [HTML5] Make home path persistent in editor.

    We used to only persist specific sub-folder of /home/web_user/ when
    running the Web Editor. This resulted in bad UX about default project
    creation path etc.
    This PR makes the whole folder persistent, move the zip preloading to a
    different folder (to avoid persisting it), and automatically prompt the
    user to import it if present.
    Faless committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    95d2102 View commit details
    Browse the repository at this point in the history