Commit Graph

109 Commits

Author SHA1 Message Date
vhaudiquet f2827f85eb feat/frontend: show winrates along pickrates in tierlist
pipeline / lint-and-format (push) Failing after 16m35s
pipeline / build-and-push-images (push) Has been skipped
2026-06-05 00:31:30 +02:00
vhaudiquet 5c83e45d2a fix/frontend: format
pipeline / lint-and-format (push) Successful in 6m16s
pipeline / build-and-push-images (push) Successful in 1m16s
2026-05-01 00:24:53 +02:00
vhaudiquet 50c0646a93 fix/frontend: center first back items on mobile
pipeline / lint-and-format (push) Failing after 4m34s
pipeline / build-and-push-images (push) Has been skipped
2026-05-01 00:18:54 +02:00
vhaudiquet 8263dc1c93 fix/frontend: change rune size on mobile
pipeline / lint-and-format (push) Failing after 4m31s
pipeline / build-and-push-images (push) Has been skipped
2026-05-01 00:14:18 +02:00
vhaudiquet c506bad739 feat/frontend: remove '?' cursors on tooltips
pipeline / lint-and-format (push) Successful in 4m29s
pipeline / build-and-push-images (push) Successful in 1m33s
2026-04-30 20:17:54 +02:00
vhaudiquet 686962b678 feat/frontend: add tooltips for runes
pipeline / lint-and-format (push) Successful in 4m18s
pipeline / build-and-push-images (push) Successful in 1m21s
2026-04-30 13:35:28 +02:00
vhaudiquet a467046c55 fix: fix typing errors
pipeline / lint-and-format (push) Successful in 4m17s
pipeline / build-and-push-images (push) Successful in 1m13s
2026-04-30 13:17:35 +02:00
vhaudiquet e1ab81854a refactor: make match-collector export its types, and consume them in frontend
pipeline / lint-and-format (push) Successful in 4m22s
pipeline / build-and-push-images (push) Successful in 2m11s
2026-04-30 00:06:53 +02:00
vhaudiquet db2ca353c5 feat: first back recording and display (#12)
pipeline / lint-and-format (push) Successful in 4m35s
pipeline / build-and-push-images (push) Successful in 1m39s
Record first backs, group them by item sets and show the most popular ones, with gold and %, in the frontend.
2026-04-28 20:10:20 +02:00
vhaudiquet 0b2d00ad0b feat: better item tooltips
Dragon Item Parser CI / build-and-test (push) Successful in 13s
pipeline / lint-and-format (push) Successful in 4m35s
pipeline / build-and-push-images (push) Failing after 25s
2026-04-27 00:31:31 +02:00
vhaudiquet a5728a147f feat: tag items depending on region and gold state when bought
pipeline / lint-and-format (push) Successful in 4m29s
pipeline / build-and-push-images (push) Successful in 1m28s
2026-04-18 21:08:58 +02:00
vhaudiquet dae65c8fa2 Allow collecting data from EUNE, NA, KR on top of EUW
pipeline / lint-and-format (push) Successful in 4m44s
pipeline / build-and-push-images (push) Successful in 4m7s
- match_collector: query API and build collections for each platform
- match_collector: aggregate champion stats of each platform in one collection with platform annotations
- frontend: replace stats to count matches in platform-specific collections
- frontend: replace "EUW Challengers" with all supported platforms
- dev: adapted scripts to count match in platforms
2026-04-17 16:25:19 +02:00
vhaudiquet 19a9226dac Add "EUW Challenger only" mention
pipeline / lint-and-format (push) Successful in 4m17s
pipeline / build-and-push-images (push) Successful in 1m39s
2026-04-05 12:51:23 +02:00
vhaudiquet 35563c2fc0 frontend: fix mobile layout for runes text 2026-03-07 00:23:34 +01:00
vhaudiquet 271c2b26d8 Multiple changes
- backend: add summoner spells
- backend: add build variants
- backend: builds are now storing full tree with runes (keystones)
- backend: build trees are split on starter items and merged on runes
- frontend: computing core tree now
- frontend: variant selectors
2026-03-06 23:33:02 +01:00
vhaudiquet 930cbf5a18 frontend: add item tooltip, refactor with itemicon component 2026-03-01 13:42:01 +01:00
vhaudiquet f6cf2c8a8c frontend: fix compactruneselector on mobile 2026-02-28 13:53:37 +01:00
vhaudiquet 8c9da868f4 frontend: lint and format 2026-02-28 13:47:46 +01:00
vhaudiquet 45fa841f80 frontend: make sidebar smaller 2026-02-28 13:44:27 +01:00
vhaudiquet c362d6b12a frontend: refactor build viewer a bit more 2026-02-28 13:38:14 +01:00
vhaudiquet 7833780bcb frontend: refactor of the new build viewer
extracting the logic into composables
2026-02-28 13:29:33 +01:00
vhaudiquet 20ccb20738 frontend: refactor of the new build viewer 2026-02-28 13:18:02 +01:00
vhaudiquet 3e9a8295b2 frontend: fix item tree arrows (Fix #9) 2026-02-28 13:13:01 +01:00
vhaudiquet fe128c0848 Frontend updates: caching basic data (json) from CDragon
Implement caching in the patch_detector, consume the cache from API routes in frontend
2026-02-28 00:23:04 +01:00
vhaudiquet dc09d10f07 Frontend updates and changes
- Remove items/runes separate pages, put everything into a "build" page.
- Show summoner spells.
- Add a build variant selector, that for now only selects runes
2026-02-25 14:59:42 +01:00
vhaudiquet e0a39dab0a matchups: filter out <0.5 or >0.5 for counters
pipeline / lint-and-format (push) Successful in 4m57s
pipeline / build-and-push-images (push) Successful in 1m52s
2026-01-25 01:03:38 +01:00
vhaudiquet 0a983fa996 refactor: take matchup spectrum out of section 2026-01-25 00:42:45 +01:00
vhaudiquet 8f8fc0f1af Matchups: implemented matchups
pipeline / lint-and-format (push) Successful in 4m36s
pipeline / build-and-push-images (push) Successful in 1m50s
2026-01-25 00:22:40 +01:00
vhaudiquet 7a34c16087 Champion page improvements
pipeline / lint-and-format (push) Successful in 4m50s
pipeline / build-and-push-images (push) Successful in 1m37s
2026-01-23 23:25:17 +01:00
vhaudiquet 82bb01c039 Fixup svg-dom-arrows in dev env
pipeline / lint-and-format (push) Successful in 5m16s
pipeline / build-and-push-images (push) Successful in 1m47s
2026-01-23 21:38:57 +01:00
vhaudiquet 653b0c41d7 Removed awaits, clean up API route
pipeline / lint-and-format (push) Successful in 4m54s
pipeline / build-and-push-images (push) Successful in 4m43s
2026-01-23 21:22:19 +01:00
vhaudiquet 3d79d9e495 Lint frontend
pipeline / lint-and-format (push) Failing after 4m18s
pipeline / build-and-push-images (push) Has been skipped
2026-01-21 23:39:03 +01:00
vhaudiquet 3fc52205f6 Lint and format
pipeline / lint-and-format (push) Failing after 56s
pipeline / build-and-push-images (push) Has been skipped
2026-01-21 00:59:23 +01:00
vhaudiquet 353baa6267 Bufixes, prefetching root page
pipeline / build-and-push-images (push) Successful in 1m31s
2026-01-20 22:18:55 +01:00
vhaudiquet 4df99a4312 Better dev experience, better front page
pipeline / build-and-push-images (push) Successful in 5m30s
2026-01-20 21:20:13 +01:00
vhaudiquet c8e71dc223 Filter out doom bots from UI (champion selector)
pipeline / build-and-push-images (push) Successful in 1m24s
2025-12-06 00:06:03 +01:00
vhaudiquet 53b72ddeb9 Fix supp items: don't show start
pipeline / build-and-push-images (push) Successful in 4m5s
pipeline / deploy (push) Failing after 54s
2025-11-19 20:53:05 +01:00
vhaudiquet db80ba9fe4 Mobile tierlists :) (sort of)
pipeline / build-and-push-images (push) Failing after 42s
pipeline / deploy (push) Has been skipped
2024-12-21 15:26:35 +01:00
vhaudiquet 59ceb24c84 BottomBar for mobile navigation to tierlists 2024-12-21 14:41:52 +01:00
vhaudiquet bc8ac87225 Added 'about' page :)
pipeline / build-and-push-images (push) Successful in 32s
pipeline / deploy (push) Successful in 9s
2024-12-14 18:14:14 +01:00
vhaudiquet 7924463ac2 Added min height to tier container
pipeline / build-and-push-images (push) Successful in 31s
pipeline / deploy (push) Successful in 10s
2024-12-07 21:07:08 +01:00
vhaudiquet d02c1f49b2 Use clone for itemviewer trim
pipeline / build-and-push-images (push) Successful in 31s
pipeline / deploy (push) Successful in 6s
2024-12-07 18:00:09 +01:00
vhaudiquet 0d0a6a82dc Refresh arrows on window scroll
pipeline / build-and-push-images (push) Successful in 32s
pipeline / deploy (push) Successful in 6s
2024-12-07 17:00:02 +01:00
vhaudiquet fbcf083f9f Allow alternative build exploration on desktop :) (fix #7)
pipeline / build-and-push-images (push) Successful in 31s
pipeline / deploy (push) Successful in 7s
2024-12-07 16:42:01 +01:00
vhaudiquet b7f37898bd Better late game items (fix #6) :)
pipeline / build-and-push-images (push) Successful in 33s
pipeline / deploy (push) Successful in 7s
2024-12-07 16:09:49 +01:00
vhaudiquet 42da27e544 Use lazy loading for navbars 2024-12-07 13:28:31 +01:00
vhaudiquet 825bd1f3a2 Rename import 2024-12-07 13:28:19 +01:00
vhaudiquet 9f11ba1f52 Better mobile scroll
pipeline / build-and-push-images (push) Successful in 35s
pipeline / deploy (push) Successful in 7s
2024-12-06 22:17:12 +01:00
vhaudiquet a624ee0134 Better margin for LaneFilter mobile version
pipeline / build-and-push-images (push) Successful in 35s
pipeline / deploy (push) Successful in 7s
2024-12-06 20:57:06 +01:00
vhaudiquet b5ae29e1d4 Revert tree bug with NuxtImg
pipeline / build-and-push-images (push) Successful in 31s
pipeline / deploy (push) Successful in 7s
2024-12-06 19:39:25 +01:00