Commit Graph
56 Commits
Author SHA1 Message Date
Claude f8dfc1052b Replace broken match emoji from 💔 to 🥀
Change the BrokenMatch emoji from broken heart (💔) to wilted flower
(🥀) for better visual distinction in GitHub PR comments.

https://claude.ai/code/session_018LfHdFcrSQFoHBWZSAxL6v
2026-02-25 07:44:31 +00:00
LagoLunaticandGitHub 598d76d079 GitHub comment: Fix some bugs with data section reporting (#22)
* GitHub comment: Fix improvement/regression text for data

* Disable logic to pair items by virtual address for sections

* Rename local vars from "func" to "item"
2026-01-31 19:03:00 -07:00
roemingandGitHub 220619d01d Add filter option for linked/unlinked TUs (#20)
* forward linked status to ts

* Add filter check for linked/unlinked TUs

* functions reflect linking status of TU

* use correct ts boolean type
2026-01-31 19:02:48 -07:00
Luke Street 573262f1d5 Initialize GitHub installations on webhook event 2026-01-02 20:43:49 -07:00
Luke Street 48ea309d16 Fix PR comment triggering on other workflows 2026-01-02 20:17:29 -07:00
Luke Street 75c2d0f079 Add Xbox & 3DS platforms 2026-01-02 20:13:35 -07:00
Luke Street 7319c8715e Integrate apalis-board 2026-01-02 20:13:35 -07:00
Luke Street bfc2b7a7e3 Create separate jobs db 2026-01-02 20:13:35 -07:00
Luke Street 70786eb9f2 Jobs refactoring & cleanup 2026-01-02 20:13:35 -07:00
Luke Street b0783083fd Integrate apalis for background jobs 2026-01-02 20:13:35 -07:00
LagoLunaticandGitHub c1b8a429e1 GitHub comment: Include data diffs (#19) 2025-12-15 17:48:29 -07:00
Luke Street e6a58d2818 Fix platform counts with hidden projects 2025-11-26 23:40:41 -07:00
Luke Street 0f8bed27b3 Some tweaks 2025-11-26 23:39:41 -07:00
Luke StreetandGitHub 2eb746bf1f Configuration for PR report style (#13)
Add a new "Description" style that updates the PR description instead of adding comments.
2025-10-07 20:40:57 -06:00
Luke StreetandGitHub c42c1f7088 Add sub-category selector for hierarchical categories (#15) 2025-10-07 20:38:39 -06:00
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