From 3e60079bf83832e7e8aedd40f745e5eac5663e17 Mon Sep 17 00:00:00 2001 From: bmanifold Date: Wed, 20 Sep 2023 12:22:39 -0400 Subject: [PATCH] Update Account Settings page (#2092) Why: * The current account settings page shows the user profile info and billing information. The billing system is not currently implemented and can be hidden for the time being. As for the user profile information, it was decided that it would probably be better to send the user to the 'Actors' show page for the currently logged in user. new-account-settings-page --- .../web/components/navigation_components.ex | 12 +- .../apps/web/lib/web/live/settings/account.ex | 172 ++---------------- .../web/live/settings/account/index_test.exs | 61 +++++++ 3 files changed, 83 insertions(+), 162 deletions(-) create mode 100644 elixir/apps/web/test/web/live/settings/account/index_test.exs diff --git a/elixir/apps/web/lib/web/components/navigation_components.ex b/elixir/apps/web/lib/web/components/navigation_components.ex index 077039d6d..e1bde99d6 100644 --- a/elixir/apps/web/lib/web/components/navigation_components.ex +++ b/elixir/apps/web/lib/web/components/navigation_components.ex @@ -64,12 +64,12 @@ defmodule Web.NavigationComponents do