Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions app/views/users/edit_featurepreviews.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@

<%= render partial: "features/preview", locals: {
id: "turbo",
feature_flag: :turbo_2023_01_23,
classes: ["feature-turbo"],
fully_shipped: true,
name: "Turbo Async Pages",
Expand All @@ -86,6 +87,7 @@

<%= render partial: "features/preview", locals: {
id: "weekly-receipt-email",
feature_flag: :receipt_report_2023_04_19,
classes: ["feature-weekly-receipt-email", "feature-generic"],
fully_shipped: true,
name: "Receipt Report",
Expand All @@ -96,6 +98,7 @@

<%= render partial: "features/preview", locals: {
id: "receipt-email-upload",
feature_flag: :receipt_email_upload_2022_05_10,
classes: ["feature-receipt-upload"],
fully_shipped: true,
name: "Email Receipt Upload",
Expand All @@ -109,6 +112,7 @@

<%= render partial: "features/preview", locals: {
id: "internal-transfers",
feature_flag: :transfers_2022_04_21,
classes: ["feature-disbursements"],
fully_shipped: true,
name: "Internal Transfers",
Expand All @@ -124,7 +128,7 @@

<%= render partial: "features/preview", locals: {
id: "suggested-memos",
classes: ["feature-disbursements"],
feature_flag: :ai_memos_2024_06_20,
fully_shipped: true,
name: "Transaction Memo Suggestions",
description: "Renaming transactions is a great way for donors and team members to
Expand Down Expand Up @@ -169,8 +173,8 @@

<%= render partial: "features/preview", locals: {
id: "sms-receipt-notification",
classes: ["feature-sms-receipt-notification"],
feature_flag: :sms_receipt_notifications_2022_11_23,
classes: ["feature-sms-receipt-notification"],
fully_shipped: true,
name: "SMS Charge Notifications",
description: "We're experimenting with new ways to alert people that they need to
Expand Down