refactor(member-live): modularize the overview and drop the superseded in-memory paths
Extract the cookie parser, export-payload builder and fee-status helper into their own modules and remove the filter/sort/load helpers the database pushdown made dead, so the overview LiveView stays a thin coordinator over focused units.
This commit is contained in:
parent
c2cb3edab8
commit
77fc11a0b0
17 changed files with 375 additions and 875 deletions
|
|
@ -8,10 +8,10 @@ defmodule MvWeb.MemberLive.IndexPaginationTest do
|
|||
|
||||
import Phoenix.LiveViewTest
|
||||
|
||||
require Ash.Query
|
||||
|
||||
alias Mv.Helpers.SystemActor
|
||||
|
||||
require Ash.Query
|
||||
|
||||
# Matches the :overview default_limit / @page_limit in the LiveView.
|
||||
@page_limit 50
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue