2405 Commits

Author SHA1 Message Date
ronronscelestes
048efda2ee fix: feedbacks 2022-01-20 17:40:29 +01:00
ronronscelestes
212c1accdd feat: update guidedTourState on reload if currentStep in locale storage 2022-01-20 17:29:41 +01:00
ronronscelestes
99a229cf66
feat: CTB modals appearance logic
Co-authored-by: Vincent <vincentbpro@users.noreply.github.com>
Co-authored-by: cyril lopez <cyril@strapi.io>
2022-01-20 16:55:20 +01:00
ronronscelestes
51ed540955
(Feature: Guided tour) Modal skeleton (#12214)
* feat: modal skeleton + added modal to admin

* feat: added setStepState and setCurrentStep logic to modal

* refacto: split of currentStep inside the reducer instead of doing it in the modal when updating guidedTourState

* fix: updated Admin tests with useGuidedTour hook
2022-01-17 12:16:37 +01:00
ronronscelestes
475f325bc9
(Feature-GuidedTour)/Add stepper to homepage (#12151)
* feat: detecting guided tour visibility based on user role

* feat: show GuidedTourHomepage if not completed and depending on user role

* refactor: feedback fixes + useQueries
tests: added/updates tests for utils + homepage + authenticated app
2022-01-11 12:23:34 +01:00
Vincent
81e1fb2de9
Guided tour/stepper (#12082)
* feat: added guided tour context, hook and provider to helper-plugin

* feat(guided-tour): using helpers in the admin + init reducer

Co-authored-by: ronronscelestes <ronronscelestes@users.noreply.github.com>

* feedback fixes

* created data structure for guided tour state and content

Co-authored-by: Vincent <vincentbpro@users.noreply.github.com>

* removed closed leaf key from initialState

* init guided tour home component

* feedback fix fontWeight prop

* Stepper, StepNumber, StepLine, Step

* wip adding Stepper to homepage

* WIP: homepage stepper

Co-authored-by: ronronscelestes <ronronscelestes@users.noreply.github.com>

* fixed grid aligment StepHomepage

* feat: added homepage stepper

Co-authored-by: ronronscelestes <ronronscelestes@users.noreply.github.com>

* changed StepLine color if isNotDone + added useGuidedTour mock and updated snapshort for homepage tests

* removed guided tour component from homepage until we add local storage and user role detection in the next PR

* removed changed from homepage snapshots

Co-authored-by: ronronscelestes <ronronscelestes@users.noreply.github.com>
Co-authored-by: ronronscelestes <julie.plantey@gmail.com>
Co-authored-by: Vincent <vincentbpro@users.noreply.github.com>
2022-01-05 17:45:43 +01:00
ronronscelestes
ccd92c08ad
(Feature-GuidedTour)/ State and content structure (#12054)
* feat: added guided tour context, hook and provider to helper-plugin

* feat(guided-tour): using helpers in the admin + init reducer

Co-authored-by: ronronscelestes <ronronscelestes@users.noreply.github.com>

* feedback fixes

* created data structure for guided tour state and content

Co-authored-by: Vincent <vincentbpro@users.noreply.github.com>

* removed closed leaf key from initialState

* init guided tour home component

* feedback fix fontWeight prop

Co-authored-by: vincentbpro <89356961+vincentbpro@users.noreply.github.com>
Co-authored-by: ronronscelestes <ronronscelestes@users.noreply.github.com>
Co-authored-by: Vincent <vincentbpro@users.noreply.github.com>
2022-01-03 16:21:51 +01:00
Vincent
1b276b6dc7
Feature(GuidedTour)/ Init helper plugin + admin (#12047)
* feat: added guided tour context, hook and provider to helper-plugin

* feat(guided-tour): using helpers in the admin + init reducer

Co-authored-by: ronronscelestes <ronronscelestes@users.noreply.github.com>

* feedback fixes

Co-authored-by: ronronscelestes <ronronscelestes@users.noreply.github.com>
Co-authored-by: ronronscelestes <julie.plantey@gmail.com>
2021-12-30 11:41:53 +01:00
soupette
cf2f87cbb8 Fix #12034
Signed-off-by: soupette <cyril@strapi.io>
2021-12-28 14:09:10 +01:00
HichamELBSI
d4cf3ae8ee Fix upload file info form
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-12-27 10:50:00 +01:00
Convly
1fdfa866dc Remove the build directory from the watched files list 2021-12-22 16:55:32 +01:00
Alexandre Bodin
fd656a4769 v4.0.2 2021-12-22 16:04:10 +01:00
soupette
d14e4a242e Fix snapshots
Signed-off-by: soupette <cyril@strapi.io>
2021-12-22 15:54:26 +01:00
soupette
0305e2c16c Fixes #11991
Signed-off-by: soupette <cyril@strapi.io>
2021-12-22 15:32:26 +01:00
Alexandre BODIN
87491208a4
Merge pull request #11981 from iicdii/fix/unable-to-delete-image
Fix unable to delete an image from the media-library
2021-12-22 11:57:59 +01:00
Alexandre Bodin
e2cd01e8c6 v4.0.1 2021-12-22 10:43:38 +01:00
Kim, Harim
8b862936e4
Merge branch 'master' into fix/unable-to-delete-image 2021-12-22 17:58:58 +09:00
harimkims
32e4aec852 Refactor code to run the query only when necessary 2021-12-22 17:58:22 +09:00
Alexandre BODIN
7e1ef71d9b
Merge pull request #11973 from strapi/watch-mode
Remove admin files from watched files
2021-12-22 09:11:15 +01:00
Alexandre BODIN
2be212cd6f
Merge pull request #11969 from iicdii/fix/api-token-popluate
Fix relations are not populated when API key is read-only
2021-12-22 09:09:02 +01:00
harimkims
84130ab541 Fix unable to delete an image from the media-library
Signed-off-by: harimkims <harimkims@gmail.com>
2021-12-22 09:35:00 +09:00
soupette
d24fe52a89 Remove admin files from watched files
Signed-off-by: soupette <cyril@strapi.io>
2021-12-21 17:22:10 +01:00
harimkims
a926999b29 Fix relations are not populated if API key is read-only
Signed-off-by: harimkims <harimkims@gmail.com>
2021-12-21 22:37:43 +09:00
Maxime Marty-Dessus
b6b7ff702d update translation in en.json 2021-12-21 11:05:20 +01:00
Maxime Marty-Dessus
f7c47785ba
Merge branch 'strapi:master' into master 2021-12-20 23:52:13 +01:00
Alexandre BODIN
4497124c87
Merge pull request #11933 from meduzen/patch-1
Fix English grammar in test files
2021-12-20 17:41:17 +01:00
Alexandre BODIN
be89f1505b
Merge pull request #11924 from duncanhsieh/master
Translate en.json into traditional Chinese.
2021-12-20 17:40:26 +01:00
Alexandre BODIN
b6bc048bb0
Merge pull request #11954 from strapi/serve-admin
Build admin only when necessary and serve it from the admin package
2021-12-20 17:29:33 +01:00
cyril lopez
9ee74de88c
Update packages/core/strapi/lib/commands/build.js
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2021-12-20 16:24:42 +01:00
soupette
1db862161b Use script to build the admin when developing
Signed-off-by: soupette <cyril@strapi.io>
2021-12-20 15:51:19 +01:00
soupette
584347e4bb Use default build
Signed-off-by: soupette <cyril@strapi.io>
2021-12-20 14:56:06 +01:00
soupette
3fae2a3fca Fix conflicts
Signed-off-by: soupette <cyril@strapi.io>
2021-12-20 14:02:31 +01:00
MuxauJl
195fa88cfa fix 2021-12-20 17:45:49 +07:00
Maxime Marty-Dessus
d9ec72af44 update welcome message 2021-12-18 23:35:11 +01:00
Maxime Marty-Dessus
b935c3b7f9 fix some mistakes 2021-12-18 23:19:24 +01:00
Maxime Marty-Dessus
4a8e47ddf3 fix plural logic 2021-12-18 20:50:15 +01:00
Maxime Marty-Dessus
c7eaa37edd remove duplicate in en.json 2021-12-18 20:46:55 +01:00
Maxime Marty-Dessus
aabeca7ece add all missing entries to fr.json 2021-12-18 20:46:51 +01:00
Mehdi
272ca8634a
Fix English grammar in test files 2021-12-17 04:10:22 +01:00
Alexandre BODIN
12333ebea6
Merge pull request #11926 from strapi/update/DBRequirements
Update required database versions
2021-12-16 09:49:53 +01:00
derrickmehaffy
881c4eecae Update required database versions
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2021-12-15 14:10:13 -07:00
Duncan Hsieh
8c3c28a5af Translate en.json into traditional Chinese. 2021-12-16 00:40:28 +08:00
Abdón Rodríguez Davila
7accd9908f
Merge branch 'master' into created-by 2021-12-15 17:29:13 +01:00
Abdón Rodríguez Davila
b990a4227b Update snapshot
Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
2021-12-15 17:28:44 +01:00
Alexandre BODIN
459c0e941c
Merge pull request #11915 from strapi/fix/11908
Fix copy from another locale with DZ
2021-12-15 17:14:44 +01:00
soupette
1618d2313f Fixes #11908
Signed-off-by: soupette <cyril@strapi.io>
2021-12-15 15:32:42 +01:00
Abdón Rodríguez Davila
bedddcedae
Merge branch 'master' into created-by 2021-12-15 11:35:35 +01:00
Alexandre BODIN
13e3e59f7d
Merge pull request #11883 from strapi/entity-validator-unit-tests
Add unit tests for the entity validators
2021-12-15 10:53:31 +01:00
Alexandre BODIN
0c03cbe793
Merge pull request #11870 from matsubaraDaisuke/test/pxToRem
add test of pxToRem
2021-12-15 09:46:38 +01:00
Alexandre BODIN
687eb623e9
Merge pull request #10968 from strapi/chore/test-config
Rework test config to get a better monorepo experience
2021-12-14 17:34:00 +01:00