mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 20:44:08 +00:00
More rebranding changes (#159)
* Replace Maybe for Sure in select code areas * Make sure passwords are consistent * Remove (admin|member) from demo data first name * Database and schema names finally to `sure` * Fix broken test * Another (benchmarking) database name to `sure_*` * More rebranding to Sure * Missed this Maybe mention in the same page * Random nitpicks and more Maybes * Demo data accounts and more Maybes * Test data account updates * Impersonation test accounts * Consistency with `compose.example.yml`
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<% content_for :title, "Redis Configuration Required - Maybe" %>
|
||||
<% content_for :title, "Redis Configuration Required - Sure" %>
|
||||
|
||||
<div class="flex items-center justify-center h-full p-4 sm:p-6 lg:p-8">
|
||||
<div class="w-full max-w-md sm:max-w-lg lg:max-w-2xl">
|
||||
@@ -9,7 +9,7 @@
|
||||
<%= icon "alert-triangle", class: "w-8 h-8 text-red-600" %>
|
||||
</div>
|
||||
<h1 class="text-xl sm:text-2xl font-bold text-primary mb-2">Redis Configuration Required</h1>
|
||||
<p class="text-sm sm:text-base text-muted">Your self-hosted Maybe installation needs Redis to be properly configured.</p>
|
||||
<p class="text-sm sm:text-base text-muted">Your self-hosted Sure installation needs Redis to be properly configured.</p>
|
||||
</div>
|
||||
|
||||
<!-- Explanation -->
|
||||
@@ -19,7 +19,7 @@
|
||||
<%= icon "info", class: "w-5 h-5 text-amber-600 mt-0.5 mr-3 flex-shrink-0" %>
|
||||
<div class="text-sm text-amber-800">
|
||||
<p><strong>Why is Redis required?</strong></p>
|
||||
<p class="mt-1">Maybe uses Redis to power Sidekiq background jobs for tasks like syncing account data, processing imports, and other background operations that keep your financial data up to date.</p>
|
||||
<p class="mt-1">Sure uses Redis to power Sidekiq background jobs for tasks like syncing account data, processing imports, and other background operations that keep your financial data up to date.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -28,7 +28,7 @@
|
||||
<div class="text-center space-y-4">
|
||||
<%= render DS::Link.new(
|
||||
text: "View Setup Guide",
|
||||
href: "https://github.com/maybe-finance/maybe/blob/main/docs/hosting/docker.md",
|
||||
href: "https://github.com/we-promise/sure/blob/main/docs/hosting/docker.md",
|
||||
variant: "primary",
|
||||
size: "lg",
|
||||
icon: "external-link",
|
||||
|
||||
Reference in New Issue
Block a user