diff --git a/app/views/events/_filter.html.erb b/app/views/events/_filter.html.erb
deleted file mode 100644
index 13b96130c..000000000
--- a/app/views/events/_filter.html.erb
+++ /dev/null
@@ -1,68 +0,0 @@
-
- <%= tag.button class:"fizzy-menu input input--select center flex-inline align-center txt-normal",
- data: {
- action: "click->dialog#open:stop keydown.meta+j@document->hotkey#click keydown.ctrl+j@document->hotkey#click",
- controller: "hotkey" } do %>
-
-
Fizzy
- <% end %>
-
- <%= tag.dialog class: "fizzy-dialog filter margin-block-start-half popup popup--animated panel flex-column align-start",
- data: {
- action: "turbo:before-cache@document->dialog#close keydown->navigable-list#navigate filter:changed->navigable-list#reset toggle->filter#filter",
- controller: "filter navigable-list",
- dialog_target: "dialog",
- navigable_list_focus_on_selection_value: false,
- navigable_list_actionable_items_value: true } do %>
- <%= text_field_tag :search, nil, placeholder: "Filter…", class: "input input--transparent txt-small", autofocus: true,
- type: "search", autocorrect: "off", autocomplete: "off", data: { "1p-ignore": "true", filter_target: "input", action: "input->filter#filter" } %>
-
- <%= render "events/filter/header" %>
-
- <%= form_with url: events_path, method: :get, class: "display-contents",
- data: { controller: "form" } do |form| %>
- <% if Current.user.collections.many? %>
- <%= render "events/filter/custom_collections" %>
-
- <% end %>
- <% end %>
-
-
-
-
-
-
-
- <% if platform.desktop? %>
-
- <% end %>
- <% end %>
-
diff --git a/app/views/events/filter/_all_collections_option.html.erb b/app/views/events/filter/_all_collections_option.html.erb
deleted file mode 100644
index 37e96d800..000000000
--- a/app/views/events/filter/_all_collections_option.html.erb
+++ /dev/null
@@ -1,23 +0,0 @@
-<% if user_filtering.collections.one? %>
- <%= link_to route_for(filter.as_params.except(:collection_ids)), class: "popup__group", data: { filter_target: "item", navigable_list_target: "item" } do %>
- <%= tag.div class: "popup__item btn" do %>
- <%= user_filtering.collections.first.name %>
- GO TO ›
- <% end %>
- <% end %>
-<% elsif user_filtering.collections.many? %>
-
-<% end %>
diff --git a/app/views/events/filter/_collection_option.html.erb b/app/views/events/filter/_collection_option.html.erb
deleted file mode 100644
index b97c72f30..000000000
--- a/app/views/events/filter/_collection_option.html.erb
+++ /dev/null
@@ -1,19 +0,0 @@
-
diff --git a/app/views/events/filter/_custom_collections.html.erb b/app/views/events/filter/_custom_collections.html.erb
deleted file mode 100644
index f63645b7a..000000000
--- a/app/views/events/filter/_custom_collections.html.erb
+++ /dev/null
@@ -1,24 +0,0 @@
-
diff --git a/app/views/events/filter/_header.html.erb b/app/views/events/filter/_header.html.erb
deleted file mode 100644
index 5e61a426b..000000000
--- a/app/views/events/filter/_header.html.erb
+++ /dev/null
@@ -1,37 +0,0 @@
-
diff --git a/app/views/events/filter/_places.html.erb b/app/views/events/filter/_places.html.erb
deleted file mode 100644
index 33efd7465..000000000
--- a/app/views/events/filter/_places.html.erb
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/views/events/filter/_tag.html.erb b/app/views/events/filter/_tag.html.erb
deleted file mode 100644
index 6542eb4d4..000000000
--- a/app/views/events/filter/_tag.html.erb
+++ /dev/null
@@ -1,7 +0,0 @@
-
\ No newline at end of file
diff --git a/app/views/events/filter/_user.html.erb b/app/views/events/filter/_user.html.erb
deleted file mode 100644
index d3379c526..000000000
--- a/app/views/events/filter/_user.html.erb
+++ /dev/null
@@ -1,7 +0,0 @@
-
\ No newline at end of file
diff --git a/app/views/filters/_stages.html.erb b/app/views/filters/_stages.html.erb
deleted file mode 100644
index dd4ddda3d..000000000
--- a/app/views/filters/_stages.html.erb
+++ /dev/null
@@ -1,43 +0,0 @@
-<% if filter.stages.any? || user_filtering.expanded? %>
-
-
-
-
-
-<% end %>
diff --git a/app/views/filters/_tags.html.erb b/app/views/filters/_tags.html.erb
deleted file mode 100644
index 32fcd885d..000000000
--- a/app/views/filters/_tags.html.erb
+++ /dev/null
@@ -1,61 +0,0 @@
-<% if filter.tags.any?|| @expand_all %>
-
-
-
- <%= tag.dialog class: "margin-block-start-half popup panel flex-column align-start gap-half fill-white shadow txt-small", data: {
- action: "turbo:before-cache@document->dialog#close keydown->navigable-list#navigate filter:changed->navigable-list#reset toggle->filter#filter",
- aria: { label: "Tagged…", aria_description: "Tagged…" },
- controller: "filter navigable-list",
- dialog_target: "dialog",
- navigable_list_focus_on_selection_value: false,
- navigable_list_actionable_items_value: true } do %>
-
-
- <% if Tag.many? %>
- <%= text_field_tag :search, nil, placeholder: "Filter…", class: "input input--transparent txt-small", autofocus: true,
- type: "search", autocorrect: "off", autocomplete: "off", data: { "1p-ignore": "true", filter_target: "input", action: "input->filter#filter" } %>
- <% end %>
-
-
- <% end %>
-
-<% end %>