docs(member-live): document the overview and use English throughout its internals
This commit is contained in:
parent
77fc11a0b0
commit
1c67527c56
4 changed files with 48 additions and 32 deletions
|
|
@ -6,11 +6,11 @@ defmodule MvWeb.MemberLive.Index.ViewSettings do
|
|||
|
||||
* `:density` — `:compact` or `:comfortable` (the row-spacing / compact mode)
|
||||
* `:compact_member` — composite "Member" cell (last+first name) vs separate
|
||||
Vorname/Nachname columns
|
||||
first-name/last-name columns
|
||||
* `:member_include_email` — whether the email is surfaced (email line in the
|
||||
composite cell, or a separate Email column when the member field is split)
|
||||
* `:compact_address` — composite Address cell (street / postal+city) vs
|
||||
separate Straße/PLZ/Ort columns
|
||||
separate street/postal-code/city columns
|
||||
|
||||
Persistence is per browser (not per account), resolved in priority order from
|
||||
the LiveView connect params, the session, the request cookie, and finally the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue