Commit graph

163 commits

Author SHA1 Message Date
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
3e46f99bab fix: fix lists of values in deeply nested embeds 2024-02-20 15:45:13 -05:00
Zach Daniel
eeedf16175 improvement: show internal errors in ash_admin form 2024-02-11 11:56:44 -05:00
Zach Daniel
fcaaacf76c improvement: fix large gap in header in safari 2024-02-04 10:47:48 -05:00
Zach Daniel
f6fb30cb11 improvement: update to phoenix_html 4.0
fixes #87
2024-02-01 17:06:43 -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
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
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
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
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
2071f536ad fix: default table_columns to all attributes for proper selecting 2023-11-17 04:19:56 -05:00
Zach Daniel
aae891fef8 fix: properly match on errored loads
fixes: #79
2023-11-16 08:34:40 -05:00
Jeremy Grant
29c5480dd3
fix: don't use nil as new {:array, type} value (#76)
this seems to fix it bypassing the error and successfully showing the input
2023-11-13 23:20:22 -05:00
Zach Daniel
8f78b6bdf7 chore: remove accidentally commited code 2023-11-13 21:05:11 -05:00
Zach Daniel
4812fb4028 improvement: support calculations & aggregates in table columns
fix: load each to_one relationship independently and ignore it if it errors
2023-11-13 20:52:47 -05:00
skanderm
fcf81d54e0
fix: allow showing false values for boolean selects (#74) 2023-11-13 13:59:03 -05:00
Thomas Lacroix
07f1d6d87c
fix: pass actor when fetching relationships attributes (#73) 2023-11-13 13:51:35 -05:00
Zach Daniel
b65cbf4818 fix: properly provide arguments to read actions 2023-10-19 11:10:54 -04:00
Zach Daniel
b288c9f0a5 improvement: force submit forms 2023-08-18 14:20:30 -04:00
Esdras Eduardo
5554afeb6c Add prompt to selectbox 2023-08-11 15:50:21 +08:00
Esdras Eduardo
ee2eec7ea9
Use CoreComponent input (#70) 2023-08-09 06:34:17 -07:00
Zach Daniel
568c3eb750 fix: properly reassign form on update 2023-08-04 15:18:08 -04:00
Robert Graff
c27d1c2962
chore: fix dialyzer warning (#63) 2023-08-02 19:46:13 -04:00
Zach Daniel
182482990e chore: format 2023-08-02 19:08:46 -04:00
Robert Graff
f63ab8ed81
improvement: Ui consistency (#62) 2023-08-02 19:08:31 -04:00
Zach Daniel
a16a8bef80 fix: support cross-api relationships in show links 2023-08-02 18:40:08 -04:00
Zach Daniel
21924d35a5 fix: use push_patch instead of push_redirect 2023-08-02 18:27:52 -04:00
Zach Daniel
1d17d1b7bc fix: fix links to show related resources 2023-08-02 18:00:11 -04:00
Zach Daniel
77a43cc4fa fix: use connect params for persisted state 2023-08-02 17:24:31 -04:00
Zach Daniel
667fe6ba8c fix: properly persist cookies 2023-08-02 17:04:03 -04:00
Robert Graff
47f87550fe
update target of clear_tenant (#61) 2023-08-02 16:34:20 -04:00
Jeremy Grant
3262996dc0
fix(create-form): errors from removal of surface (#60) 2023-08-01 09:19:04 -04:00
Esdras Eduardo
7085e885c0
Imp: Add CoreCompoment and update assets structure (#57) 2023-08-01 09:16:31 -04:00
Zach Daniel
efe0a4030e fix: properly detect update and destroy actions 2023-07-31 22:59:05 -04:00
Zach Daniel
91a46bf1d0 chore: fix value display 2023-07-31 22:57:04 -04:00
Zach Daniel
0bb90e084a fix: revalidate with params on submit 2023-07-31 22:43:52 -04:00
Zach Daniel
94183dade6 fix: send set tenant to parent liveview 2023-07-30 22:03:54 -04:00