Commit graph

446 commits

Author SHA1 Message Date
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
Zach Daniel
2f1bd2aada chore: unlock unused deps 2023-11-16 08:41:58 -05:00
Zach Daniel
941478000a chore: release version v0.9.7 2023-11-16 08:35:18 -05:00
Zach Daniel
aae891fef8 fix: properly match on errored loads
fixes: #79
2023-11-16 08:34:40 -05:00
Zach Daniel
3ef08b98c5 chore: update docs task 2023-11-15 15:30:13 -05:00
Zach Daniel
0f634f35e6 chore: release version v0.9.6 2023-11-15 15:28:35 -05:00
Rebecca Le
880efa2f18
docs: Add README note about recompiling assets when necessary (#78) 2023-11-15 01:25:52 -05:00
Rebecca Le
a253071f91
fix: Fix JS syntax error and compile latest version of app.js (#77)
An upgrade to phoenix_live_view requires recompiling the app.js file.

Closes #72
2023-11-15 01:16:32 -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
7ded41b6fb chore: release version v0.9.5 2023-10-11 09:08:54 -04:00
Zach Daniel
e66e5f2d1c chore: update ash 2023-09-25 10:21:50 -04:00
Zach Daniel
cb2f3e5c14 chore: update ash 2023-09-25 10:21:39 -04:00
Zach Daniel
b288c9f0a5 improvement: force submit forms 2023-08-18 14:20:30 -04:00
Josh Price
f447fbd474
Merge pull request #69 from esdrasedu/fix_select
Add prompt to selectbox
2023-08-14 16:32:59 +10: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
f6215a5a32 chore: release version v0.9.4 2023-08-04 15:18:55 -04:00
Zach Daniel
568c3eb750 fix: properly reassign form on update 2023-08-04 15:18:08 -04:00
Zach Daniel
b0fb75aaca chore: release version v0.9.3 2023-08-02 19:50:56 -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
dcf9b288a2 chore: release version v0.9.2 2023-08-02 18:00:27 -04:00
Zach Daniel
1d17d1b7bc fix: fix links to show related resources 2023-08-02 18:00:11 -04:00
Zach Daniel
9297612f82 chore: release version v0.9.1 2023-08-02 17:34:04 -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