James
|
3788d21b9c
|
revisions to padding within sections
|
2020-03-30 17:21:48 -04:00 |
|
James
|
63f329d140
|
revises gutters and padding in flex content, sections, and repeater
|
2020-03-30 17:16:19 -04:00 |
|
Jarrod Flesch
|
f53108cf8b
|
styles the field-types inside a field group more specifically
|
2020-03-30 16:43:02 -04:00 |
|
Jarrod Flesch
|
880c8e3a77
|
adjusts padding for field types within a group
|
2020-03-30 16:39:27 -04:00 |
|
Jarrod Flesch
|
a5dca98d7f
|
tweaks the styles for the date, adds default min/max time for example sake
|
2020-03-30 16:33:32 -04:00 |
|
Jarrod Flesch
|
ddc1afca20
|
Merge branch 'master' of github.com:trouble/payload
|
2020-03-30 16:29:27 -04:00 |
|
James
|
2d48307d42
|
Merge branch 'master' of github.com:keen-studio/payload
|
2020-03-30 16:21:59 -04:00 |
|
James
|
9e15007670
|
restores initial form context build from mount effect in useFieldType
|
2020-03-30 16:21:32 -04:00 |
|
Jarrod Flesch
|
678cf8787a
|
fix: css styles could not be imported from node_modules, moved them locally for now
|
2020-03-30 12:10:24 -04:00 |
|
Jarrod Flesch
|
52f0f35195
|
merge with master
|
2020-03-30 10:28:00 -04:00 |
|
Jarrod Flesch
|
4b2d3ca5a6
|
Merge branch 'master' of github.com:trouble/payload
|
2020-03-30 10:21:11 -04:00 |
|
Jarrod Flesch
|
10559afc71
|
style: adds form negative margin back in, adds padding to sticky header
|
2020-03-30 10:21:01 -04:00 |
|
James
|
9bee23d589
|
replaces a few more JWT secret configs from ENV and fixes bug while bootstrapping user
|
2020-03-29 20:46:35 -04:00 |
|
James
|
895149f4a5
|
removes unused arguments in forgot password routes
|
2020-03-29 20:04:38 -04:00 |
|
James
|
fc874be72a
|
revises and simplifies forgot password routes
|
2020-03-29 19:58:52 -04:00 |
|
James
|
bead4d51bc
|
removes reliance on process.env in favor of using config in auth routes
|
2020-03-29 19:27:43 -04:00 |
|
James
|
dacbd398c3
|
Merge branch 'feature/#88-refresh-auth-token' of github.com:keen-studio/payload
|
2020-03-29 19:21:05 -04:00 |
|
Dan Ribbens
|
509031bbfe
|
add refresh endpoint to refresh auth token
|
2020-03-29 08:55:51 -04:00 |
|
James
|
c9e209a2d8
|
enables policies for globals
|
2020-03-28 21:27:11 -04:00 |
|
James
|
035391b0bf
|
prevents mongoose schema path from being required and localized at same time
|
2020-03-28 21:14:08 -04:00 |
|
James
|
07edd373a5
|
enables localized globals
|
2020-03-28 21:05:25 -04:00 |
|
James
|
a96206b9fe
|
revises Globals to use discriminators rather than storing all globals in one document in the database
|
2020-03-28 20:40:34 -04:00 |
|
James
|
c33131c525
|
prevents repeater from reloading default value after all rows have been removed
|
2020-03-28 14:00:52 -04:00 |
|
James
|
4bdf66ad44
|
enables filling flex content with default value
|
2020-03-28 13:59:08 -04:00 |
|
James
|
ae6a9de944
|
fixes bug with flexible content schema initialization, adjusts shadows
|
2020-03-28 13:28:57 -04:00 |
|
Jarrod Flesch
|
151df92ee0
|
style: updates background targeting on flexible content
|
2020-03-27 16:00:45 -04:00 |
|
Jarrod Flesch
|
dfd2af1499
|
refactor: merges the FlexibleRow and RepeaterRow into a single DraggableSection component
|
2020-03-27 15:48:02 -04:00 |
|
Jarrod Flesch
|
d64e690c9b
|
Merge branch 'master' of github.com:trouble/payload
|
2020-03-27 14:13:43 -04:00 |
|
Jarrod Flesch
|
4d5c750fe3
|
fix: adds field type gutter back in
|
2020-03-27 14:13:15 -04:00 |
|
James Mikrut
|
828f08ac22
|
Merge pull request #154 from trouble/feature/#148-enable-sort
passes query parameter for sort through to buildquery cb and paginate
|
2020-03-27 12:53:39 -04:00 |
|
James
|
c3303cc0a7
|
fixes bug with saving decoded token instead of token itself within cookie
|
2020-03-27 12:52:05 -04:00 |
|
James
|
5be2b3435e
|
adds error status if accessing pages that should require login
|
2020-03-27 12:42:46 -04:00 |
|
James
|
002a398955
|
enables redirection to login screen if not logged in
|
2020-03-27 12:31:38 -04:00 |
|
James
|
7a13542272
|
enables moving blocks with drag n drop
|
2020-03-24 17:48:39 -04:00 |
|
James
|
ca46fee84e
|
enables flexible content WIP
|
2020-03-24 17:11:33 -04:00 |
|
James
|
17d4e5800d
|
swaps flat for flatley, enables nested repeaters
|
2020-03-24 12:47:55 -04:00 |
|
Jarrod Flesch
|
8b8f4b220d
|
style: update repeater color
|
2020-03-24 11:34:30 -04:00 |
|
Dan Ribbens
|
c53fa9ede0
|
passes query parameter for sort through to buildquery cb and paginate
|
2020-03-21 16:57:31 -04:00 |
|
Jarrod Flesch
|
5304ab7332
|
feat(Repeater): updates styles, enables header as the draggable point, moves collapsible state up to the repeater
|
2020-03-20 12:31:46 -04:00 |
|
Jarrod Flesch
|
39d2377078
|
open the new row and close others when adding new row
|
2020-03-18 18:16:27 -04:00 |
|
Jarrod Flesch
|
0ba8ae5529
|
pretty polished dnd implementation - grouping collapsibles is going to be key I think to having the reorder work properly
|
2020-03-18 17:40:58 -04:00 |
|
Jarrod Flesch
|
1f91b2283a
|
styled drag handler and more logic for persisting height when dragging
|
2020-03-18 13:22:11 -04:00 |
|
Jarrod Flesch
|
cb284d97a3
|
adds the start of dnd functionality
|
2020-03-17 18:17:00 -04:00 |
|
Jarrod Flesch
|
8b14e4d118
|
adds react animate height into the Section headers and in the Repeaters
|
2020-03-17 12:19:27 -04:00 |
|
Jarrod Flesch
|
f60c137377
|
adds Pill and IconButton styles
|
2020-03-17 12:19:01 -04:00 |
|
Jarrod Flesch
|
46676b4377
|
adds react-animate-height dependency
|
2020-03-17 12:18:11 -04:00 |
|
Jarrod Flesch
|
8aca26ff88
|
style changes to the repeater
|
2020-03-16 18:45:58 -04:00 |
|
Jarrod Flesch
|
0c9fb098e0
|
adds logic for preventDefault on Button
|
2020-03-16 14:18:49 -04:00 |
|
James
|
3caeba54be
|
removes unused dependencies
|
2020-03-16 13:16:11 -04:00 |
|
James
|
3689aa4ce0
|
adds comments for readability to Form reducer
|
2020-03-16 13:15:30 -04:00 |
|