Commit graph

65 commits

Author SHA1 Message Date
Zach Daniel
ed0373a951 fix: various other fixes for events and hooks 2022-03-17 00:22:02 -04:00
Zach Daniel
0cc5473cfa fix: fix issues w/ admin UI not rendering 2022-03-16 23:34:52 -04:00
Zach Daniel
591e83a011 docs: update setup instructions with new process 2021-11-14 00:22:14 -05:00
Zach Daniel
1f95223309 fix: handle new liveview arg pattern 2021-11-13 23:44:15 -05:00
Zach Daniel
b214535f0c improvement: remove compile-time router, use params instead
improvement!: support latest surface/phoenix
2021-09-01 02:43:31 -04:00
Zach Daniel
dcdbf83818 chore: remove unused variables 2021-07-24 18:39:32 -04:00
Zach Daniel
126f1243a0 chore: remove IO.inspect 2021-07-24 18:37:47 -04:00
Zach Daniel
2f72ababa8 fix: render values properly when no format set 2021-07-24 18:37:05 -04:00
Zach Daniel
24ac7f8894 chore: add some examples in dev, regen formatter 2021-07-23 20:31:14 -04:00
Nicol Acosta
46d6076431
improvement: define custom formats for any field (#7)
Co-authored-by: Nicol Acosta <nicol@landonearth.com>
2021-07-23 20:20:14 -04:00
Zach Daniel
289961b737 chore: fix typespecs, update .formatter 2021-07-23 13:34:02 -04:00
WolfDan
908efc78d8
improvements: relationships in datatable (#6)
Co-authored-by: Zach Daniel <zachary.s.daniel@gmail.com>
2021-07-23 13:29:47 -04:00
Zach Daniel
61b2223960 improvement: update to latest ash 2021-07-23 13:22:37 -04:00
Zach Daniel
fc54f97ce8 fix: digest assets
fix: show proper values in update forms on initial render
2021-07-20 02:35:13 -04:00
Zach Daniel
70b4f9639e improvement: add json editor 2021-07-20 01:53:38 -04:00
Zach Daniel
df51832cbc WIP 2021-07-19 20:58:50 -04:00
Zach Daniel
9a1cc7138e improvement: update to latest ash 2021-07-18 19:27:17 -04:00
Zach Daniel
969b9ba67c chore: remove unused code 2021-07-18 14:42:35 -04:00
Zach Daniel
b25536a468 fix: show boolean default values better 2021-07-18 14:19:04 -04:00
Zach Daniel
31d5aa5f96 chore: resolve warnings/dialyzer 2021-07-18 13:40:54 -04:00
Zach Daniel
73edf1c5f2 improvement: update to new form logic 2021-07-18 03:27:59 -04:00
Zach Daniel
eeb27ae044 chore: code cleanup
fix: retain `manage_relationship_source` context where possible
2021-05-18 00:28:30 -04:00
Zach Daniel
b99064e6cf improvement: general manage relationship improvements 2021-05-14 01:25:42 -04:00
Zach Daniel
2c09cdb383 fix: track pkey of embeds when adding 2021-05-12 20:00:19 -04:00
Zach Daniel
63aea53223 improvement: support explicit enum types 2021-05-10 01:36:11 -04:00
Zach Daniel
032e450e18 chore: remove IO.inspect 2021-05-06 17:28:21 -04:00
Zach Daniel
20c04bd26a improvement: always show action dropdown
improvement: log on failures in the UI
fix: fix special text fields
2021-05-06 17:25:19 -04:00
Zach Daniel
4da3be19d4 fix: update to ash_phoenix, fix relationship embeds 2021-04-17 15:26:30 -04:00
Zach Daniel
e28725d649 improvement: support array attribute/arguments properly 2021-04-16 13:05:54 -04:00
Zach Daniel
73b71b385e fix: properly track embedded attribute targets 2021-04-14 23:41:21 -04:00
Zach Daniel
9e3319bc56 fix: set actor in datatable 2021-04-09 16:43:54 -04:00
Zach Daniel
e911fe33b5 fix: support binary data (by not showing it) 2021-04-09 00:15:26 -04:00
Zach Daniel
cb328a9a0d fix: don't send empty params on save 2021-03-30 01:38:18 -04:00
Zach Daniel
b4b1204c1c fix: show add button on array input relationships 2021-03-30 00:03:33 -04:00
Zach Daniel
0062bbb6ce fix: allow removing to_one relationships on creates
improvement: support lookup forms *or* create forms
2021-03-29 15:37:02 -04:00
Zach Daniel
b2f74e8800 chore: fix lint 2021-03-29 11:56:33 -04:00
Zach Daniel
ffb2a7b605 chore: remove dependency on heroicons (and thus elixir 1.11) 2021-03-29 11:01:29 -04:00
Zach Daniel
eb25cc92ff feat: more testing resources + relationship argument forms! 2021-03-28 14:07:09 -04:00
Zach Daniel
ff3d208bf7 improvement: use new relationship management logic 2021-03-25 13:14:37 -04:00
Zach Daniel
1c0fb37a41 fix: remove IO.inspect
fix: properly only provide changing fields to actions
2021-03-24 00:55:16 -04:00
Zach Daniel
535e329bbf fix: support tenant on read actions 2021-03-24 00:27:21 -04:00
Zach Daniel
02ee279748 fix: remove IO.inspect 2021-03-24 00:13:27 -04:00
Zach Daniel
97005b42a3 improvement: only send changing fields 2021-03-24 00:08:29 -04:00
Zach Daniel
8808530b6a improvement: don't show destination_field on related tables 2021-03-24 00:08:03 -04:00
Zach Daniel
eef7730c4e fix: fix build 2021-03-22 19:10:10 -04:00
Zach Daniel
aa464fea36 fix: use static routes 2021-03-22 17:44:34 -04:00
Zach Daniel
2d354d5626 docs: update docs 2021-03-22 13:12:04 -04:00
Zach Daniel
654c241f41 feat: draw the rest of the owl 2021-03-22 02:41:22 -04:00
Zach Daniel
11c7cff79a chore: package setup + formatting + sobelow 2021-03-22 00:05:49 -04:00
Zach Daniel
3061793e41 feat: support fully managed relationships
fix: various fixes
2021-03-21 21:46:46 -04:00