Skip to content

🚀 feat: Implement Auto-Refill SettingsTab for Balance #6537

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

rubentalstra
Copy link
Collaborator

Summary

This pull request introduces significant changes to the new balance SettingsTab, including the addition of auto-refill settings and updates to the user interface to accommodate these new features. The most important changes are summarized below:

Backend Changes:

Frontend Changes:

Localization:

Data Provider:

When Balance is enabled: false:
Screenshot 2025-03-26 at 11 19 47

When autoRefillEnabled is enabled on the user balance object:
Screenshot 2025-03-26 at 11 19 02

When autoRefillEnabled is disabled on the user balance object:
Screenshot 2025-03-26 at 11 19 11

Change Type

  • New feature (non-breaking change which adds functionality)

Testing

Please describe your test process and include instructions so that we can reproduce your test. If there are any important variables for your testing configuration, list them here.

Test Configuration:

Checklist

  • My code adheres to this project's style guidelines
  • I have performed a self-review of my own code
  • I have commented in any complex areas of my code
  • I have made pertinent documentation changes
  • My changes do not introduce new warnings
  • I have written tests demonstrating that my changes are effective or that my feature works
  • Local unit tests pass with my changes
  • Any changes dependent on mine have been merged and published in downstream modules.

@rubentalstra rubentalstra added the ✨ enhancement New feature or request label Mar 26, 2025
@rubentalstra rubentalstra added this to the v0.7.9 milestone Mar 26, 2025
@rubentalstra rubentalstra self-assigned this Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement]: create settings tab for new Balance info
2 participants