Don't see your organization?
-
+
Don't see your repository here?
Add from GitHub
diff --git a/dashboard/src/components/Header.vue b/dashboard/src/components/Header.vue
index bffea2683ed..12cf014ef9f 100644
--- a/dashboard/src/components/Header.vue
+++ b/dashboard/src/components/Header.vue
@@ -1,6 +1,6 @@
diff --git a/dashboard/src/components/HomeSummary.vue b/dashboard/src/components/HomeSummary.vue
index a1656c69a01..2badd3cef05 100644
--- a/dashboard/src/components/HomeSummary.vue
+++ b/dashboard/src/components/HomeSummary.vue
@@ -9,12 +9,12 @@
-
+
{{ site.host_name || site.name }}
diff --git a/dashboard/src/components/InvoiceTable.vue b/dashboard/src/components/InvoiceTable.vue
index a8bfd78c952..ed94d49c29a 100644
--- a/dashboard/src/components/InvoiceTable.vue
+++ b/dashboard/src/components/InvoiceTable.vue
@@ -11,10 +11,10 @@
-
-
+
+
| Description |
Rate |
@@ -25,7 +25,7 @@
|
-
+
|
{{ type }}
|
@@ -33,7 +33,7 @@
|
{{ row.document_name }}
-
+
({{ formatPlan(row.plan) }})
|
diff --git a/dashboard/src/components/Link.vue b/dashboard/src/components/Link.vue
index 8b502923339..fd6146989e0 100644
--- a/dashboard/src/components/Link.vue
+++ b/dashboard/src/components/Link.vue
@@ -3,7 +3,7 @@
:is="to ? 'router-link' : 'a'"
v-bind="to ? { to } : { href }"
:class="{
- 'text-gray-900 border-b border-gray-800 hover:text-gray-700 hover:border-gray-600 outline-gray-400':
+ 'text-ink-gray-9 border-b border-gray-800 hover:text-ink-gray-7 hover:border-gray-600 outline-gray-400':
to || href,
}"
>
diff --git a/dashboard/src/components/ManageSitePlansDialog.vue b/dashboard/src/components/ManageSitePlansDialog.vue
index d18415a7fac..e35b518dfa8 100644
--- a/dashboard/src/components/ManageSitePlansDialog.vue
+++ b/dashboard/src/components/ManageSitePlansDialog.vue
@@ -28,11 +28,11 @@
:isDedicatedServerSite="$site.doc.is_dedicated_server"
:selectedProvider="$site.doc.server_provider"
/>
-
+
-
+
Support covers only issues of Frappe apps and not
functional queries. You can raise a support ticket for Frappe
@@ -52,7 +52,7 @@
:intervals="true"
:value="65"
/>
-
+
Add billing details to your account before proceeding.
@@ -69,12 +69,12 @@
:value="99"
/>
@@ -83,7 +83,7 @@
@@ -94,7 +94,7 @@
@@ -104,7 +104,7 @@
diff --git a/dashboard/src/components/MarketplaceAppListing.vue b/dashboard/src/components/MarketplaceAppListing.vue
index 7c48b780e0b..a3f9e2e1bcf 100644
--- a/dashboard/src/components/MarketplaceAppListing.vue
+++ b/dashboard/src/components/MarketplaceAppListing.vue
@@ -3,8 +3,8 @@
diff --git a/dashboard/src/components/NewAppDialog.vue b/dashboard/src/components/NewAppDialog.vue
index 146bd5face6..dfc4c005bae 100644
--- a/dashboard/src/components/NewAppDialog.vue
+++ b/dashboard/src/components/NewAppDialog.vue
@@ -75,14 +75,14 @@
Validating app...
Found {{ app.title }} ({{ app.name }})
diff --git a/dashboard/src/components/ObjectList.vue b/dashboard/src/components/ObjectList.vue
index c05f3a01722..67a51c6ae5a 100644
--- a/dashboard/src/components/ObjectList.vue
+++ b/dashboard/src/components/ObjectList.vue
@@ -21,10 +21,10 @@
v-model="searchQuery"
>
-
+
-
+
{{ searchQuerySummary }}
@@ -48,7 +48,7 @@
-
+
@@ -108,7 +108,7 @@
Loading...
@@ -128,7 +128,7 @@
{{ emptyStateMessage }}
@@ -136,7 +136,7 @@
-
+
{{ value ? $dayjs(value).fromNow() : '' }}
@@ -52,7 +55,7 @@
diff --git a/dashboard/src/components/ObjectListFilters.vue b/dashboard/src/components/ObjectListFilters.vue
index 5d90cf8508b..588c35979db 100644
--- a/dashboard/src/components/ObjectListFilters.vue
+++ b/dashboard/src/components/ObjectListFilters.vue
@@ -1,7 +1,7 @@
diff --git a/dashboard/src/components/Onboarding.vue b/dashboard/src/components/Onboarding.vue
index 55f58358955..034d0352245 100644
--- a/dashboard/src/components/Onboarding.vue
+++ b/dashboard/src/components/Onboarding.vue
@@ -9,9 +9,9 @@
more.
-
- Complete the steps below to unlock sites, benches, dedicated servers
- and more.
+
+ Complete the steps below to unlock sites, benches, dedicated servers and
+ more.
-
+
Please contact Frappe Cloud support by clicking on the button below.
-
+
You can try out the {{ pendingSiteRequest.title }} app for free by
clicking on the button below.
@@ -93,10 +93,10 @@
target="_blank"
>
https://{{ trialSite.host_name || trialSite.name }}
-
+
-
+
Your trial is set to expire on
{{ $format.date(trialSite.trial_end_date, 'LL') }}
@@ -174,7 +174,7 @@
@@ -227,7 +227,7 @@
Account balance: {{ $format.userCurrency($team.doc.balance) }}
diff --git a/dashboard/src/components/OnboardingAppSelector.vue b/dashboard/src/components/OnboardingAppSelector.vue
index 73666adcd44..3237beaf314 100644
--- a/dashboard/src/components/OnboardingAppSelector.vue
+++ b/dashboard/src/components/OnboardingAppSelector.vue
@@ -7,16 +7,16 @@
>
-
+
{{ app.title }}
{{ app.description }}
-
+
{{ this.$format.numberK(app.total_installs || '0') }} installs
diff --git a/dashboard/src/components/OnboardingWithoutPayment.vue b/dashboard/src/components/OnboardingWithoutPayment.vue
index 08a0752ba14..38b29a67bc5 100644
--- a/dashboard/src/components/OnboardingWithoutPayment.vue
+++ b/dashboard/src/components/OnboardingWithoutPayment.vue
@@ -10,12 +10,12 @@
Choose an app below to create your first site.
diff --git a/dashboard/src/components/PayoutTable.vue b/dashboard/src/components/PayoutTable.vue
index 76debd0d7f5..7aec2ee98ec 100644
--- a/dashboard/src/components/PayoutTable.vue
+++ b/dashboard/src/components/PayoutTable.vue
@@ -2,10 +2,10 @@
-
-
+
+
| App |
Site |
Rate |
diff --git a/dashboard/src/components/PhoneInput.vue b/dashboard/src/components/PhoneInput.vue
index bb8d708992a..d3129a882db 100644
--- a/dashboard/src/components/PhoneInput.vue
+++ b/dashboard/src/components/PhoneInput.vue
@@ -1,6 +1,6 @@
-
-
+
{{ plan.sublabel }}
@@ -73,17 +75,17 @@
-
+
{{ feature.value }}
-
+
{{ feature.label }}
@@ -94,7 +96,7 @@
-
No plans available
+
No plans available
diff --git a/dashboard/src/components/SiteActionCell.vue b/dashboard/src/components/SiteActionCell.vue
index a622d295c48..df89e0b6a52 100644
--- a/dashboard/src/components/SiteActionCell.vue
+++ b/dashboard/src/components/SiteActionCell.vue
@@ -2,7 +2,7 @@
{{ props.actionLabel }}
-
{{ props.description }}
+
{{ props.description }}