unisonweb / codebase-ui

Unison Codebase UI
https://share.unison-lang.org
MIT License
46 stars 7 forks source link

Change the order of items to show code on top #234

Closed hojberg closed 3 years ago

hojberg commented 3 years ago

Overview

Move the code to the top of workspace items and adjust the rules for when the source is folded or not:

  1. If the definition is a Doc, fold the source
  2. If the definition has a Doc, fold the source
  3. Otherwise unfold the source and show it in full
Screen Shot 2021-10-04 at 15 03 43

Closes https://github.com/unisonweb/codebase-ui/issues/222