nathan-pichon
5c2422bf8d
docs(contrib): add review workflows tech design
2023-04-26 12:18:50 +02:00
Josh
407be7cbbd
Merge pull request #16481 from strapi/chore/refactor-hp-to-features
2023-04-26 09:56:28 +01:00
Josh
4134c0e33b
refactor: colocate code in helper-plugin features for clearer view
...
refactor: move Notification logic into helper-plugin
refactor: wip
fix: typo
chore: fix tests
chore: ensure contexts are still exported
Update packages/core/helper-plugin/src/features/OverlayBlocker.js
Update packages/core/helper-plugin/src/features/AutoReloadOverlayBlocker.js
Co-Authored-By: Gustav Hansen <gustav.hansen@strapi.io>
2023-04-26 09:06:18 +01:00
Gustav Hansen
e386aff3d5
Merge branch 'main' into feature/review-workflow
2023-04-24 13:59:41 +02:00
Gustav Hansen
195c38953c
Merge pull request #16428 from strapi/feature/review-workflow-fe-contrib-docs
...
Docs: Extend contributor documention with review workflows (frontend)
2023-04-21 13:07:14 +02:00
Gustav Hansen
c521b80ba8
Update docs/docs/core/content-type-builder/review-workflows.mdx
...
Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
2023-04-21 12:28:28 +02:00
Gustav Hansen
0c1ee2c53d
Update docs/docs/core/content-manager/review-workflows.mdx
...
Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
2023-04-21 12:28:19 +02:00
Gustav Hansen
9109e1b33f
Update docs/docs/core/content-manager/review-workflows.mdx
...
Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
2023-04-21 12:28:14 +02:00
Gustav Hansen
a7455ed9af
Docs: Extend contributor documention with review workflows (frontend)
2023-04-21 12:13:55 +02:00
Mark Kaylor
82db28a4d3
Update ds yarn link docs
2023-04-21 10:37:20 +02:00
Josh
ea9af8836a
feat: hide component categories if no components match the filter
...
chore: tweak language
2023-04-18 11:14:24 +01:00
Josh
ef4f3b64fe
chore: add docs and tests
...
chore: remove compo
chore: add docs and tests for useFilter
chore: add tests & docs for useCollator
2023-04-18 11:14:24 +01:00
Ben Irvin
50db2e4402
remove out of date lerna references
2023-04-14 17:39:05 +02:00
Marc-Roig
2f6afb9695
Merge branch 'main' into feature/private-s3-bucket
2023-03-15 12:42:31 +01:00
Gustav Hansen
184141adcc
Merge pull request #16079 from strapi/dependabot/npm_and_yarn/docs/sideway/formula-3.0.1
...
chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /docs
2023-03-15 10:18:59 +01:00
Marc-Roig
cbdb9d9163
add links for database docs
2023-03-15 09:21:40 +01:00
dependabot[bot]
d1873048fe
chore(deps): bump webpack from 5.74.0 to 5.76.1 in /docs
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.74.0 to 5.76.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.76.1 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-15 07:45:49 +00:00
dependabot[bot]
f2267108ab
chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /docs
...
Bumps [@sideway/formula](https://github.com/sideway/formula ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sideway/formula/releases )
- [Commits](https://github.com/sideway/formula/compare/v3.0.0...v3.0.1 )
---
updated-dependencies:
- dependency-name: "@sideway/formula"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-15 07:45:33 +00:00
Marc-Roig
4ef8732caf
Merge branch 'main' into feature/private-s3-bucket
2023-03-08 10:56:03 +01:00
Simone Taeggi
951b0b3b0a
add a tip to prevent errors in the useFetchClient requestURL format
2023-03-07 10:39:55 +01:00
Josh
f4f2b5ab2e
fix: dont merge the state if the ID changes
...
fix: dont merge the state if the ID changes
fix: pass id to querykey & add cleanup method to useRelation hook
fix: pass defaultParams as part of the cache key
Revert "fix: reset cache for `relation` keys in i18n plugin"
This reverts commit 34b2fd9fabfcb93fb9f416616802e10b79133112.
fix: pass defaultParams as part of the cache key
chore: spread cachekey in search query
fix: move logic to useRelations hook that handles removing from the store.
fix: broken test
refactor: rename method to onUnmount
2023-03-03 14:17:23 +00:00
Marc-Roig
8ebd933d51
Merge branch 'main' into feature/private-s3-bucket
2023-02-28 11:53:09 +01:00
Christian
5c9a88be04
Merge pull request #15911 from strapi/docs/how-to-install-packages
2023-02-28 11:01:18 +01:00
Christian Capeans
df846baf72
Add possible error using yarn
2023-02-24 14:30:15 +01:00
Christian
3548c7c818
Update docs/docs/how-to-install-packages.md
...
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-02-24 14:07:15 +01:00
Christian
e4f2b38ce3
Update docs/sidebars.js
...
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-02-24 14:06:35 +01:00
Christian
e841c31970
Update docs/docs/how-to-install-packages.md
...
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-02-24 14:06:24 +01:00
Christian Capeans
9b289f3b31
Fix small issues in the lerna docs
2023-02-24 11:56:44 +01:00
Marc
4c4f8e115d
Update docs/docs/core/database/relations/reordering.mdx
...
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-02-23 21:00:29 +01:00
Marc
a273400ee6
Update docs/docs/core/database/relations/reordering.mdx
...
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-02-23 21:00:22 +01:00
Marc
f75ad9facc
Update docs/docs/core/database/relations/reordering.mdx
...
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-02-23 21:00:12 +01:00
Marc
89dc2e96d3
Update docs/docs/core/database/relations/reordering.mdx
...
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-02-23 21:00:03 +01:00
Marc
44ac21fa2d
Update docs/docs/core/database/relations/reordering.mdx
...
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-02-23 20:59:53 +01:00
Marc-Roig
930ca2c54b
change intro file slug and tags
2023-02-23 20:58:38 +01:00
Marc-Roig
dc52a7a5ac
improve algorithm steps description
2023-02-23 20:58:28 +01:00
Marc
c8b6b65ef1
Update docs/docs/core/database/relations/reordering.mdx
...
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-02-23 20:35:19 +01:00
Marc
5437e6f10f
Update docs/docs/core/database/relations/reordering.mdx
...
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-02-23 20:35:01 +01:00
Marc
eb3cb725aa
Update docs/docs/core/database/relations/reordering.mdx
...
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-02-23 20:34:55 +01:00
Marc
935da9c575
Update docs/docs/core/database/relations/reordering.mdx
...
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-02-23 20:34:45 +01:00
Marc
f4d38fb2b3
Update docs/docs/core/database/relations/reordering.mdx
...
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-02-23 20:34:35 +01:00
Marc
83d87f24e9
Update docs/docs/core/database/relations/reordering.mdx
...
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-02-23 20:34:22 +01:00
Marc
9de687b408
Update docs/docs/core/database/relations/reordering.mdx
...
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-02-23 20:34:12 +01:00
Marc
dc5b235f7d
Update docs/docs/core/database/intro.md
...
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-02-23 20:33:53 +01:00
Christian Capeans
ed010184b1
Add documentation to install with lerna
2023-02-23 16:02:54 +01:00
Marc-Roig
b1c48ac026
change extension to mdx
2023-02-23 10:45:08 +01:00
Marc-Roig
a0b49511cb
add relations reordering docs
2023-02-23 10:44:07 +01:00
Marc-Roig
7a97783aa8
add upload docs
2023-02-19 18:08:10 +01:00
Nathan Pichon
8fae1a80ec
Merge branch 'main' into feature/async-reduce-utils
2023-02-13 16:54:25 +01:00
Josh
27a7ea1f64
chore: fix typo
2023-02-13 10:47:39 +00:00
Josh
262c527f30
Update docs/docs/core/permissions/how-they-work.mdx
...
Co-authored-by: Julie Plantey <71838159+ronronscelestes@users.noreply.github.com>
2023-02-13 10:46:43 +00:00