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.30.0
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.31.0
Choose a head ref
  • 12 commits
  • 171 files changed
  • 3 contributors

Commits on Jun 18, 2025

  1. fix: no hyperlinks for deleted activity type (#2272)

    * fix: no hyperlinks for deleted activity type
    
    * fix: remove 404 toast error
    keellyp authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    8906c35 View commit details
    Browse the repository at this point in the history
  2. feat: Void invoices (#2212)

    * chore(translations): add translations
    
    * refactor: update old void logic
    
    * feat: new void invoice page
    
    * refactor: remove redundant property
    
    * chore(graphql): generate types
    
    * feat: redirect after void / update params for the mutation call
    
    * fix: lint
    
    * chore(translations): update translations
    
    * refactor: serialize refund/credit amount
    
    * refactor: remove pending check / calculate total as totalAmountCents
    
    * refactor: use creditable as the max / remove amount is zero check
    
    * fix: default creditable sum precision
    
    * refactor: remove label
    stephenlago99 authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    c46e230 View commit details
    Browse the repository at this point in the history
  3. misc: autofill code on name update in form (#2271)

    * misc: autofill code on name update in form
    
    * misc: adjust e2e tests to consider this new code logic
    ansmonjol authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    1f44a46 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2025

  1. Configuration menu
    Copy the full SHA
    9da06df View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. Configuration menu
    Copy the full SHA
    491432e View commit details
    Browse the repository at this point in the history
  2. feat: allow to create custom pricing (#2275)

    * misc: add infinite scroll on custom section table
    
    This section was there before. The change shows addition but it's due to the DOM refactor within the next commit
    
    * feat: Allow to create custom pricing
    ansmonjol authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    622014a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a16a2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    346aa9e View commit details
    Browse the repository at this point in the history
  5. refactor(design-sytem): migrate icons (#2273)

    * refactor: remove icon from main package
    
    * refactor: migrate to lago-design-system
    keellyp authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    5ee87ed View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. Configuration menu
    Copy the full SHA
    e2af898 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. feat: handle CPU in plan form and details (#2280)

    * misc: prepare inner components and utils to accept CPU
    
    * misc: improve CreatePricingUnits
    
    last minute adjustments
    
    * misc: add, serialise and deserialise CPU from charges
    
    * feat: handle CPU in plan form and details
    
    * misc: fix tests and validations
    ansmonjol authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    e03d9f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. misc: small adjustments for custom pricing units (#2284)

    * misc: fix CPU table spacing
    
    * misc(CPU): show error immediately while typing
    ansmonjol authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    9262e93 View commit details
    Browse the repository at this point in the history
Loading