backpex icon indicating copy to clipboard operation
backpex copied to clipboard

Phoenix Admin Panel built with PETAL.

Results 52 backpex issues
Sort by recently updated
recently updated
newest added

The icons break as soon as there is too much text in the table. ### Screenshot

bug

We probably should use the HTML `dialog` element for all modals. See also daisyUI implementation: https://daisyui.com/components/modal/ This would also solve a current problem: The backdrop is currently scrollable while a...

enhancement

Invalid filter values should not result in a 500 internal server error. For example, the user filter on the post resource is a multi select filter. You can add more...

bug

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [stylelint](https://stylelint.io) ([source](https://redirect.github.com/stylelint/stylelint)) | [`16.9.0` -> `16.10.0`](https://renovatebot.com/diffs/npm/stylelint/16.9.0/16.10.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/stylelint/16.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies
js

This is a WIP draft of the introduction of `Backpex.Adapter` and a `Backpex.Adapters.Ecto`. This will help us support other datasources (like Ash) in the future. This PR also introduces validation...

feature

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | postgres | service | major | `16-alpine` -> `17-alpine` | | postgres |...

dependencies
ci

**Describe the bug** I have a nullable string field, with `searchable: true`. When the field is null, it will not be displayed in the index even without touching the search...

bug