frafra / jsplinter

Linear spline interpolation webapp
https://frafra.github.io/jsplinter/
GNU Affero General Public License v3.0
2 stars 0 forks source link

A small improvement in design of Matrix component #1

Open sgurukrupa opened 7 years ago

sgurukrupa commented 7 years ago

One immediate suggestion would be to include a MatrixRow component in Matrix; refer to Nested components. The MatrixRow component would represent a row in the matrix. Hence move all row specific Svelte Tags into MatrixRow component. Other than this I see your design is the best one could come up with.

frafra commented 7 years ago

@sgurukrupa Thank you for your feedback!