klarna-incubator / gram

Gram is Klarna's own threat model diagramming tool
Apache License 2.0
270 stars 12 forks source link

Read-only mode of diagram does not block drawing dataflows #88

Closed Tethik closed 6 months ago

Tethik commented 6 months ago

When a diagram is in a read-only mode the user can still interact with the magnets on a component and attempt to draw dataflows. They can't actually finish the dataflow however as the backend won't allow the final update.

Minor UI issue - should ideally just hide the magnets when in read-only.