feat!: Refactor billing module and add checkout and plans components - #22
Merged
Conversation
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.
This pull request refactors the billing module's JavaScript code organization and updates a copyright statement. The main change is moving the billing module setup and related imports from
resources/js/app.tsto a new file,resources/js/vue/app.ts, and updating the export inapp.tsto re-export from this new location. Additionally, the stylesheet import path is now more explicit.Code organization and modularization:
resources/js/app.tsto a new dedicated file,resources/js/vue/app.ts, improving code organization and separation of concerns. ([[1]](https://github.com/saucebase-dev/billing/pull/22/files#diff-743ef4ebcd98b1f3998b49616e0389aa03b0e0e007101d73bc6aa07b09c783a4L1-R1),[[2]](https://github.com/saucebase-dev/billing/pull/22/files#diff-29313a9a39e44564e58410a58b8b3c5a6cda9f9cabf5539440213ca433996843R1-R24))@modules/billing/resources/css/style.cssfor clarity and modularity. ([resources/js/vue/app.tsR1-R24](https://github.com/saucebase-dev/billing/pull/22/files#diff-29313a9a39e44564e58410a58b8b3c5a6cda9f9cabf5539440213ca433996843R1-R24))resources/js/app.tsto re-export all exports fromresources/js/vue/app.ts, simplifying the main app entry point. ([resources/js/app.tsL1-R1](https://github.com/saucebase-dev/billing/pull/22/files#diff-743ef4ebcd98b1f3998b49616e0389aa03b0e0e007101d73bc6aa07b09c783a4L1-R1))License update:
LICENSEfile from 2025 to 2026. ([LICENSEL3-R3](https://github.com/saucebase-dev/billing/pull/22/files#diff-c693279643b8cd5d248172d9c22cb7cf4ed163a3c98c8a3f69c2717edd3eacb7L3-R3))