Statistic Page closes #310 #417

Merged
moritz merged 16 commits from feature/statistics into main 2026-02-12 19:40:23 +01:00
Showing only changes of commit f08c5d59f3 - Show all commits

View file

@ -15,12 +15,12 @@ defmodule MvWeb.StatisticsLive do
@impl true
def mount(_params, _session, socket) do
# Only static assigns and fee types here; load_statistics runs once in handle_params
socket =
socket
|> assign(:page_title, gettext("Statistics"))
|> assign(:selected_fee_type_id, nil)
|> load_fee_types()
|> load_statistics()
{:ok, socket}
end