Dan Ribbens
|
5a7e8a980b
|
feat: builds a way to inject custom React providers into admin UI
* fix: rich text textarea height
* feat: custom providers for admin panel
* docs: custom provider component
|
2022-03-28 11:23:22 -04:00 |
|
James
|
6dffeeb06f
|
feat: initial drafts and versions merge
|
2022-02-06 12:13:52 -05:00 |
|
Dan Ribbens
|
5591eeafca
|
feat: add before and after login components (#427)
|
2022-01-31 21:26:12 -05:00 |
|
James
|
13add5885d
|
feat: progress to Autosave
|
2021-12-29 21:32:16 -05:00 |
|
James
|
242584fd49
|
Merge branch 'master' into feat/revisions
|
2021-12-21 18:04:11 -05:00 |
|
James
|
e337c62ba1
|
feat: builds custom routes API, Before/After Dashboard and Nav custom components
|
2021-12-21 12:27:22 -05:00 |
|
James
|
740d6b15e5
|
feat: further revisions views
|
2021-12-07 14:49:32 -05:00 |
|
James
|
8ef1cc5373
|
chore: merge master
|
2021-11-26 18:00:59 -05:00 |
|
James
|
edb723a4fb
|
feat: builds UI field
|
2021-10-20 16:56:07 -04:00 |
|
James
|
538851325d
|
fix: crash on bullet list de-selection
|
2021-07-06 18:28:22 -04:00 |
|
James
|
007591272f
|
fix: updates demo richtext elements with proper SCSS
|
2021-07-06 15:15:08 -04:00 |
|
James
|
d24b3f72ce
|
feat: saves cursor position when relationship element is added to richText
|
2021-03-24 20:53:40 -04:00 |
|
James
|
b8ad84c525
|
fix: allows config validation to accept esmodules as components
|
2020-12-27 21:47:09 -05:00 |
|
James
|
b184b26a4e
|
types RichText
|
2020-12-24 12:15:00 -05:00 |
|
James
|
fd7cd0324d
|
validates field types
|
2020-11-28 17:34:32 -05:00 |
|
James
|
aa795d19d5
|
converts demo to ts
|
2020-11-28 16:07:54 -05:00 |
|
James
|
84191ec8fd
|
renames client to admin, sets up component library
|
2020-10-10 18:28:17 -04:00 |
|
James
|
5ac2b1fb3d
|
adds richText Relationship WIP
|
2020-10-04 15:30:47 -04:00 |
|
James
|
5ae267f743
|
updates styles of RichText, improves its API
|
2020-10-04 12:50:14 -04:00 |
|
James
|
febe213e80
|
implements accessibility measures and finishes Link richText element
|
2020-10-03 13:04:15 -04:00 |
|
James
|
18a59f84ab
|
migrates all custom components to new pattern
|
2020-10-02 21:11:08 -04:00 |
|
James
|
18e08ad5a7
|
revises RichText structure and functionality
|
2020-09-28 15:49:20 -04:00 |
|
James
|
0e225e1ab1
|
properly runs babel/register against @payloadcms/payload as a node module
|
2020-09-23 12:20:44 -04:00 |
|
James
|
e9cc178ed7
|
fixes bug with PurpleBackground demo
|
2020-09-23 10:04:37 -04:00 |
|
James
|
09a3c859c1
|
finishes RichText PoC
|
2020-09-23 10:02:48 -04:00 |
|
James
|
f8c225316b
|
WIP richText refactor
|
2020-09-20 18:29:12 -04:00 |
|
James
|
2eae02ed03
|
catches local payload demo up to speed
|
2020-04-08 08:41:14 -04:00 |
|
James
|
69f8ef881a
|
begins refactoring frontend into src, moves babel-register to src
|
2019-10-04 16:07:06 -04:00 |
|
James
|
1b7f94fdeb
|
scaffolds beginning of Media Library
|
2019-03-23 16:46:59 -04:00 |
|
James
|
10be4f041f
|
moves collections to redux
|
2019-01-21 17:55:53 -05:00 |
|
James
|
7bc3ed07a0
|
moves config to redux
|
2019-01-21 17:45:10 -05:00 |
|
James
|
1531ee9e32
|
locks down client side routes
|
2019-01-06 16:18:36 -05:00 |
|
James
|
3813f0da91
|
sets JWT on all client api requests, saves cookie with jwt
|
2019-01-06 15:55:28 -05:00 |
|
James
|
31a54e2c09
|
streamlines top level collection components, rebuilds StickyAction component
|
2018-12-07 15:19:18 -08:00 |
|
James
|
085a6e3f0c
|
refactors and simplifies client architecture, combines Edit / Add
|
2018-11-12 20:44:23 -05:00 |
|
James
|
19a7c409b0
|
connects login, createUser to client, moves register to User model
|
2018-11-07 19:45:26 -05:00 |
|
James
|
637ee4908f
|
moves LoadContent from /src to /demo
|
2018-10-25 10:37:10 -04:00 |
|
James
|
88687e53ef
|
refactors folder structure to module basis
|
2018-10-22 18:58:42 -04:00 |
|
James
|
d147b6dfe6
|
adds reliance on config for server URLs on frontend
|
2018-10-22 17:35:46 -04:00 |
|
James
|
9a1896a9d7
|
fixes eslint issues
|
2018-09-25 12:03:02 -04:00 |
|
James
|
a407097408
|
refactors components index to eliminate duplicative export / import, enables form submission and validation
|
2018-09-25 11:47:51 -04:00 |
|
James
|
8badbf9329
|
refactors form components to handle any number of nested field components
|
2018-09-24 22:07:01 -04:00 |
|
James
|
70e76d80ef
|
converts all filters in collection views to find
|
2018-09-17 20:11:56 -04:00 |
|
James
|
e44dfb46c6
|
es6-ified demo, flattened collections scaffold files
|
2018-09-17 18:45:55 -04:00 |
|
James
|
96b43f8b55
|
adds missing icon component, adjusts gitignore to not hit icon files
|
2018-08-14 09:50:13 -04:00 |
|
James
|
283d5d3152
|
collapses multiple dependencies into one import
|
2018-08-13 16:18:10 -04:00 |
|
James
|
28aa56c7ac
|
refactors all client paths to incorporate new import structure
|
2018-08-13 14:33:15 -04:00 |
|
James
|
ae5a469cd2
|
fixes code organization for default template widths
|
2018-08-07 11:26:55 -04:00 |
|
James
|
9ebbf3ab3c
|
builds stick on scroll component
|
2018-08-07 10:59:20 -04:00 |
|
James
|
88c2f78a35
|
begins form component styling
|
2018-08-07 09:15:23 -04:00 |
|