James
|
67b8dc4f45
|
sends defaultValue AND initialData to useFieldType
|
2020-06-04 13:16:36 -04:00 |
|
James
|
384365472e
|
introduces debounce technique to useFieldType hook instead of manually doing it
|
2020-06-04 12:49:20 -04:00 |
|
James Mikrut
|
bab8542096
|
Merge pull request #231 from trouble/client-ui
Client ui
|
2020-06-04 11:56:12 -04:00 |
|
James
|
82d2827b79
|
debounces input on text-based inputs
|
2020-06-04 11:55:21 -04:00 |
|
James
|
5bb4c9368e
|
ensures initialData and defaultValue work as expected
|
2020-06-04 11:31:07 -04:00 |
|
James
|
3fb162770b
|
differentiates between initialData and defaultValue in all field types
|
2020-06-04 10:16:17 -04:00 |
|
James
|
bfca74d449
|
fixes tooltip positioning in copy component
|
2020-06-03 20:39:08 -04:00 |
|
James Mikrut
|
c2be7949cb
|
Merge pull request #229 from trouble/client-ui
Client ui
|
2020-06-03 19:10:41 -04:00 |
|
James
|
8793c5d24a
|
enables fields to not require a path as well as a name
|
2020-06-03 19:09:59 -04:00 |
|
James
|
5138e24a2a
|
revises custom group to use vanilla group as a demo
|
2020-06-03 16:37:34 -04:00 |
|
James Mikrut
|
d5799e2bbb
|
Merge pull request #228 from trouble/client-ui
implements method to override webpack config
|
2020-06-03 16:03:27 -04:00 |
|
James
|
449b72ceac
|
implements method to override webpack config
|
2020-06-03 16:03:06 -04:00 |
|
James Mikrut
|
108bdfbd66
|
Merge pull request #227 from trouble/client-ui
Client ui
|
2020-06-03 13:49:31 -04:00 |
|
James
|
48bb2cb8a6
|
modifies field types to rely on path instead of name
|
2020-06-03 13:49:11 -04:00 |
|
James
|
b8d44204c2
|
fixes bug with repeater custom fields
|
2020-06-03 13:00:30 -04:00 |
|
James
|
7a0ce35286
|
Merge branch 'master' of github.com:keen-studio/payload
|
2020-06-03 12:57:10 -04:00 |
|
James
|
e15623539b
|
enables nested custom fields
|
2020-06-03 12:56:43 -04:00 |
|
James Mikrut
|
d8941dcac5
|
Merge pull request #226 from trouble/client-ui
WIP - reintroduces a method to render custom fields
|
2020-06-03 11:10:27 -04:00 |
|
James
|
14f1fc44ce
|
WIP - reintroduces a method to render custom fields
|
2020-06-03 11:09:45 -04:00 |
|
Jarrod Flesch
|
7bf171e877
|
scaffolds out the richText backend schema
|
2020-06-03 10:15:51 -04:00 |
|
James Mikrut
|
0f3f7b65d7
|
Merge pull request #225 from trouble/client-ui
ensures useFieldType calls validate function safely
|
2020-06-03 10:01:42 -04:00 |
|
James
|
c7cc94bd70
|
ensures useFieldType calls validate function safely
|
2020-06-03 09:59:44 -04:00 |
|
James Mikrut
|
bd57e94fef
|
Merge pull request #223 from trouble/client-ui
adds default validations to built-in field types
|
2020-06-03 08:17:37 -04:00 |
|
James
|
beaf99c690
|
adds default validations to built-in field types
|
2020-06-03 08:17:01 -04:00 |
|
James Mikrut
|
2a38ca0a59
|
Merge pull request #216 from trouble/client-ui
Client ui
|
2020-06-02 20:55:00 -04:00 |
|
James
|
0583612219
|
adds Row to buildMutationInputType
|
2020-06-02 20:54:21 -04:00 |
|
James
|
c1338160fe
|
adds row field type to buildWhereInputType
|
2020-06-02 20:42:27 -04:00 |
|
James
|
b4e2e2e1b6
|
enables properly building object type for Row field type
|
2020-06-02 20:31:05 -04:00 |
|
James Mikrut
|
6e39c08f8e
|
Merge pull request #214 from trouble/client-ui
implements fixes for backend validation on create
|
2020-06-02 20:14:53 -04:00 |
|
James
|
66f55a593f
|
implements fixes for backend validation on create
|
2020-06-02 20:14:03 -04:00 |
|
James Mikrut
|
86e9da97fb
|
Merge pull request #213 from trouble/client-ui
refines frontend validations to use the same field validations as the…
|
2020-06-02 19:12:45 -04:00 |
|
James
|
6e93782d90
|
refines frontend validations to use the same field validations as the backend
|
2020-06-02 19:12:25 -04:00 |
|
James Mikrut
|
393cd039eb
|
Merge pull request #212 from trouble/client-ui
sanitizes frontend config, ensures custom validations are used, revis…
|
2020-06-02 17:57:34 -04:00 |
|
James
|
4bea0c6738
|
sanitizes frontend config, ensures custom validations are used, revises the way server-side config is sanitized
|
2020-06-02 17:56:59 -04:00 |
|
James Mikrut
|
b8b7f6a1c7
|
Merge pull request #211 from trouble/client-ui
exposes field types via Payload module
|
2020-06-02 17:51:22 -04:00 |
|
James
|
7dfa100150
|
exposes field types via Payload module
|
2020-06-02 17:50:38 -04:00 |
|
James Mikrut
|
40e620a3e9
|
Merge pull request #209 from trouble/client-ui
exposes useFieldType hook for public consumption
|
2020-06-02 16:56:13 -04:00 |
|
James
|
da164128c5
|
Merge branch 'master' of github.com:keen-studio/payload into client-ui
|
2020-06-02 16:55:57 -04:00 |
|
James
|
5b88f139d9
|
exposes useFieldType hook for public consumption
|
2020-06-02 16:55:31 -04:00 |
|
James Mikrut
|
cf3bf6b3d4
|
Merge pull request #208 from trouble/client-ui
ensures nested rows work within repeaters
|
2020-06-02 16:24:44 -04:00 |
|
James
|
061621ff7e
|
ensures nested rows work within repeaters
|
2020-06-02 16:15:54 -04:00 |
|
James Mikrut
|
73acfa0906
|
Merge pull request #205 from trouble/client-ui
introduces Row, modifies buildSchema to support fields that need to m…
|
2020-06-02 14:04:32 -04:00 |
|
James
|
34b67e2fbc
|
fixes bugs with improperly passing schema options through to buildSchema
|
2020-06-02 14:04:04 -04:00 |
|
James
|
f8369ffb10
|
introduces Row, modifies buildSchema to support fields that need to modify top-level schemas
|
2020-06-02 13:57:55 -04:00 |
|
James Mikrut
|
d30545a99a
|
Merge pull request #204 from trouble/client-ui
adds dotenv-webpack
|
2020-06-01 15:39:19 -04:00 |
|
James
|
15dd6e2887
|
adds dotenv-webpack
|
2020-06-01 15:38:40 -04:00 |
|
James Mikrut
|
bcaf6b4789
|
Merge pull request #203 from trouble/client-ui
fixes the improper loss of a port
|
2020-06-01 14:39:09 -04:00 |
|
James
|
adb920a326
|
fixes the improper loss of a port
|
2020-06-01 14:38:34 -04:00 |
|
James Mikrut
|
011f9360d6
|
Merge pull request #202 from trouble/client-ui
fixes miscellaneous bugs while initializing with no localization, glo…
|
2020-06-01 14:16:40 -04:00 |
|
James
|
7d2b54e4a0
|
fixes miscellaneous bugs while initializing with no localization, globals, custom css
|
2020-06-01 14:16:12 -04:00 |
|