jackjoe / mailgun_logger

Simple Mailgun log persistence in Phoenix/Elixir
MIT License
74 stars 10 forks source link

Make trigger button a form again to fix Flop pagination #28

Closed m1dnight closed 11 months ago

m1dnight commented 11 months ago

The trigger button is now a regular form with a POST request.

LiveView on a page makes Flop use LV pagination, which only works if the entire page is a live page, and not just a live component.

See: https://github.com/woylie/flop_phoenix/discussions/243#discussioncomment-7778544