Commit 0030d55
Feature/3rd module (#208)
* make indicator clickable
* switch module and save which have been completed
* add pop confirm
* Update src/components/PageIndicator.tsx
Co-authored-by: Peyton Lee <peytonalee@gmail.com>
* type index as number
* add key
* make sure index is a number
* use a set for completed modules
* show cursor
* fix merge conflict
* fix merge conflict
* Update src/components/PageIndicator.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* clean up css
* display adjustments
* add competitive content
* remove unused imports
* change data structure
* use type id
* content adjustments
* change vis control
* remove log
* lift state up
* Update src/content/Competitive.tsx
Co-authored-by: toloudis <toloudis@users.noreply.github.com>
* Update src/App.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* changes based on comments
* changes based on comments
* write logic consistently
* add comment
* fix error
* fix ic50
* Update src/simulation/BindingSimulator2D.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* remove duplicate call
* add comment and error check
* Update src/simulation/BindingSimulator2D.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* more explicit checks
---------
Co-authored-by: Peyton Lee <peytonalee@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: toloudis <toloudis@users.noreply.github.com>1 parent 9793ab1 commit 0030d55
14 files changed
Lines changed: 500 additions & 152 deletions
File tree
- src
- components
- concentration-display
- main-layout
- content
- simulation
- types
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
| |||
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
88 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
89 | 93 | | |
90 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
91 | 97 | | |
92 | 98 | | |
93 | 99 | | |
| |||
108 | 114 | | |
109 | 115 | | |
110 | 116 | | |
111 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
112 | 120 | | |
113 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
114 | 124 | | |
115 | 125 | | |
116 | 126 | | |
| |||
182 | 192 | | |
183 | 193 | | |
184 | 194 | | |
185 | | - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
186 | 200 | | |
187 | 201 | | |
188 | | - | |
189 | | - | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
190 | 207 | | |
191 | 208 | | |
192 | 209 | | |
193 | 210 | | |
194 | | - | |
195 | 211 | | |
196 | 212 | | |
197 | 213 | | |
198 | 214 | | |
199 | | - | |
200 | 215 | | |
201 | 216 | | |
202 | 217 | | |
| |||
205 | 220 | | |
206 | 221 | | |
207 | 222 | | |
208 | | - | |
209 | 223 | | |
210 | 224 | | |
211 | 225 | | |
| |||
304 | 318 | | |
305 | 319 | | |
306 | 320 | | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
307 | 336 | | |
308 | 337 | | |
309 | 338 | | |
| |||
350 | 379 | | |
351 | 380 | | |
352 | 381 | | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
353 | 389 | | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
| 390 | + | |
| 391 | + | |
358 | 392 | | |
359 | 393 | | |
360 | | - | |
361 | 394 | | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
| 395 | + | |
| 396 | + | |
366 | 397 | | |
367 | 398 | | |
368 | 399 | | |
369 | | - | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
370 | 404 | | |
371 | 405 | | |
372 | 406 | | |
| |||
376 | 410 | | |
377 | 411 | | |
378 | 412 | | |
| 413 | + | |
379 | 414 | | |
380 | 415 | | |
381 | 416 | | |
| |||
491 | 526 | | |
492 | 527 | | |
493 | 528 | | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
494 | 535 | | |
495 | 536 | | |
496 | 537 | | |
497 | | - | |
498 | | - | |
| 538 | + | |
| 539 | + | |
499 | 540 | | |
500 | 541 | | |
501 | 542 | | |
| |||
588 | 629 | | |
589 | 630 | | |
590 | 631 | | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
591 | 638 | | |
592 | 639 | | |
593 | 640 | | |
| |||
687 | 734 | | |
688 | 735 | | |
689 | 736 | | |
| 737 | + | |
690 | 738 | | |
691 | 739 | | |
692 | 740 | | |
693 | 741 | | |
694 | 742 | | |
| 743 | + | |
695 | 744 | | |
696 | 745 | | |
697 | 746 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 16 | | |
23 | | - | |
24 | | - | |
| 17 | + | |
25 | 18 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 19 | | |
32 | 20 | | |
33 | 21 | | |
34 | 22 | | |
35 | 23 | | |
36 | 24 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 25 | | |
54 | 26 | | |
55 | 27 | | |
| |||
73 | 45 | | |
74 | 46 | | |
75 | 47 | | |
76 | | - | |
| 48 | + | |
77 | 49 | | |
78 | 50 | | |
79 | | - | |
| 51 | + | |
80 | 52 | | |
81 | 53 | | |
82 | 54 | | |
83 | 55 | | |
84 | 56 | | |
85 | 57 | | |
86 | | - | |
| 58 | + | |
| 59 | + | |
87 | 60 | | |
88 | 61 | | |
89 | 62 | | |
90 | 63 | | |
91 | | - | |
| 64 | + | |
92 | 65 | | |
93 | 66 | | |
94 | 67 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
73 | 77 | | |
74 | 78 | | |
75 | 79 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
| |||
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments