|
724 | 724 | class:selected={$view == 'right'}><Icon name="kb-right" /></button |
725 | 725 | > |
726 | 726 | </div> |
| 727 | + <!-- svelte-ignore a11y-label-has-associated-control --> |
727 | 728 | <label class="flex items-center mt-2 mb-4"> |
728 | 729 | <Checkbox small purple basic bind:value={$showGrid} /> Show Grid |
729 | 730 | </label> |
| 731 | + <!-- svelte-ignore a11y-label-has-associated-control --> |
730 | 732 | <label class="flex items-center my-2"> |
731 | 733 | <Checkbox small purple basic bind:value={$noWall} /> Hide Wall |
732 | 734 | </label> |
| 735 | + <!-- svelte-ignore a11y-label-has-associated-control --> |
733 | 736 | <label class="flex items-center my-2"> |
734 | 737 | <Checkbox small purple basic bind:value={$noBase} /> Hide Base |
735 | 738 | </label> |
| 739 | + <!-- svelte-ignore a11y-label-has-associated-control --> |
736 | 740 | <label class="flex items-center my-2"> |
737 | 741 | <Checkbox small purple basic bind:value={$noLabels} /> Hide Labels |
738 | 742 | </label> |
| 743 | + <!-- svelte-ignore a11y-label-has-associated-control --> |
739 | 744 | <label class="flex items-center my-2"> |
740 | 745 | <Checkbox small purple basic bind:value={$noBlanks} /> Hide Shapers |
741 | 746 | </label> |
|
847 | 852 | <ViewerLayout {geometry} {darkMode} conf={config} confError={$confError} /> |
848 | 853 | {:else if viewer == 'programming'} |
849 | 854 | {#if hasLemon} |
850 | | - <ViewerPea {geometry} {darkMode} confError={$confError} bind:fullMatrix /> |
| 855 | + <ViewerPea {geometry} confError={$confError} bind:fullMatrix /> |
851 | 856 | {:else} |
852 | 857 | <ViewerMatrix {geometry} {darkMode} confError={$confError} /> |
853 | 858 | {/if} |
|
1141 | 1146 | <Dialog big on:close={() => (kleView = false)}> |
1142 | 1147 | <span slot="title">KLE Export</span> |
1143 | 1148 | <div slot="content"> |
1144 | | - <KleView conf={config} geo={geometry} /> |
| 1149 | + <KleView geo={geometry} /> |
1145 | 1150 | </div> |
1146 | 1151 | </Dialog> |
1147 | 1152 | {/if} |
|
0 commit comments