bazed-editor / bazed

The baz editor
Apache License 2.0
26 stars 3 forks source link

Make Editor view fill the screen #69

Closed elkowar closed 1 year ago

elkowar commented 1 year ago

As long as we don't have any other UI, the editor view should really fill the entire webpage. This also means that we'll need to properly meaure the width and height to send accurate viewport information to the backend (see #67)

elkowar commented 1 year ago

Implemented in #81