Commit graph

106 commits

Author SHA1 Message Date
Zach Daniel
ce9e7fc639 chore: add back in sparse forms, but fix ordering issue 2021-08-25 00:58:57 -04:00
Zach Daniel
2bd8a09b64 Revert "fix: remove sparse lists"
This reverts commit 8e2c34d9d0.
2021-08-25 00:47:49 -04:00
Zach Daniel
8e2c34d9d0 fix: remove sparse lists 2021-08-25 00:21:36 -04:00
Zach Daniel
0fd1709f89 fix: don't fallback to list with index sort 2021-08-24 23:47:00 -04:00
Zach Daniel
5cb09cac87 fix: only access params["_touched"] w/ map params 2021-08-24 00:46:32 -04:00
Zach Daniel
71f12f6806 fix: don't check params in get_changing_value/2 2021-08-18 01:38:38 -04:00
Zach Daniel
f208edf6e8 fix: don't check params for attributes/arguments in input_value/2 2021-08-18 01:34:08 -04:00
Zach Daniel
deeea97049 improvement: add hidden option to params
improvement: implement error protocol for invalid relationship
2021-08-16 10:56:08 -04:00
Zach Daniel
f194e157ae improvement: undo some data tracking changes that didn't work
improvement: continue improving sparse forms
2021-08-15 11:30:46 -04:00
Zach Daniel
f5b1d56936 improvement: more work on sparse forms 2021-08-12 18:15:13 -04:00
Zach Daniel
f9a49bc3f5 chore: fix lint 2021-08-11 21:02:08 -04:00
Zach Daniel
942c69dafb improvement: track touched forms for saner removal cases
improvement: add `sparse?` option for list forms
improvement: add auto options, including sparse forms and relationship_fetcher
2021-08-11 18:48:52 -04:00
Zach Daniel
b7a61d78a0 fix: if data was nilled, don't make a form with it 2021-08-11 01:32:09 -04:00
Zach Daniel
48df4c1eb5 improvement: customize relationship fetcher (experimental)
fix: attempt to fix data removal for to_one relationships
2021-08-11 01:27:07 -04:00
Zach Daniel
aa97ffe2f2 chore: release version v0.5.9 2021-08-05 02:07:36 -04:00
Zach Daniel
e43ab34f2a fix: don't return NotLoaded from input_value
improvement: add `Form.value/2`
2021-08-03 22:59:04 -04:00
Zach Daniel
6c8e92bd65 improvement: retain original data for form submission
improvement: update to latest ash
2021-08-01 13:19:01 -04:00
Jason Axelson
2d024dc250
docs: Various doc fixes (#22) 2021-07-24 21:51:16 -04:00
Zach Daniel
3ddc3793f7 fix: fix type signature of Form.errors/2 2021-07-23 13:20:26 -04:00
Zach Daniel
24cbc780de improvement: add Form.errors/2, deprecate Form.errors_for/3 2021-07-21 21:52:04 -04:00
Zach Daniel
b904af654c fix: don't consider www. as part of the host 2021-07-21 01:00:43 -04:00
Zach Daniel
7f29471916 chore: remove commented out code 2021-07-20 12:02:52 -04:00
Zach Daniel
60ad428974 docs: better liveview example 2021-07-20 10:49:14 -04:00
Zach Daniel
afd094da6a docs: add api option to docs 2021-07-20 10:45:20 -04:00
Zach Daniel
77e0a6337f fix: track data modifications and execute them again 2021-07-20 10:23:36 -04:00
Zach Daniel
5d64d77aed fix: only prepend to data when necessary 2021-07-20 01:46:19 -04:00
Darren Black
380a67a1fa
fix: Fix remove form path when a nested single (#19) 2021-07-20 01:00:44 -04:00
Darren Black
843923cb65
fix: Add form to single (#18) 2021-07-20 00:42:46 -04:00
Zach Daniel
54a4b76832 fix: actually reindex this time 2021-07-19 23:04:36 -04:00
Zach Daniel
d0bfdf37d9 fix: reindex after remove form 2021-07-19 22:29:34 -04:00
Darren Black
8194e433cb
improvement: Improve error message when incorrect api configured for resource (#15) 2021-07-19 00:58:46 -04:00
Darren Black
c861cc9092
fix: Fix nested form naming (#14) 2021-07-18 22:07:54 -04:00
Zach Daniel
d1889a5bfb fix: set form aliases properly
improvement: move `api` to initial form creation option
2021-07-18 19:20:25 -04:00
Zach Daniel
b058f6b276 fix: ensure existing forms is a list before adding 2021-07-18 17:09:04 -04:00
Zach Daniel
ff40864c6b improvement: alter behavior of params option to submit
improvement: add `set_data/2`
2021-07-18 12:43:59 -04:00
Darren Black
e8d8aebaa3
fix: Fix default form id when :as provided (#12) 2021-07-18 12:28:47 -04:00
Zach Daniel
2af4024562 improvement: lots of improvements around errors
improvement: track submission states
fix: various auto form fixes
2021-07-18 02:55:08 -04:00
Zach Daniel
f36e6c30f2 fix: always pass forms down 2021-07-17 16:06:15 -04:00
Zach Daniel
948dde6f4b fix: show forms on single
fix: always List.wrap() forms
2021-07-17 14:52:18 -04:00
Zach Daniel
e8da89bdbc improvement: add AshPhoenix.update_form/3
docs: add docs for special cases of auto forms
2021-07-17 14:17:05 -04:00
Zach Daniel
75bb281348 improvement: id defaults to name 2021-07-16 21:16:56 -04:00
Zach Daniel
080508c1f7 fix: set manage_opts properly 2021-07-16 21:03:48 -04:00
Zach Daniel
0508ff48d5 improvement: add auto?: true flag 2021-07-16 20:40:49 -04:00
Zach Daniel
c81568508e improvement: update to latest ash 2021-07-16 20:20:46 -04:00
Zach Daniel
ea9ec350cd test: add another test for validation errors
fix: don't set data unless necessary
2021-07-16 19:58:14 -04:00
Darren Black
8378a38713
fix: Wrap single items on to_form (#8) 2021-07-16 18:23:07 -04:00
Zach Daniel
b9f4b4345a chore: update docs 2021-07-16 17:03:55 -04:00
Zach Daniel
42c6612641 improvement: add destroy error message 2021-07-16 16:55:52 -04:00
Zach Daniel
defbf581dc improvement: first edition of auto forms 2021-07-16 16:50:36 -04:00
Zach Daniel
1eee011e26
chore: more documentation (#7)
Co-authored-by: Darren Black <dblack@totaltrash.net>
2021-07-15 14:43:11 -04:00