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: getlago/lago-front
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.32.2
Choose a base ref
...
head repository: getlago/lago-front
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.32.3
Choose a head ref
  • 5 commits
  • 10 files changed
  • 2 contributors

Commits on Aug 7, 2025

  1. deps: fix brace-expansion CVE (#2382)

    Some versions of `brace-expansion` and `@eslint/plugin-kit` packages
    contains a Regular Expression Denial of Service vulnerability.
    
    This PR bumps the parent packages that contains the fixes.
    
    Should fix 
    - https://github.com/getlago/lago-front/security/dependabot/108
    - https://github.com/getlago/lago-front/security/dependabot/109
    - https://github.com/getlago/lago-front/security/dependabot/112
    ansmonjol authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    34339ea View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. misc: handle copy for InvoiceRegenerated activity type (#2384)

    ## Context
    
    We have an enum of activity type and their related copies dispayed in
    the logs are also listed.
    
    ## Description
    
    A new type was added and it should uses the same copy as the generated
    case
    ansmonjol authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    f63be42 View commit details
    Browse the repository at this point in the history
  2. feat: prefill units/unitPreciseAmount when editing a regen fee (#2389)

    Customer feedback: We should prefill units / amount to make it easier to
    update fees.
    
    I've made it based on if it's regenerate or not in order to keep the
    existing flow intact.
    stephenlago99 authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    1d1bf23 View commit details
    Browse the repository at this point in the history
  3. fix: default to daily view + last 30 days (#2391)

    For individual billable metrics, default to the daily view + last 30
    days
    stephenlago99 authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    db08ab0 View commit details
    Browse the repository at this point in the history
  4. fix: display error below tabs / improve translations (#2392)

    Empty usage would show the error above the tabs + the translations
    weren't updated for the projected usage.
    stephenlago99 authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    e7ef261 View commit details
    Browse the repository at this point in the history
Loading