- Legacy accounts have access to existing projects and features, but
- cannot create new projects or use new features.
+ Legacy accounts have access to existing projects and features, but cannot create new projects or use new
+ features.
- If you upgrade to a paid plan and then downgrade again, you will still
- have access to your Legacy projects and features, but any new projects
- and features created on a paid plan will no longer work.
+ If you upgrade to a paid plan and then downgrade again, you will still have access to your Legacy projects and
+ features, but any new projects and features created on a paid plan will no longer work.
- PocketHost is committed to giving back to the open source community that
- helps create PocketHost and PocketBase.
+ PocketHost is committed to giving back to the open source community that helps create PocketHost and PocketBase.
- 10% of net proceeds (after expenses) are donated back to the community.
- Specifically, PocketHost makes donations to the PocketBase project and
- major contributors to the PocketHost project.
-
-
- In addition, 1% of membership fees is collected by Stripe to reduce
- carbon footprints around the world.
+ 10% of net proceeds (after expenses) are donated back to the community. Specifically, PocketHost makes donations
+ to the PocketBase project and major contributors to the PocketHost project.
+
In addition, 1% of membership fees is collected by Stripe to reduce carbon footprints around the world.
- When we say 'unlimited', we mean it in the Fair Use sense of the word.
- Obviously, everything has limits. In our study of PocketHost usage
- patterns, we found that even the busiest and most successful PocketHost
- instances rarely stress our system.
+ When we say 'unlimited', we mean it in the Fair Use sense of the word. Obviously, everything has limits. In our
+ study of PocketHost usage patterns, we found that even the busiest and most successful PocketHost instances
+ rarely stress our system.
- PocketHost is a haven for developers who want to launch and iterate
- quickly on ideas without worrying about metering and infrastructure.
+ PocketHost is a haven for developers who want to launch and iterate quickly on ideas without worrying about
+ metering and infrastructure.
- If your app gets big and it starts affecting the system, we'll talk
- about an enterprise plan or a dedicated setup.
+ If your app gets big and it starts affecting the system, we'll talk about an enterprise plan or a dedicated
+ setup.
- Please enjoy PocketHost knowing that you can use as much storage,
- bandwidth, and CPU as your application requires under normal operating
- conditions. Let us handle the hosting so you can get back to work.
+ Please enjoy PocketHost knowing that you can use as much storage, bandwidth, and CPU as your application
+ requires under normal operating conditions. Let us handle the hosting so you can get back to work.
+
Short version: We only want your money if you are happy.
- Short version: We only want your money if you are happy.
-
-
- Long version: If you need to cancel your membership for any reason,
- please contact .noaxis on Discord. If you cancel within the first 5 days of a signup or renewal, we'll
- refund the full amount. Otherwise, we'll pro-rate it. Sound good?
+ >. If you cancel within the first 5 days of a signup or renewal, we'll refund the full amount. Otherwise, we'll
+ pro-rate it. Sound good?
- If you create additional instances and then downgrade to the free plan,
- the extra instances will remain accessible in your dashboard, but they
- will not run.
+ If you create additional instances and then downgrade to the free plan, the extra instances will remain
+ accessible in your dashboard, but they will not run.
diff --git a/packages/dashboard/src/routes/(app)/dashboard/InstanceList.svelte b/packages/dashboard/src/routes/(app)/dashboard/InstanceList.svelte
index 0b336b9e..f8e9889e 100644
--- a/packages/dashboard/src/routes/(app)/dashboard/InstanceList.svelte
+++ b/packages/dashboard/src/routes/(app)/dashboard/InstanceList.svelte
@@ -23,7 +23,7 @@
}
-{#each values($globalInstancesStore).sort( (a, b) => a.subdomain.localeCompare(b.subdomain), ) as instance, index}
+{#each values($globalInstancesStore).sort((a, b) => a.subdomain.localeCompare(b.subdomain)) as instance, index}