foundry-ironsworn icon indicating copy to clipboard operation
foundry-ironsworn copied to clipboard

Toolbar button when no scene is active

Open ben opened this issue 1 year ago • 1 comments

It does nothing. Maybe we can detect that situation and disable it?

ben avatar Oct 18 '23 15:10 ben

none of the scene toolbar buttons do anything without an active scene, tho. :thinking: theoretically, they already telegraph their disabled state by rendering with reduced opacity when their parent ul has the disabled class (which should really be an aria attribute, sigh).

which doesn't mean there isn't something to address -- something's causing a mismatch in user expectations. i'd hazard that the root problem is we're putting non-scene-specific functionality (actor creation and the oracle list) in the place where scene-specific controls are supposed to live.

rsek avatar Oct 18 '23 20:10 rsek