Commit graph

74 commits

Author SHA1 Message Date
Josh Price
dbd75bf3f3
fix: failing error case for nested forms (#21) 2022-05-31 10:17:46 -04:00
Josh Price
c9c0a8cb4f
feat: allow setting primary read action as default resource page (#19) 2022-05-23 12:41:19 -04:00
Zach Daniel
0fd921b46f chore: format 2022-05-20 11:14:56 -04:00
Theo Harris
a3c5343849
docs: Docs formatting (#17)
* Add formatting for api.ex docs

* Minor docs tweaks and corrections
2022-05-20 11:06:04 -04:00
Rebecca Le
c050c8c228
improvement: Top nav resource grouping (#15) 2022-05-19 12:22:37 -04:00
Zach Daniel
cae33cafbc fix: get the original value using AshPhoenix.Form.value/2 2022-05-18 20:33:40 -04:00
Zach Daniel
6963195cd5 improvement: add DateInput for dates 2022-03-20 20:38:29 -04:00
Zach Daniel
deac48365d fix: a bunch of behavior fixes, getting the demo to snuff with new Ash
improvement: update tons of dependencies
2022-03-17 14:18:01 -04:00
Zach Daniel
ef0e947cd6 fix: fix tenant/actor session w/ new phx version 2022-03-17 10:38:41 -04:00
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