Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few bug fixes and enhancements #284

Merged
merged 15 commits into from
Sep 2, 2023
Merged

A few bug fixes and enhancements #284

merged 15 commits into from
Sep 2, 2023

Conversation

aesmail
Copy link
Owner

@aesmail aesmail commented Sep 1, 2023

  • Use left_join when building search query. This allows more consistent search results across preloads when they are nil.
  • Add ability to provide a string, or :safe tuple containing HTML to be rendered on a resource's index page as a description above the table.
  • The :admin_footer can be specified in app config as nil, or String.t(), or {:safe, String.t()}.
  • include many_to_many fields in fields_to_be_removed/1 function.
  • increase minimum elixir version to 1.11.
  • add phoenix_view to deps.
  • allow more flexibility for admin_logo.
  • allow more flexibility for admin_logo_mini.
  • remove the "- Kaffy" suffix from page title.
  • add decoding for array JSON fields.
  • add support for composite primary keys.
  • add the ability to "bulk delete" resources from the index page.
  • hide the save and delete buttons on the show page based on available actions.
  • apply :readonly and :editable to datetime fields.
  • add Kaffy.Utils.auto_detect_resources/0 which returns Kaffy's attempt at discovering the list of schema/admin modules.
  • default to nil for belongs_to assoc fields.
  • fix issue with datetime fields sometimes updating unexpectedly.

@aesmail aesmail merged commit a0deb1d into master Sep 2, 2023
14 checks passed
@aesmail aesmail deleted the wip-v0.10 branch September 2, 2023 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant