Commit ff18253
authored
Mikec/visual examples (#44)
* wip
* wip adding a vite project
* fixed quotes issues
* fixed typechecking failing on tests by excluding
* using mantine instead of tailwind
* wip
* wip example ui
* fixing error in this example
* wip design
* added some nicer styling
* wip
* tidy
* responsive stats page
* fixed sidebar
* better styles
* wip
* wip resetting
* clearing issue?
* tests pass but ts failing
* removing any
* fixed tests
* added a couple of basic tests
* replicated the clearAll issue
* fixed clear issue
* tidy tests a bit more
* tidied up vron
* improved photos examepl
* improved shuffle example
* wip baseline tests
* bounds now optional
* wip optional bounds
* tidied tests up a bunch
* didnt need to be partial
* tests fixed ts not
* tidy
* tidying up the visual examples some more
* now adding a structured dump too
* wip
* using simpler tree
* tweaked how its shown
* back to basics on btree demo
* wip getting the trees and nodes
* wip app shelll
* tidy up
* tidied up a bit
* proper sizing
* more wip on the btree view
* parallel
* cron reset of btree
* fixed runtime issue
* makeing adding a photo random
* bumped readme
* fixed uneaven header
* split sections up a bit
* paginated leaderbaord
* better leaderboard layout
* small refactors
* suffle page aside
* better splitting up of the components with asides
* bounds optional
* tidy up the page lookup
* tidied up a couple of things
* also allowing editing on the leaderboard rows
* polishing with a convex logo
* removing the index and using triggers
* added some more comments
* better variable names
* fixed example tests
* fixed npm install
* added thumb to readme
* removed package lock as suggested
* fixing setup script in the example
* using the table validator instead
* preventing the resetAndSeed from potentially timing out
* lowered ui function
* simplified imports
* nicer flowing of code1 parent 6479bc1 commit ff18253
File tree
72 files changed
+10174
-2235
lines changed- example
- .cursor/rules
- convex
- _generated
- utils
- public
- src
- common
- pages
- btree
- home
- leaderboard
- photos
- shuffle
- stats
- utils
- src
- client
- component
- _generated
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
72 files changed
+10174
-2235
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
307 | 309 | | |
308 | 310 | | |
309 | 311 | | |
310 | | - | |
311 | | - | |
312 | | - | |
| 312 | + | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
397 | 396 | | |
398 | 397 | | |
399 | 398 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
| 2 | + | |
6 | 3 | | |
7 | | - | |
8 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments