Commit Graph

558 Commits

Author SHA1 Message Date
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
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
James
245376f04b enables removal of rows from repeater 2020-03-16 13:12:32 -04:00
James
7ff3529b0f reduces complexity of logic required in Repeater 2020-03-16 12:59:07 -04:00
James
592b0ce73f Merge branch 'field-repeater' of github.com:keen-studio/payload into field-repeater 2020-03-16 11:42:20 -04:00
James
5597f2efd0 simplifies add / remove row functionality - WIP 2020-03-16 11:42:15 -04:00
Jarrod Flesch
c81c2809c7 refactors button to functional 2020-03-16 11:23:32 -04:00
James
b158c80446 merges master 2020-03-16 11:20:43 -04:00
James
6d06e72f89 introduces top-level custom fields 2020-03-16 11:08:07 -04:00
Jarrod Flesch
392c6a9cdb fixes the deletion that was not working 2020-03-16 10:25:41 -04:00
Jarrod Flesch
df45e37bfc style tweak to the delete button 2020-03-13 18:31:04 -04:00
Jarrod Flesch
cbc68efbd7 styles repeater buttons, remove and duplicate 2020-03-13 18:21:31 -04:00
Jarrod Flesch
079e44497b refactors Section component with prop destructuring, proptypes, etc. 2020-03-13 16:15:15 -04:00
Jarrod Flesch
2bfc691659 unstyled but working repeater 2020-03-13 16:03:26 -04:00
Jarrod Flesch
50ecd4eb71 flattens the properties accepted on a DateTime component 2020-03-04 12:15:30 -05:00
Jarrod Flesch
350d025b31 adds calendar svg icon 2020-03-04 12:14:33 -05:00
Jarrod Flesch
6a7d930246 adds the dateTime component and a readme for helpful information about react-datepicker 2020-03-03 17:30:37 -05:00
James
2c05e403d5 re-enables custom List view after rolling back changes to Routes.js 2020-03-02 11:52:24 -05:00
James
aae7546083 flattens out route structure, fixes bug with ClickableArrow onclick 2020-03-02 11:28:39 -05:00
James
6f03f4d937 fixes css dependency 2020-03-02 10:50:34 -05:00
James
9c483074c5 merge conflicts 2020-03-02 10:47:55 -05:00
James
2c81e7a94b fixes merge conflict 2020-03-02 10:46:55 -05:00
James Mikrut
a572a0b154 Merge pull request #149 from trouble/pagination
Pagination -- style changes
2020-03-02 10:46:10 -05:00
James
6f03923bb7 enables a better custom components API 2020-03-02 10:44:38 -05:00
Jarrod Flesch
606e4ce0eb adds a few alias paths for importing components 2020-02-27 17:09:55 -05:00
Jarrod Flesch
d800097b38 init of the sanitize config rework and custom component config setup 2020-02-27 16:38:15 -05:00
Jarrod Flesch
147d6aac1c adds optional chaining babel plugin, also simplifies the route rendering 2020-02-27 15:16:26 -05:00
Jarrod Flesch
cd716f2dff adds error state to checkbox and requires onClick prop 2020-02-27 12:15:25 -05:00
Jarrod Flesch
5804d98b7d changes the font style on the checkbox X 2020-02-27 11:28:17 -05:00
Jarrod Flesch
04eb1e044a styles the checkbox and removes input shadow extend variables in favor of mixins to remove duplicate styles 2020-02-27 11:26:33 -05:00
Jarrod Flesch
d864a82e92 addscursor state back to page nodes 2020-02-27 01:10:40 -05:00