Open
Conversation
- Add new billing/payments page with payment history table - Display currently running apps with instance count - Add BillingService for API integration - Use sticky backend for authenticated API requests - Add billing menu item to UserProfile dropdown - Implement export functionality - Add filters for transaction types and date ranges - Show payment summary statistics (total paid, registrations) - Display app information with Docker icons - Add custom scrollbar styling matching table design
- Fix global CSS leak from payments.vue affecting navbar font (scoped .v-menu rules via :has()) - Add smart transaction type detection: Registration / Renewal / Update based on spec version and expire field comparison - Add custom pagination to transaction dialog matching main table style - Add colored bordered stat cards in transaction dialog - Update all 20 locale files with complete billing translation structure (transactionTable, stats, chart sections were missing) - Fix Polish plural forms and remove colons from chart control labels - Improve mobile responsiveness of category pills (font, icon visibility) - Reposition items-per-page control to left in table footer - Hide footer label on mobile - Various chip color and icon improvements
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.
Summary
This PR introduces the complete Billing & Payments page for FluxOS Frontend, allowing users to track their Flux app payment history with a rich, responsive UI.
New Features
Billing Page (
src/pages/billing/payments.vue)fluxappupdateas either Renewal or Update:fluxappregister→ Registrationexpirefield) → Renewalexpirechanged or nothing changed → Renewal, otherwise → UpdateBilling Service (
src/services/BillingService.js)Router (
src/plugins/1.router/guards.js)Navbar (
src/layouts/components/UserProfile.vue)i18n
Complete billing translation structure added to 22 locale files (en, pl + 20 others):
transactionTable,stats,chart(withtimeRanges,displayModes,aggregation)tablestructure to match new summary table columnsLanguages updated: ar, bn, de, es, fr, hi, id, it, ja, jv, ko, mr, pa, pt, ru, ta, te, tr, vi, zh-CN
Test plan
/billing— page loads, payment history fetches correctly