Feat: Capture list_cid
URL parameter in LiveView
mount/3
...
#425
Labels
elixir
Pull requests that update Elixir code
enhancement
New feature or enhancement of existing functionality
in-progress
An issue or pull request that is being worked on by the assigned person
priority-2
Second highest priority, should be worked on as soon as the Priority-1 issues are finished
T25m
Time Estimate 25 Minutes
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
At present our
mount/3
function is ignoring theparams
:mvp/lib/app_web/live/app_live.ex
Line 18 in b8aee0e
If we check for a
list_cid
parameter in theURL
it will allow us to display the contents of thelist
.Ref: https://elixirforum.com/t/handling-and-retrieving-query-parameters-in-live-view/49006
|>
https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html#c:mount/3Todo
mount/3
to accept alist_cid
parameter and feed that intoitems_with_timers/2
Feat:items_with_timers/1
->items_with_timers/2
(list_cid
) #423The text was updated successfully, but these errors were encountered: