Conversation
…units and wallet init much more robust.
…logs completely. onlyin beta for now.
…ing a layout lock with a transition delay
* feat: add payment processing loading indicator * fix: change loading text to 'Processing payment...'
* fix: prevent API key refund during top-up Fixed a bug where API keys were being refunded when topping up balance. The condition check for reusing stored tokens has been corrected to only reuse when the reuseToken flag is set and sufficient balance is available. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * fixed the automatic model switching bug. * pending cashu balances are taken into account for model availability. * the page now prevents refresh when creating cashu token. * shifted to indexed DB as events will overflow the localstorage. * fix: remove cached Cashu token after API key creation (#149) - Add removeLocalCashuToken() call after successful API key creation - Ensures consistency with topup flow which already removes cached tokens - Prevents potential cache issues when creating API keys --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com> Co-authored-by: redshift <213178690+1ftredsh@users.noreply.github.com>
… based on extension detection
- Auto-display create API key form inline when no keys exist after syncing - Show modal for API key creation only when keys already exist - Add hardcoded recommended providers with custom ordering (Nonkycai, Routstr, Redsh1ft, Privateprovider) - Display "(recommended)" label next to recommended providers in all provider selection lists - Only show recommended labels if provider is available in fetched list - Replace alert with toast error for better UX
- Create new ProviderSelector component to eliminate duplicate code across 3 forms - Replace provider selection in inline create form, modal create, and manual add modal - Add showRecommendedLabels prop to control recommended label visibility - Manual add API key form no longer shows recommended provider labels - Ensure consistent provider ordering across all provider selection forms - Reduce code duplication by ~130 lines while maintaining functionality
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.