1. 11 Feb, 2026 7 commits
  2. 10 Feb, 2026 2 commits
  3. 08 Feb, 2026 8 commits
  4. 07 Feb, 2026 20 commits
  5. 06 Feb, 2026 3 commits
    • 🔔 feat: Add subscription-aware quota notifications and update UI copy · 673ea758
      Routes quota alerts through a subscription-specific check when billing from subscriptions, preventing wallet-based thresholds from triggering false warnings.
      Updates the notification settings description and localization keys to clarify that both wallet and subscription balances are monitored.
      t0ng7u committed
    • 🛠️ fix: billing session error handling for subscription-first fallback. · 743b9278
      Aligns the error variable types in the subscription-first path so that quota fallback checks use the correct NewAPIError.
      This prevents build failures and preserves the intended wallet fallback when subscription pre-consume returns an insufficient quota error.
      t0ng7u committed
    • chore: Improve subscription billing fallback and UI states · 4fd8d033
      Add a lightweight active-subscription check to skip subscription pre-consume when none exist, reducing unnecessary transactions and locks. In the subscription UI, disable subscription-first options when no active plan is available, show the effective fallback to wallet with a clear notice, and distinguish “invalidated” from “expired” states. Update i18n strings across supported locales to reflect the new messages and status labels.
      t0ng7u committed