cyrusae / highlighter-public

Next.js/SQLite app for qualitative coding and content analysis; prototype currently in (sometimes) working alpha.
Other
3 stars 0 forks source link

Fix flagging button #59

Closed cyrusae closed 2 years ago

cyrusae commented 2 years ago

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

cyrusae commented 2 years ago

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.