diff --git a/app/views/data/usage.html.erb b/app/views/data/usage.html.erb index 8750fa3f..7c5fc7d4 100644 --- a/app/views/data/usage.html.erb +++ b/app/views/data/usage.html.erb @@ -16,6 +16,18 @@ Your Notebook.ai usage +
+
+
+
Page updates this week
+ <%= area_chart current_user.content_change_events.where('updated_at > ?', DateTime.now - 7.days).group_by_day(:created_at).map { |date, count| [date.split(' ').first, count] }, download: true %> + + Every field you edit on a page counts as one update. For example, editing a character's age and birthday counts as two updates, even if done at the same time. + +
+
+
+