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

Desktop app front end changes #2651

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Draft

Desktop app front end changes #2651

wants to merge 13 commits into from

Conversation

ctrekker
Copy link
Collaborator

@ctrekker ctrekker commented Sep 18, 2023

This PR includes more desktop changes to go along with development on JuliaPluto/PlutoDesktop! All changes made are designed to be invisible to any browser-only users, and only take effect when a user loads Pluto from within the desktop application. Below is a running list of changes included so far:

  • Rework FilePicker desktop behavior
  • Enhance the welcome screen "Open Notebook" interface
  • Fix bug which prevented "Loading ..." from showing up after opening or creating a new notebook

@github-actions
Copy link
Contributor

Try this Pull Request!

Open Julia and type:

julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="cb/desktop-app")
julia> using Pluto

@fonsp fonsp added the frontend Concerning the HTML editor label Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Concerning the HTML editor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants