petal_components icon indicating copy to clipboard operation
petal_components copied to clipboard

Phoenix + Live View HEEX Components

Results 46 petal_components issues
Sort by recently updated
recently updated
newest added

Bumps [phoenix_ecto](https://github.com/phoenixframework/phoenix_ecto) from 4.4.3 to 4.5.1. Changelog Sourced from phoenix_ecto's changelog. v4.5.1 Bug fix Fix a regression on nested inputs_for v4.5.0 Enhancements Support Phoenix.HTML ~> 4.1 Use to_form's :action as...

dependencies

Bumps [phoenix_html](https://github.com/phoenixframework/phoenix_html) from 4.0.0 to 4.1.1. Changelog Sourced from phoenix_html's changelog. v4.1.1 (2024-03-01) Fix dependency resolution error v4.1.0 (2024-02-29) Enhancements Introduce form :action and consider input as changed if action...

dependencies

Bumps [credo](https://github.com/rrrene/credo) from 1.7.3 to 1.7.5. Release notes Sourced from credo's releases. 1.7.5 Check it out on Hex: https://hex.pm/packages/credo/1.7.5 Fix --read-from-stdin not respecting :files/:included param Credo.Check.Readability.NestedFunctionCalls no longer crashes for...

dependencies

Problem: It's hard for other devs to make PRs for petal_components. This because you have to run a seperate Phoenix project and reference petal_components either via a file path or...

enhancement
help wanted

Bumps [phoenix](https://github.com/phoenixframework/phoenix) from 1.7.10 to 1.7.11. Changelog Sourced from phoenix's changelog. 1.7.11 (2024-02-01) Enhancements [phx.new] Default to the Bandit webserver for newly generated applications [phx.new] Enable longpoll transport by default...

dependencies

Hi, Trying the Table component (v 1.9.0) but it clears all shown values upon update (yes I put the phx-update="stream" that's missing from the example). it seems that the has...

I use Wallaby for feature tests. Despite using `find`, the animation still makes the test brittle for some reason. Disabling the animation resolves it.

This PR will send close_modal event with modal id as a params when closing. This will help to detect nested modal closing.

To reproduce, go to Settings -> Edit Profile in a generated Petal app. If you make changes first to the name, and then profile image, the name changes are lost...