File tree Expand file tree Collapse file tree 1 file changed +2
-22
lines changed
src/content_script/scores/scoreTools Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change 639639 bind:value ={gradeManager .assignments [i ].name }
640640 />
641641 </td >
642- <td class ="tw-text-center tw-align-middle" class:firstAss ={ i == 0 } >
642+ <td class =" tw-text-center tw-align-middle" >
643643 <div class =" tw-inline-flex tw-flex-row" >
644644 <input
645+ class:firstAss ={i == 0 }
645646 type =" number"
646647 class =" tw-rounded-md tw-border-[#CCCCCC] tw-border-solid tw-border tw-p-1 tw-w-24"
647648 max ={100 }
652653 </td >
653654
654655 <td class =" tw-text-center tw-align-middle" >
655- <!-- {#if !assignment.see} -->
656656 <select
657657 class =" tw-rounded-md tw-h-full tw-border-[#CCCCCC] tw-border-solid tw-border tw-p-1"
658658 class:firstGradeAss ={i == 0 }
678678 >See All Possibilities</option
679679 >
680680 </select >
681- <!-- {:else}
682- <select
683- class="tw-rounded-md tw-h-full tw-border-[#CCCCCC] tw-border-solid tw-border tw-p-1"
684- class:firstGradeAss={i == 0}
685- on:change={(e) => {
686- onGradeChange(e, i);
687- }}
688- >
689- {#each listOfGrades as grade}
690- <option value={gradeToPercent[grade]}
691- >{grade}
692- {grade !== "INC"
693- ? `(${gradeToPercent[grade]}%)`
694- : ""}</option
695- >
696- {/each}
697-
698- <option value="see" selected>See All Possibilities</option>
699- </select>
700- {/if} -->
701681 </td >
702682 <td class =" tw-text-center tw-align-middle" >
703683 <svg
You can’t perform that action at this time.
0 commit comments