From df2d938b7eaecbacdd9cb05d68cf9bae0ca5cb81 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Mon, 1 Dec 2025 22:23:25 -0600 Subject: [PATCH] Copy and design polish --- app/views/account/settings/_entropy.html.erb | 13 ++++---- app/views/account/settings/_export.html.erb | 35 +++++++++----------- app/views/account/settings/show.html.erb | 6 ++-- 3 files changed, 26 insertions(+), 28 deletions(-) diff --git a/app/views/account/settings/_entropy.html.erb b/app/views/account/settings/_entropy.html.erb index ec9c58302..53f5064ce 100644 --- a/app/views/account/settings/_entropy.html.erb +++ b/app/views/account/settings/_entropy.html.erb @@ -1,8 +1,7 @@ -
-
-

Auto close

-

Fizzy doesn’t let stale cards stick around forever. Cards automatically move to “Not Now” if there is no activity for specific period of time. This is the default, global setting — you can override it on each board.

-
+
+

Auto close

+

Fizzy doesn’t let stale cards stick around forever. Cards automatically move to “Not Now” if there is no activity for specific period of time. This is the default, global setting — you can override it on each board.

+
+ +<%= render "entropy/auto_close", model: account.entropy, url: account_entropy_path, disabled: !Current.user.admin? %> - <%= render "entropy/auto_close", model: account.entropy, url: account_entropy_path, disabled: !Current.user.admin? %> -
diff --git a/app/views/account/settings/_export.html.erb b/app/views/account/settings/_export.html.erb index e5c2a9c02..d44bb4b74 100644 --- a/app/views/account/settings/_export.html.erb +++ b/app/views/account/settings/_export.html.erb @@ -1,22 +1,19 @@ -
-
-

Data Export

-

You can request a ZIP file containing all your Fizzy data.

-
+
+

Export your data

+

Download an archive of your Fizzy data.

+
-
- +
+ - -

Data Export

-

We will create a downloadable ZIP file of all the Fizzy data that you have access to in this account.

-

This can take a few minutes. When the file is ready, we'll email you a link to download it.

-

The download link will expire after 24 hours. But you can always request another export later.

+ +

Export your account data

+

This will kick off a request to generate a ZIP archive of all the data in boards you have access to.

+

When the file is ready, we’ll email you a link to download it. The link will expire after 24 hours.

-
- - <%= button_to "Export", account_exports_path, method: :post, class: "btn btn--primary", form: { data: { action: "submit->dialog#close" } } %> -
-
-
-
+
+ <%= button_to "Start export", account_exports_path, method: :post, class: "btn btn--link", form: { data: { action: "submit->dialog#close" } } %> + +
+ +
\ No newline at end of file diff --git a/app/views/account/settings/show.html.erb b/app/views/account/settings/show.html.erb index 4291dc1b4..273a07b9a 100644 --- a/app/views/account/settings/show.html.erb +++ b/app/views/account/settings/show.html.erb @@ -15,6 +15,8 @@ <%= render "account/settings/users", users: @users %> - <%= render "account/settings/entropy", account: @account %> - <%= render "account/settings/export" %> +
+ <%= render "account/settings/entropy", account: @account %> + <%= render "account/settings/export" %> +