Florian Arens
Florian Arens
With Phoenix LiveView 1.0 `phx-feedback-for` is being removed (see [changelog](https://github.com/phoenixframework/phoenix_live_view/blob/main/CHANGELOG.md#migrating-from-phx-feedback-for)). Adjust Backpex accordingly and use the new way of hiding errors of untouched form inputs. - [ ] Update `field_input`...
Item Actions can be configured to be displayed on show view (see [Placement of Item Actions](https://github.com/naymspace/backpex/blob/0.3.2/guides/actions/item-actions.md#placement-of-item-actions)). The placement on show view doesn't seem to work.
### What version of daisyUI are you using? v4.12.10 ### Which browsers are you seeing the problem on? All browsers ### Reproduction URL https://play.tailwindcss.com/zW20wMgehO ### Describe your issue I want...
### Environment * Elixir version (elixir -v): 1.16.2 * Phoenix version (mix deps): 1.7.14 * Phoenix LiveView version (mix deps): 0.20.17 * Operating system: macOS * Browsers you attempted to...
- Installs and configures `phoenix_test_playwright` dependency - Assert for a11y issues on the Category pages
To improve a11y we should use the HTML `label` element for input labels and reference the input with the `for` attribute. For this, we have to refactor the `Backpex.HTML.Layout.input_label` component...
To improve a11y we should use a [description list](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/dl) element on show views. Each section (including the default one) should have its own description list with `dt` and `dd` elements....