dart-pad icon indicating copy to clipboard operation
dart-pad copied to clipboard

refactor the mobile UI

Open devoncarew opened this issue 4 months ago • 0 comments

Refactor the mobile UI:

  • move from using three tabs (code, ui, console) to two (code and app output)
  • when starting to run an app, auto-switch to the app output tab
  • fix https://github.com/dart-lang/dart-pad/issues/2859

This should address an issue where the execution iframe wasn'y inited when we tried to run something. It also combines the app + console tabs into one (as we do on the regular desktop UI).


  • [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR.
Contribution guidelines:

Note that many Dart repos have a weekly cadence for reviewing PRs - please allow for some latency before initial review feedback.

Screenshot 2024-03-01 at 1 08 23 PM Screenshot 2024-03-01 at 1 08 34 PM

devoncarew avatar Mar 01 '24 21:03 devoncarew