Julie Plantey
|
1aa4f9c75f
|
feedback fixes / clean up
|
2022-09-06 17:19:04 +02:00 |
|
Julie Plantey
|
6a411fbc5e
|
remove uneccessary check disabled TextButton
|
2022-09-06 12:30:31 +02:00 |
|
Julie Plantey
|
2f1ea62708
|
fix RelationInput tests
|
2022-09-06 12:28:43 +02:00 |
|
Julie Plantey
|
72e3c13964
|
Merge branch 'feature/relations-main-view' of https://github.com/strapi/strapi into relation-input/virtualization
|
2022-09-06 12:12:46 +02:00 |
|
Gustav Hansen
|
55ad158880
|
Merge pull request #14322 from strapi/feature/relations-main-view-fe-tests
RelationInputWrapper: Remove data fixture and fix frontend tests
|
2022-09-06 11:46:20 +02:00 |
|
Gustav Hansen
|
fdda11d0e0
|
RelationInputWrapper: Remove data fixture and fix frontend tests
|
2022-09-06 11:23:39 +02:00 |
|
Julie Plantey
|
0891720069
|
fix listHeight + relations loading state
|
2022-09-05 17:37:34 +02:00 |
|
Julie Plantey
|
0435769fec
|
poc react window
|
2022-09-02 17:29:52 +02:00 |
|
Julie Plantey
|
a3a1bea099
|
RelationInput tests
|
2022-09-01 12:30:58 +02:00 |
|
Pierre Noël
|
29376f8113
|
Merge pull request #14014 from strapi/relations-main-view/find-new-relations
refactor relation findNew route
|
2022-09-01 11:11:06 +02:00 |
|
Gustav Hansen
|
6ddbe31667
|
Merge pull request #14092 from strapi/feature/relations-main-view-integration-relation-input
CM: Render new RelationInput component
|
2022-08-31 20:45:05 +02:00 |
|
Gustav Hansen
|
e4572e97bf
|
RelationInputWrapper: Fix prop-types, add mock data
|
2022-08-31 20:43:55 +02:00 |
|
Gustav Hansen
|
06e58a6a21
|
CM: Update useFetchContentTypeLayout tests
|
2022-08-31 17:49:31 +02:00 |
|
Gustav Hansen
|
825e3a2220
|
CM: Update useFetchContentTypeLayout endpoint object
|
2022-08-31 17:49:31 +02:00 |
|
Gustav Hansen
|
3a0434d546
|
EditViewDataManagerProvider: Store loaded relations in initialData
|
2022-08-31 17:49:31 +02:00 |
|
Gustav Hansen
|
2f84ad92ff
|
useRelation: Update interface and group relation / search props together
|
2022-08-31 17:49:30 +02:00 |
|
Gustav Hansen
|
6ff74c9455
|
RelationInputWrapper: Move publication states into a constant
|
2022-08-31 17:49:30 +02:00 |
|
Gustav Hansen
|
535dfc9dee
|
RelationInputWrapper: Pass down publication state translations
|
2022-08-31 17:49:29 +02:00 |
|
Gustav Hansen
|
6708b1bce8
|
RelationInputWrapper: Pass publicationState instead of isDraft
|
2022-08-31 17:49:29 +02:00 |
|
Gustav Hansen
|
77026fe24b
|
RelationInputWrapper: Apply normalization to search results aswell
|
2022-08-31 17:49:28 +02:00 |
|
Gustav Hansen
|
afc3b5252f
|
RelationInputWrapper: Normalize relations for RelationInput
|
2022-08-31 17:49:28 +02:00 |
|
Gustav Hansen
|
421f035958
|
wip
|
2022-08-31 17:49:28 +02:00 |
|
Gustav Hansen
|
e101fa0b24
|
RelationInputWrapper: Remove containsKey from field props
|
2022-08-31 17:49:27 +02:00 |
|
Gustav Hansen
|
a5279973e2
|
RelationInputWrapper: Add util to generate relation link targets
|
2022-08-31 17:49:27 +02:00 |
|
Gustav Hansen
|
5420aec8ff
|
CM: Remove legacy SelectOne, SelectMany and SelectWrapper components
|
2022-08-31 17:49:24 +02:00 |
|
Gustav Hansen
|
d2bfa0d12e
|
RelationInputWrapper: Add select unit tests
|
2022-08-31 17:49:13 +02:00 |
|
Gustav Hansen
|
211abd8f35
|
RelationInputWrapper: Add utility tests for filtering deleted entities
|
2022-08-31 17:49:13 +02:00 |
|
Gustav Hansen
|
377f83b770
|
RelationInputWrapper: Fix select wiring, move endpoint generation out
|
2022-08-31 17:49:13 +02:00 |
|
Gustav Hansen
|
94f26679cf
|
RelationInputWrapper: Refactor formatLayout and create fetch endpoint
|
2022-08-31 17:49:13 +02:00 |
|
Gustav Hansen
|
534c6e4a6e
|
RelationInputWrapper: Pass down disabled state & filtered relations
|
2022-08-31 17:49:12 +02:00 |
|
Gustav Hansen
|
d5fc2eb305
|
CM: Render new RelationInput component
|
2022-08-31 17:49:12 +02:00 |
|
Gustav Hansen
|
4e8d012b3d
|
Merge branch 'main' into feature/relations-main-view
|
2022-08-31 17:47:38 +02:00 |
|
Fabien del Carmen
|
29410dd8fb
|
Merge pull request #14190 from strapi/fix/project-analytics-metadata-structure
Update metadata casing and structure
|
2022-08-31 16:26:45 +02:00 |
|
Julie Plantey
|
b3ac09da14
|
Merge pull request #14246 from strapi/enh/ReactSelect-loading-state
[Enh] ReactSelect loading state
|
2022-08-31 15:16:38 +02:00 |
|
Gustav Hansen
|
b220ecb7fc
|
Merge pull request #14270 from strapi/dependabot/npm_and_yarn/codemirror-5.65.8
Bump codemirror from 5.65.7 to 5.65.8
|
2022-08-31 15:08:58 +02:00 |
|
Gustav Hansen
|
7f0ddf0654
|
Merge pull request #14221 from strapi/chore/jest-29
chore: Update jest packages to v29
|
2022-08-31 14:40:00 +02:00 |
|
Julie Plantey
|
f291947136
|
Merge pull request #14091 from strapi/feature/relations-main-view-relationinput-interface
RelationInput: Create new component for relation fields in the main layout
|
2022-08-31 14:39:57 +02:00 |
|
dependabot[bot]
|
cdf6fbdbc5
|
Bump codemirror from 5.65.7 to 5.65.8
Bumps [codemirror](https://github.com/codemirror/basic-setup) from 5.65.7 to 5.65.8.
- [Release notes](https://github.com/codemirror/basic-setup/releases)
- [Changelog](https://github.com/codemirror/basic-setup/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/basic-setup/commits)
---
updated-dependencies:
- dependency-name: codemirror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-08-31 09:08:47 +00:00 |
|
Julie Plantey
|
dade723eb8
|
Merge pull request #14194 from WalkingPizza/fix/webhook-delete-string
Add missing translation strings for webhook creation form
|
2022-08-31 09:44:41 +02:00 |
|
Julie Plantey
|
1ae79c489a
|
Merge pull request #14260 from davefv/feature-upload-ca-translation
Update upload plugin catalan translation
|
2022-08-31 09:40:14 +02:00 |
|
WalkingPizza
|
396878e337
|
Add defaultMessage for headers
|
2022-08-30 22:41:53 +02:00 |
|
WalkingPizza
|
2209eeca96
|
Add missing translation strings for webhook creation form
|
2022-08-30 22:33:54 +02:00 |
|
Julie Plantey
|
9c66b5fcab
|
Merge pull request #14258 from strapi/relation-input/move-to-cm
[RelationInput] move component to CM
|
2022-08-30 17:16:22 +02:00 |
|
David Fariña
|
5a7e8e9807
|
Update upload plugin catalan translation
|
2022-08-30 16:49:56 +02:00 |
|
Julie Plantey
|
4dd56f38d1
|
fixed css comments format
|
2022-08-30 16:12:15 +02:00 |
|
Julie Plantey
|
df448bd286
|
loadingMessage for SelectOne and SelectMany
|
2022-08-30 16:06:18 +02:00 |
|
Alexandre BODIN
|
e1e4071cf0
|
Merge pull request #14252 from strapi/chore/nightlies-update
Run nightlies only on our repo
|
2022-08-30 15:52:15 +02:00 |
|
Gustav Hansen
|
51caa5f5a3
|
chore: Update e2e snapshot tests
|
2022-08-30 15:44:12 +02:00 |
|
Gustav Hansen
|
269c9cb988
|
chore: Resolve jest@26 TODO
|
2022-08-30 15:44:12 +02:00 |
|
Gustav Hansen
|
eaa938eaeb
|
chore: Update frontend snapshot tests
|
2022-08-30 15:44:12 +02:00 |
|