Zoomicon / READCOM_App

READ-COM: Reading Communities App
MIT License
12 stars 5 forks source link

Add Editable/Selectable/Read-Only toggle option at TextStoryItemOptions #235

Open birbilis opened 2 years ago

birbilis commented 2 years ago

Version: 0.5.12

Should have in TextStoryItemOptions a switch that toggles between Editable, Selectable and Read-Only/Inactive (so that it's draggable) with the default being "Read-Only"

Obviously would map to respective property in TextStoryItem

birbilis commented 2 years ago

have added Editable two-state toggle button for now

birbilis commented 2 years ago

Editable toggle button wasn't showing correctly at TextStoryItemOptions, fixed

image