Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: modrinth/code
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: prod
Choose a base ref
...
head repository: modrinth/code
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 11 files changed
  • 6 contributors

Commits on Apr 16, 2026

  1. feat: properly impl find for files (#5741)

    * Initial file search impl
    
    * Add replace functionality
    
    * Rename to find, remove extra icon
    
    * Put into seperate component
    
    * Fix lint
    
    * Change remaining search stuff to find
    
    * Use ButtonStyled for buttons, use types from ace editor
    
    * Make results label oriented left, add clear button to replace input
    
    * Run fix
    
    ---------
    
    Signed-off-by: Arthur <[email protected]>
    Co-authored-by: Creeperkatze <[email protected]>
    creeperkatze and creeperkatze authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    5b5c8c0 View commit details
    Browse the repository at this point in the history
  2. fix(query): set default query retry to 1 (#5743)

    * fix(query): set default query retry to 1
    
    * fix(query): don't retry 404s and limit default retries to 3
    
    * feat: expand status skipping checks
    
    * feat: parallel fetch v2 and v3 in middleware
    
    ---------
    
    Co-authored-by: Calum H. (IMB11) <[email protected]>
    IsQuyet and IMB11 authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    7b5c746 View commit details
    Browse the repository at this point in the history
  3. feat: add collapsible library groups in app (#5739)

    * feat: add collapsible library groups in app
    
    * feat: use accordion rather than custom
    
    ---------
    
    Co-authored-by: Calum H. <[email protected]>
    Co-authored-by: Calum H. (IMB11) <[email protected]>
    3 people authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    3c2cc75 View commit details
    Browse the repository at this point in the history
Loading