Commit Graph
41 Commits
Author SHA1 Message Date
Luke Street 0c268f25aa Add Xbox 360 platform
Resolves #17
2025-10-07 20:29:07 -06:00
Luke Street 76d390f073 Fix report deletion
Resolves #12
2025-09-12 23:26:08 -06:00
Luke Street 1a006770ad wiki.decomp.dev -> decomp.wiki 2025-09-07 22:30:29 -06:00
Luke Street 3868a54ab0 Delete reports by commit SHA; combine PR comments 2025-08-12 17:48:23 -06:00
Luke Street a0b9598048 Cleanup & add commit delete endpoint 2025-08-12 14:48:34 -06:00
Luke Street 413795fd01 README.md: GitHub PAT only needs public_repo scope 2025-07-30 23:48:54 -06:00
Luke Street 64771ccf41 Add platform selection on projects page 2025-07-30 23:47:47 -06:00
Luke Street aeaa175dc6 Update PS2 icon; fix overcalculating regressions 2025-07-23 18:30:58 -06:00
LagoLunaticandGitHub baf4d5d2bc Don't round partially-matched percentages to 0.00% or 100.00% (#8)
* Don't round percentages to 0.00% or 100.00%

* Remove dead code
2025-07-23 18:23:00 -06:00
39fa6ad3bb Implement treemap filtering (#7)
* Fix package-lock

* Implement treemap filtering

* Fix missing return

* Switch treemap algorithm to binary to reduce thin rectangles

* Dim filtered out units instead of hiding them

* Draw stroke behind fill

This prevents a unit's color from being covered up by its own black outline.

* Clip filtered unit outlines

This is to prevent thin highlighted units from being hidden behind the outline of a filtered out unit.

* Fix near-100 percentages being rounded up to 100%

* Use radial gradients in treemap units

* Also update svg generation to use blue for near-complete

* Restore cached canvas, biome fmt

* Update svg rendering with gradients

* Implement filter URL param to link a treemap search

* One more type hint

* Increase blue saturation for partial match

* Update blue colors

---------

Co-authored-by: Luke Street <luke@street.dev>
2025-07-11 23:38:59 -06:00
LagoLunaticandGitHub 4d99772933 Fix GitHub token link in readme (#6) 2025-07-08 13:31:38 -06:00
Luke Street 935a8e6868 Add README.md, local dev mode & project visibility 2025-07-07 23:13:29 -06:00
LagoLunaticandGitHub 137dba512a GitHub bot comments: Organize changes into four markdown tables (#4)
* GitHub bot comments: Organize changes into four markdown tables

* Update .gitignore

* Expand broken matches by default, fix bytes column name
2025-05-27 22:19:10 -06:00
robojumperandGitHub 038ccabe83 Improvements to GitHub bot comment (#3)
* Improvements to GitHub PR change comment

* Consider case with no new matches or breakage
2025-05-27 09:40:54 -06:00
Luke Street 98701f886e Add hero images & CLI dev tool 2025-05-23 12:08:08 -06:00
Luke Street 9415993155 API browser, overview API & more 2025-05-13 21:24:07 -06:00
Luke Street 4379f97bbe Frontend build improvements, support CSP, add icons 2025-04-29 23:27:41 -06:00
Luke Street 09b68b68be Replace SVGs with custom icon font 2025-04-25 23:50:25 -06:00
Luke Street 0b13972571 Frontend build rework (rsbuild) & some GitHub GraphQL 2025-04-25 19:11:05 -06:00
Luke Street b3607c6346 Add manage pages, self-add projects & history graphs 2025-04-23 23:18:11 -06:00
Luke Street 8eb275fbac Add manage section to repos with admin permissions 2025-04-21 23:31:11 -06:00
Luke Street cb2f04fb75 Split project into crates, migrate to maud 2025-04-21 18:29:36 -06:00
Luke Street b92deabb7a Add enable_pr_comments option to projects 2025-04-20 16:22:00 -06:00
Luke Street d4e8a7ae1c Fix report timestamp storage & comparison 2025-04-20 16:17:30 -06:00
Luke Street 64413671e9 Improve GitHub PR comment formatting 2025-04-20 16:17:13 -06:00