cyrusae/highlighter-public

Fix flagging button

Closed this issue · 1 comments

Moving flags to sidebar broke flagging button unexpectedly, change how the components get that information so it stops.

Disabling flag button for now to emphasize that it's not usable.

See also: #57

Current thought is for flag buttons to share an ID with their statement (i.e. {flag_${statement.statementID}}) and have the Layout component look for them and drop them back in, in order to support flag from multiview. This does mean there would be ghost code on the coding interface? But being able to view flags there would still be nice so that doesn't seem like a bug on balance.