nettybun / uvic-localstar

Local-first Starboard Notebooks via compiled Deno binaries
5 stars 0 forks source link

Fix initial loading of Notebooks #2

Closed dylanbr0wn closed 3 years ago

dylanbr0wn commented 3 years ago

Description

On loading files, the redux store receives the action but no file information is loaded into Starboard

Expected Behaviour

Should load base template content of the files equivalent to

# %% [markdown]
# iFrame example for file 1
Try editing a cell! 
# %% [javascript]
const x = "Hello world!"
x

Actual Behaviour

Loads a blank Starboard page

Steps to Reproduce

  1. Start dev build
  2. Click on "file" to load starboard
dylanbr0wn commented 3 years ago

Upon further inspection, Starboard has updated its API so small changes will need to be made to get our system back working.