From c0f842427df16114c4e2d9cc109c5820ab99cf73 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 5 Feb 2025 17:14:05 -0600 Subject: [PATCH] Rework navigation --- app/assets/images/activity.svg | 1 + app/assets/images/home.svg | 1 + app/views/accounts/users/index.html.erb | 14 ++++++++---- app/views/bubbles/_filters.html.erb | 4 ++-- app/views/bubbles/index.html.erb | 30 ++++++++++--------------- app/views/bubbles/show.html.erb | 19 ++++++++-------- app/views/buckets/index.html.erb | 19 +++++++++------- app/views/events/_day.html.erb | 2 +- app/views/events/index.html.erb | 19 ++++++---------- 9 files changed, 54 insertions(+), 55 deletions(-) create mode 100644 app/assets/images/activity.svg create mode 100644 app/assets/images/home.svg diff --git a/app/assets/images/activity.svg b/app/assets/images/activity.svg new file mode 100644 index 000000000..8c58e62ec --- /dev/null +++ b/app/assets/images/activity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/assets/images/home.svg b/app/assets/images/home.svg new file mode 100644 index 000000000..8fcbf2376 --- /dev/null +++ b/app/assets/images/home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/views/accounts/users/index.html.erb b/app/views/accounts/users/index.html.erb index 1980efb1f..f95fe6994 100644 --- a/app/views/accounts/users/index.html.erb +++ b/app/views/accounts/users/index.html.erb @@ -1,15 +1,21 @@ <% @page_title = "People on the account" %> <% content_for :header do %> -