Commit 345c029
feat: version 2 (#295)
* fix: eslint prettier
* feat: temporary route to test new golang parser output
* feat: bring back student's id and course/location filtering
* feat: correct filtering on course
* ci: update Actions runner to ubuntu-latest
* ci: fix pnpm version in preview.yml
* feat: biome replaces everything
* fix: biome check fix, manual fixes
* feat: upgrade tailwind, vite, node
* feat: poc tanstack router + query
don't even
* fix: reduce with no initial value? (#291)
* fix: missing file rename in previous commit
* fix: missing classname merging in Footer
* style: fix font classname
* style: button default with cursor pointer
* build(biome): exclude routeTree.gen.ts from checks, run lint:fix
* ci: add test workflow
* build: bump node engine and pnpm packageManager versions
* feat: route to view ranking table, start cleaning previous stuff
* feat: source route
* feat: privacy route
* feat: about route, update credits
* feat: finish migration to app file-based routes
* feat: make breadcrumb work again
* feat: massive cleanup, ranking phase utilities and types
* fix: matricola header name and filter placeholder
* fix: reinstall shadcn component "command"
combobox was not working correctly
* style: missing cursor pointer in Removable component
* style: all buttons have cursor-pointer by default
* feat: bring back course-location filters
* feat: react-compiler
NOTE: to use react-compiler we need to use the standard `@vitejs/plugin-react`
instead of `@vitejs/plugin-react-swc`
See vitejs/vite-plugin-react#428
* refactor: move home-related routes into a single folder
* build: remove orphan dependencies
* feat: remote data fetch, json type fix
* fix(router): use hash history for gh pages
* fix: use correct env to detect production
* feat: query-factory, custom devtools to change data source
* fix: ranking page recovery on data source error
* feat: zustand time (it allows prefetching pattern)
* style: fix pages alignment
* feat: new UI for Ranking picker flow (#293)
* style: fix breadcrumb ranking info on mobile
* fix: react-compiler not compatible with table/pagination
* style: temporary fix for tooltip not working on mobile
* chore: biome
* release: v2.0.0
* fix: location select not working with react-compiler
* style: arabic numbers in ranking selector, extra-eu badge dashed border
* fix: revert debug code, add aria-label to home button in breadcrumb
* fix: font not applied everywhere
* feat: search by student id in homepage
* style: new year select style
* feat: font, eng rankings not available, some style changes
* fix: remove unused icon import
* chore: remove old file router.tsx
* fix: import createRoot only from react-dom
* fix: guard for empty filters
* fix: rendering Location components as JSX instead of functions
Rendering as function break React Hooks rules
* fix: accessing zero-index array without guard
* fix: throw on failed fetch
* fix: handle course with no locations
* fix: cleanup resize listener
* fix: correct year param parsing
* fix: better handling of side effects when switching dark mode
* fix: wrong field for phase in PathBreadcrumb
* fix: error boundaries
* fix(a11y): aria label for student code input
* fix: location case insensitive in tabs selector
* fix: better tailwind selector maybe?
* fix: guard on years in ArchiveTip
* ci: explicit permissions on test workflow
fix for code scanning alert no. 12
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* fix: `DarkModeContext` props typedefs
* feat: use localstorage instead of search params for persisting ID searches
* fix: specify value as location.toLowerCase in Combobox
* fix: typo in biome config
* fix: remove old component
* fix: text typo in location select
* chore: remove redundant file exclusions in `biome.jsonc`
---------
Co-authored-by: Tommaso Morganti <tommaso.morganti01@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>1 parent de72432 commit 345c029
File tree
146 files changed
+6796
-6589
lines changed- .github/workflows
- public
- src
- app
- _home
- $school
- $year
- $id
- -Table
- -old-components/PhaseSelect
- GroupSelect
- LangSelect
- RankingSelect
- assets
- components
- DevSettings
- Settings
- settings
- Homepage
- custom-ui
- ui
- contexts
- hooks
- routes
- about
- homepage
- notFound
- privacy
- source
- viewer
- PhaseSelect/GroupSelect
- Table
- stores
- utils
- data
- loaders
- strings
- types
- data
- json
- Index
- Ranking
- Stats
- parsed
- Index
- Ranking
- Stats
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
146 files changed
+6796
-6589
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 38 | | |
45 | 39 | | |
46 | 40 | | |
47 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 61 | + | |
65 | 62 | | |
66 | 63 | | |
67 | | - | |
| 64 | + | |
68 | 65 | | |
69 | 66 | | |
70 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
| 14 | + | |
12 | 15 | | |
13 | | - | |
14 | | - | |
| 16 | + | |
15 | 17 | | |
16 | | - | |
17 | 18 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
38 | 46 | | |
39 | | - | |
| 47 | + | |
| 48 | + | |
40 | 49 | | |
41 | 50 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
0 commit comments