An admin ui for Ash Resources
Find a file
dependabot[bot] f78bf2592e
chore(deps): bump ash from 3.0.0-rc.42 to 3.0.0-rc.45 (#141)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.0-rc.42 to 3.0.0-rc.45.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.0-rc.42...v3.0.0-rc.45)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-06 11:04:39 -04:00
.github chore: enable dependabot for mix dependencies. 2024-04-11 09:21:40 +12:00
assets chore: additional fix for resetting session & build assets 2024-04-08 08:20:53 -04:00
config chore: fix warnings in test/dev 2024-04-05 19:33:49 -04:00
dev improvement: track actor tenant, use it for fetching actor 2024-04-05 06:53:36 -04:00
documentation docs: Rewrite docs for consistent format with other Ash packages (#138) 2024-05-04 06:22:14 -04:00
lib docs: Rewrite docs for consistent format with other Ash packages (#138) 2024-05-04 06:22:14 -04:00
logos chore: package setup + formatting + sobelow 2021-03-22 00:05:49 -04:00
priv/static fix: properly accept private attributes in admin 2024-04-12 12:41:23 -04:00
test fix: properly accept private attributes in admin 2024-04-12 12:41:23 -04:00
.check.exs fix: get checks passing, fix various bugs 2024-04-02 22:01:11 -04:00
.credo.exs feat: draw the rest of the owl 2021-03-22 02:41:22 -04:00
.formatter.exs improvement: Adds show_sensitive_fields option to Resource to allow unredacting se… (#86) 2024-01-05 10:08:56 -05:00
.gitignore Use CoreComponent input (#70) 2023-08-09 06:34:17 -07:00
.tool-versions chore: tool versions 2024-02-04 10:48:48 -05:00
CHANGELOG.md chore: release version v0.10.10-rc.1 2024-04-02 22:02:28 -04:00
dev.exs fix: fix issues w/ admin UI not rendering 2022-03-16 23:34:52 -04:00
LICENSE chore: package setup + formatting + sobelow 2021-03-22 00:05:49 -04:00
mix.exs docs: Rewrite docs for consistent format with other Ash packages (#138) 2024-05-04 06:22:14 -04:00
mix.lock chore(deps-dev): bump ash_postgres from 2.0.0-rc.14 to 2.0.0-rc.15 (#140) 2024-05-06 11:04:22 -04:00
README.md Update README.md (#139) 2024-05-04 19:06:33 -04:00

Logo Logo

Elixir CI License: MIT Hex version badge Hexdocs badge

AshAdmin

Welcome! This is a super-admin UI dashboard for Ash Framework applications, built with Phoenix LiveView.

Tutorials

Reference