crkn-rcdr / sapindale

Sapper/Svelte access platform administration interface
2 stars 2 forks source link

couchview: make output "Key" into a link #37

Closed RussellMcOrmond closed 4 years ago

RussellMcOrmond commented 4 years ago

This should handle #34

RussellMcOrmond commented 4 years ago

This PR demonstrates the concept, but as I don't have sufficient Javascript/svelte knowledge I managed to get something wrong.

Whenever I click the reduceCheck box it will execute the on:click for each of the rows, which is not what I intended. I intended it to only execute when the <a> is clicked.