Skip to content

Commit

Permalink
fix: change gitmodules for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik committed Nov 2, 2024
1 parent 6247294 commit b78f9eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "frappe-ui"]
path = frappe-ui
url = https://github.com/frappe/frappe-ui
url = https://github.com/shariquerik/frappe-ui
branch = saas-signup
2 changes: 1 addition & 1 deletion frappe-ui
Submodule frappe-ui updated 43 files
+2 −1 .git-blame-ignore-revs
+38 −0 .github/workflows/story-publish.yml
+0 −4 .husky/pre-commit
+27 −0 .pre-commit-config.yaml
+1 −1 frappe-ui.svg
+30 −6 histoire.config.ts
+15 −1 histoire.setup.ts
+1 −3 package.json
+28 −10 src/components/Autocomplete.vue
+22 −20 src/components/Badge.vue
+31 −0 src/components/Billing/Billing.vue
+294 −0 src/components/Billing/BillingDetailsModal.vue
+174 −0 src/components/Billing/BillingHistory.vue
+141 −0 src/components/Billing/BuyCreditsRazorpay.vue
+175 −0 src/components/Billing/BuyCreditsStripe.vue
+147 −0 src/components/Billing/CreditBalanceModal.vue
+76 −0 src/components/Billing/CurrentPlan.vue
+108 −0 src/components/Billing/PaymentDetails.vue
+168 −0 src/components/Billing/Plans.vue
+61 −0 src/components/Billing/TrialBanner.vue
+50 −0 src/components/Billing/logo/RazorpayLogo.vue
+48 −0 src/components/Billing/logo/StripeLogo.vue
+11 −1 src/components/Card.vue
+15 −1 src/components/ConfirmDialog.vue
+21 −8 src/components/DatePicker.vue
+21 −8 src/components/DateRangePicker.vue
+21 −8 src/components/DateTimePicker.vue
+90 −82 src/components/Dropdown.vue
+12 −1 src/components/FileUploader.vue
+2 −0 src/components/FormControl.vue
+18 −0 src/components/Rating/Rating.story.vue
+85 −0 src/components/Rating/Rating.vue
+5 −1 src/components/TextEditor/InsertLink.vue
+1 −3 src/components/Toast.vue
+152 −0 src/espressoColors.css
+16 −0 src/icons/InvoiceIcon.vue
+16 −0 src/icons/LightningIcon.vue
+6 −0 src/index.js
+1 −0 src/style.css
+1 −7 src/utils/confirmDialog.js
+83 −0 src/utils/espressoVariables.js
+3 −0 src/utils/tailwind.config.js
+2,640 −2,033 yarn.lock

0 comments on commit b78f9eb

Please sign in to comment.