mglaman / wasm-drupal

Drupal in WASM
https://wasm-drupal.mglaman.dev/
MIT License
22 stars 2 forks source link

Add an "actions" toolbar so that users can exit the runtime #26

Open mglaman opened 6 days ago

mglaman commented 6 days ago

Right now, there is no way to "go back" and exit the demo without modifying the URL. This will be important once there is the "Drupal core" and "Drupal CMS" demo or multiple instances.

The demo takes over the entire page. This will require running Drupal inside of an iframe. My thought is that the parent window contains a floating action bar that can be collapsed and expanded. This allows "going back" operations like exporting the site. This would position absolute and the iframe would be 100vh for width and height.