Commit graph

430 commits

Author SHA1 Message Date
Zach Daniel
d814254b05 fix: properly add indexes to embedded list attribtues
fix: ensure action selection is accurate/consistent
fix: only consider top-level targets for input pruning
2024-04-02 11:55:55 -04:00
Zach Daniel
837281346f chore: release version v0.10.9 2024-03-29 09:49:20 -04:00
Zach Daniel
657d36d3e2 improvement: upgrade to 3.0 2024-03-29 09:48:44 -04:00
Zach Daniel
7e303883ee chore: update credo 2024-03-19 10:02:00 -04:00
Zach Daniel
a2c15e829c chore: remove IO.inspect 2024-03-19 09:53:33 -04:00
Zach Daniel
c710afdecc fix: only show forms for map type inputs
fixes #95
2024-03-19 09:35:36 -04:00
Zach Daniel
4028b200cf chore: release version v0.10.8 2024-03-19 00:11:37 -04:00
Zach Daniel
e5291046b2 chore: update deps 2024-03-19 00:11:28 -04:00
Zach Daniel
162a75c6dc chore: add missing event handler from copy 2024-03-18 21:34:42 -04:00
Zach Daniel
5a44b159a8 chore: form -> query 2024-03-18 21:31:38 -04:00
Zach Daniel
7bafba814d chore: update deps, add map field for testing
fix: missing handle event in read forms
2024-03-18 21:28:07 -04:00
skanderm
ef9b242438
fix: Allow blank/nil default values in :atom inputs when allow_nil? is true (#93)
* fix: Allow blank/default default values in :atom inputs when allow_nil? is true

* Run format
2024-03-11 17:35:55 -04:00
Peter Hartman
99b8daed7b
improvement: Add :csp_nonce_assign_key to ash_admin options (fix for /issues/91) (#92) 2024-03-09 14:58:16 -05:00
Zach Daniel
bebfea66a4 chore: release version v0.10.7 2024-02-26 09:59:00 -05:00
Zach Daniel
0cacba50c7 fix: properly prevent access to actions not configured to be in the UI 2024-02-26 09:57:03 -05:00
Zach Daniel
eba8a81e13 chore: release version v0.10.6 2024-02-20 15:45:55 -05:00
Zach Daniel
3e46f99bab fix: fix lists of values in deeply nested embeds 2024-02-20 15:45:13 -05:00
Zach Daniel
4ae68727ac chore: release version v0.10.5 2024-02-11 11:57:47 -05:00
Zach Daniel
eeedf16175 improvement: show internal errors in ash_admin form 2024-02-11 11:56:44 -05:00
Zach Daniel
ed8b204623 chore: tool versions 2024-02-04 10:48:48 -05:00
Zach Daniel
44db708914 chore: release version v0.10.4 2024-02-04 10:48:13 -05:00
Zach Daniel
fcaaacf76c improvement: fix large gap in header in safari 2024-02-04 10:47:48 -05:00
Zach Daniel
62417088e3 chore: docs 2024-02-04 10:42:01 -05:00
Zach Daniel
a25b3b787a chore: release version v0.10.3 2024-02-04 10:41:29 -05:00
Zach Daniel
f6fb30cb11 improvement: update to phoenix_html 4.0
fixes #87
2024-02-01 17:06:43 -05:00
Zach Daniel
cf41afe4a1 chore: update ex_doc, clean up docs 2024-01-12 16:38:41 -05:00
Zach Daniel
af6d8555c0 improvement: support any sensitive value
soon, calculations will have a `sensitive?` flag as well as attributes
2024-01-09 19:29:53 -05:00
Zach Daniel
92f9997fa3 improvement: support PhoenixHTML 4.0
fix: ensure starting state of dropdowns is honored
2024-01-08 19:53:53 -05:00
Zach Daniel
0e86459deb chore: fix dev resource configuration issue 2024-01-05 14:01:24 -05:00
Rohan Relan
3a285e828e
improvement: Adds show_sensitive_fields option to Resource to allow unredacting se… (#86)
---------

Co-authored-by: Rohan Relan <roresemail@gmail.com>
2024-01-05 10:08:56 -05:00
Zach Daniel
4b944cb77d chore: release version v0.10.2 2024-01-04 14:47:32 -05:00
Zach Daniel
0a671b9a60 fix: ensure tenant stays set after navigating from page 2024-01-04 14:43:49 -05:00
Zach Daniel
48b8ca0b7e chore: fix cheatsheets docs 2024-01-02 17:23:54 -05:00
Zach Daniel
9639af9702 chore: release version v0.10.1 2023-12-27 07:16:09 -05:00
Zach Daniel
92bb43d7ed fix: don't hide fields required for managing relationships 2023-12-27 07:16:04 -05:00
Nay Min Lwin
6d4c7ee63e
fix: pass tenant to Changeset.for_* directly (#84) 2023-12-13 00:05:57 -05:00
Zach Daniel
2bf5c3ae1c chore: make credo happy 2023-11-30 10:24:19 -05:00
Zach Daniel
eb4aa30be8 chore: release version v0.10.0 2023-11-30 10:15:43 -05:00
Zach Daniel
d19d808622 fix: fix cases where data may not match expected patterns
this was causing an empty page on update forms
2023-11-30 10:15:15 -05:00
Zach Daniel
339f93393e chore: fix typo 2023-11-27 20:27:58 -05:00
Zach Daniel
4b1215bc18 chore: fix typo 2023-11-27 20:26:38 -05:00
Zach Daniel
eac54c3e67 improvement: use prompt instead of adding a nil option for dropdowns 2023-11-27 20:24:28 -05:00
Zach Daniel
081b690f58 improvement: only ensure nil value is present on dropdowns when inside of lists 2023-11-27 20:19:42 -05:00
Zach Daniel
d78894ccdc improvement: fix warnings on actor plug
fix: allow nil values for all dropdowns to handle list behavior
2023-11-27 20:13:05 -05:00
Zach Daniel
33eaeffeea improvement: use the first enum value as the default for dropdowns 2023-11-27 19:55:15 -05:00
Zach Daniel
89f39fe525 chore: fix build 2023-11-21 09:27:50 -05:00
Rebecca Le
7db3b48081
feat: Hide sensitive attributes by default (#82) 2023-11-21 06:16:54 -05:00
mindok
aaf1f1302e
fix: Dropdown component has Surface hangover (#81) 2023-11-20 20:36:03 -05:00
Zach Daniel
132733dc34 chore: release version v0.9.8 2023-11-17 04:20:18 -05:00
Zach Daniel
2071f536ad fix: default table_columns to all attributes for proper selecting 2023-11-17 04:19:56 -05:00