TheRealKiraAI/rhizome-gui

RhizomeScreen: display a centered ThingCard

Closed this issue · 1 comments

@KiraCorbett The latest implementation of RhizomeScreen doesn't make sense to me. Currently, it has logic for "zoomed out" or not, a visibilityTag, and makes a decision about displaying either ThingWorld or CenterThingScreen.

Focus on the following first, before doing anything else:
RhizomeScreen should only display a single ThingCard in the middle of the screen. eg:

child: ThingCard(...)

That simple.

@ybakos This should now be updated: d7f04b3