Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(content-manager): ask for confirmation of d&p tab change #19912

Merged
merged 7 commits into from Apr 4, 2024

Conversation

jhoward1994
Copy link
Contributor

@jhoward1994 jhoward1994 commented Mar 25, 2024

What does it do?

  • Ask for user confirmation when changing the D&P tab on a modified CM form
  • Uses the blocker component to listen for changes on the location.search

Why is it needed?

So form data isn't lost without confirmation

How to test it?

Provide information about the environment and the path to verify the behaviour.

Related issue(s)/PR(s)

CONTENT-2298

@jhoward1994 jhoward1994 changed the title feat(content-manager): ask for confirmation of d&p tab change when fo… (content-manager): ask for confirmation of d&p tab change Mar 25, 2024
@jhoward1994 jhoward1994 marked this pull request as ready for review March 25, 2024 13:38
@jhoward1994 jhoward1994 self-assigned this Mar 25, 2024
@jhoward1994 jhoward1994 added source: core:content-manager Source is core/content-manager package pr: feature This PR adds a new feature labels Mar 25, 2024
Copy link

vercel bot commented Mar 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
contributor-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 4, 2024 9:14am

@joshuaellis
Copy link
Member

Code looks fine on face value, there's an issue where if i click cancel i have to do it twice, see video attached!

CleanShot.2024-03-27.at.10.21.06.mp4

What is neat, is it works for i18n too, which i think is something we probably forgot about anyway.

@jhoward1994
Copy link
Contributor Author

Hmmm weird I cant reproduce that. Are you just running 'yarn develop' from getstarted?

@joshuaellis
Copy link
Member

Hmmm weird I cant reproduce that. Are you just running 'yarn develop' from getstarted?

yes, i ran yarn build prior 🤔

@jhoward1994
Copy link
Contributor Author

Anything in the console that suggests why that happened?

@joshuaellis
Copy link
Member

Okay so having a deeper look, when you first go on an entry we dont set a query param to draft. So when I cancel the action to move to publish, we 1. try and change to draft query (if we remove that check the following still happens) 2. we set the tab back to draft which then triggers handleTabChange which then sets the query, and because the query doesn't auto-include draft it still thinks it's different.

You might actually want to pass a predicate function to Blocker instead 🤔 where we decide in the page when it should be blocking... and if you pass the custom one then we don't run our default, imo i would keep just checking pathname as the default behaviour, as we can search search params is a bit more complicated...

@joshuaellis
Copy link
Member

Check the logs carefully particularly the query, you should see what im saying 😄

CleanShot.2024-03-27.at.12.09.33.mp4

@jhoward1994
Copy link
Contributor Author

Depends on changes to the design system tab components

@jhoward1994
Copy link
Contributor Author

@joshuaellis this is working for me with our DS changes. The only thing is the blocker still needs to listen for changes to the query and have an onProceed. We can discuss next week.

I'll open a PR with the DS changes

@@ -690,15 +690,19 @@ const isErrorMessageDescriptor = (object?: string | object): object is Translati
/* -------------------------------------------------------------------------------------------------
* Blocker
* -----------------------------------------------------------------------------------------------*/
const Blocker = () => {
const Blocker = ({ onProceed = () => {} }) => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for consistency, can we add an onCancel and write an interface for the types with docs so they appear in the auto-generator and they're helpful?

@jhoward1994
Copy link
Contributor Author

DS PR strapi/design-system#1655

Copy link
Contributor

github-actions bot commented Apr 4, 2024

Size Change: +1.12 kB (0%)

Total Size: 2.38 MB

Filename Size Change
examples/getstarted/build/_baseEach-DIER0ukk.js 0 B -223 B (removed) 🏆
examples/getstarted/build/_baseMap-BG-JaYuI.js 0 B -192 B (removed) 🏆
examples/getstarted/build/AccordionToggle-M4yYxLBH.js 0 B -1.74 kB (removed) 🏆
examples/getstarted/build/ActionLayout-Yz4BsCl6.js 0 B -246 B (removed) 🏆
examples/getstarted/build/AdminSeatInfo-KKTvi8LR-Pk2Zgiou.js 0 B -875 B (removed) 🏆
examples/getstarted/build/apiTokens-75EXEvGS-PD8FxAS3.js 0 B -435 B (removed) 🏆
examples/getstarted/build/App-mrzd5Xqj-8aI9A7ZE.js 0 B -1.35 kB (removed) 🏆
examples/getstarted/build/App-WrCrq8qe-VMbBBkUX.js 0 B -10.3 kB (removed) 🏆
examples/getstarted/build/ApplicationInfoPage-eFuntlx4-0JSniKFf.js 0 B -4.27 kB (removed) 🏆
examples/getstarted/build/AuthenticatedLayout-X5tx1OzN-4r6j2C2z.js 0 B -21.5 kB (removed) 🏆
examples/getstarted/build/AuthResponse-no1FFPpN-gf5r0GI8.js 0 B -1.3 kB (removed) 🏆
examples/getstarted/build/CardDragPreview-uDO5sB_t-7APDfSmn.js 0 B -615 B (removed) 🏆
examples/getstarted/build/ColorPickerInput-RhMUg8K_-Jnb95O-Y.js 0 B -4.21 kB (removed) 🏆
examples/getstarted/build/ComboboxOption-w-3RJ-Un.js 0 B -83 B (removed) 🏆
examples/getstarted/build/ComponentConfigurationPage-V1BpoEKm-zbQVurDs.js 0 B -1.78 kB (removed) 🏆
examples/getstarted/build/ComponentIcon-J3aEhVgQ-8nLUhukM.js 0 B -1.66 kB (removed) 🏆
examples/getstarted/build/constants-GrycoEQx-EWMrMyLH.js 0 B -723 B (removed) 🏆
examples/getstarted/build/ContentBox-PbS25I_4-ZYVRv2sy.js 0 B -455 B (removed) 🏆
examples/getstarted/build/CreateActionEE-9o2Mj6Ml-eLhwFSHB.js 0 B -556 B (removed) 🏆
examples/getstarted/build/CreatePage-6AEvqa2_-FNVr85BP.js 0 B -1.89 kB (removed) 🏆
examples/getstarted/build/CreatePage-ZlJOQdHN-JfycAFdW.js 0 B -313 B (removed) 🏆
examples/getstarted/build/CreateView-kdbokVOX-BxcDhDph.js 0 B -448 B (removed) 🏆
examples/getstarted/build/CreateView-MqqDUwQd-dFdCvF8F.js 0 B -386 B (removed) 🏆
examples/getstarted/build/EditConfigurationPage-i7fwhGyL-2Eve3Wl8.js 0 B -1.33 kB (removed) 🏆
examples/getstarted/build/EditPage-FGEdNnKL-DI1S7h_q.js 0 B -1.84 kB (removed) 🏆
examples/getstarted/build/EditPage-manLm2hX-S4enalC_.js 0 B -4.96 kB (removed) 🏆
examples/getstarted/build/EditPage-qJvd5SGP-2WPxBi0_.js 0 B -2.15 kB (removed) 🏆
examples/getstarted/build/EditView-Vkg-niZg-7SRlUHsn.js 0 B -2.11 kB (removed) 🏆
examples/getstarted/build/EditViewPage--SwIleMr-lIeodkUg.js 0 B -5.13 kB (removed) 🏆
examples/getstarted/build/EditViewPage-7PbMPIJu-QnxCNowc.js 0 B -1.98 kB (removed) 🏆
examples/getstarted/build/Envelop-MSxqSxH9.js 0 B -493 B (removed) 🏆
examples/getstarted/build/EventsTable-CgPTjDE9-dOSnY5bH.js 0 B -446 B (removed) 🏆
examples/getstarted/build/FieldTypeIcon-nCjY9qjf-EjwOLflb.js 0 B -464 B (removed) 🏆
examples/getstarted/build/Form-a74xZHYA-vlwirVuk.js 0 B -4.6 kB (removed) 🏆
examples/getstarted/build/getTrad-SeEDjZbP-VnnknCyv.js 0 B -96 B (removed) 🏆
examples/getstarted/build/Github-K6QKLwk8.js 0 B -575 B (removed) 🏆
examples/getstarted/build/groupBy-Jxbb4KPh.js 0 B -558 B (removed) 🏆
examples/getstarted/build/History-HtRJnVwd-XtQohpPO.js 0 B -3.36 kB (removed) 🏆
examples/getstarted/build/HomePage-gNRoLPE--JLAW8KuE.js 0 B -13.4 kB (removed) 🏆
examples/getstarted/build/HomePage-Rp0FMrs3-pG4r10rj.js 0 B -317 B (removed) 🏆
examples/getstarted/build/hooks-FsqCzq0L-6YEYV8sL.js 0 B -97 B (removed) 🏆
examples/getstarted/build/index-0SQm9le1-oQ01H3EH.js 0 B -3 kB (removed) 🏆
examples/getstarted/build/index-96_6YiKt-T6_fr-mj.js 0 B -1.53 kB (removed) 🏆
examples/getstarted/build/index-Bx_IOCCf-PL5U5v40.js 0 B -58 kB (removed) 🏆
examples/getstarted/build/index-HUw41khP.js 0 B -572 B (removed) 🏆
examples/getstarted/build/index-i45aYvGu-i9LmKIQp-HtPsNWk1.js 0 B -53 kB (removed) 🏆
examples/getstarted/build/index-liWbCtb8-Y01TB6xx.js 0 B -1.93 kB (removed) 🏆
examples/getstarted/build/index-M5GCWgQv-x5Wl8p1K.js 0 B -7.8 kB (removed) 🏆
examples/getstarted/build/index-R3Xey2al.js 0 B -584 B (removed) 🏆
examples/getstarted/build/index-sxPcn8GW-8W8QciBa.js 0 B -1.55 kB (removed) 🏆
examples/getstarted/build/index-U48iLQDw-I2mPEPDC.js 0 B -1.95 kB (removed) 🏆
examples/getstarted/build/index-VEqTu5xk-Iuyt2HMP.js 0 B -5.49 kB (removed) 🏆
examples/getstarted/build/index-zkCD_MGb.js 0 B -6.13 kB (removed) 🏆
examples/getstarted/build/InputRenderer-56Tcm2nU-bo4B0aXc.js 0 B -560 kB (removed) 🏆
examples/getstarted/build/InstalledPluginsPage--ZsKfXh4-slYYkz4m.js 0 B -812 B (removed) 🏆
examples/getstarted/build/isNil-DQeIwOb-.js 0 B -117 B (removed) 🏆
examples/getstarted/build/Key-JSd5mvJG.js 0 B -255 B (removed) 🏆
examples/getstarted/build/Layer-VgSqeuLg.js 0 B -307 B (removed) 🏆
examples/getstarted/build/Layout-jH3ChGPm.js 0 B -241 B (removed) 🏆
examples/getstarted/build/Layout-JK50o0zl-WFJUITjf.js 0 B -1.62 kB (removed) 🏆
examples/getstarted/build/layout-r0g02nOV-Jr18TYz-.js 0 B -3.29 kB (removed) 🏆
examples/getstarted/build/Link-4fb9GW4u.js 0 B -603 B (removed) 🏆
examples/getstarted/build/ListConfigurationPage-Kx1ZKasd-yRenyncv.js 0 B -4.35 kB (removed) 🏆
examples/getstarted/build/ListPage-hZr268FO-_3RZZqqW.js 0 B -354 B (removed) 🏆
examples/getstarted/build/ListPage-I97YHfsm-ecfr7yQr.js 0 B -2.96 kB (removed) 🏆
examples/getstarted/build/ListPage-Ul-kN9Ci-dxJvsovc.js 0 B -1.95 kB (removed) 🏆
examples/getstarted/build/ListPage-v01Rz9EH-M7QPDpaG.js 0 B -2.46 kB (removed) 🏆
examples/getstarted/build/ListPage-yz5bGVO7-wMq8z_hW.js 0 B -3.48 kB (removed) 🏆
examples/getstarted/build/ListView-CEid7CcW-jn6uHS1I.js 0 B -1.38 kB (removed) 🏆
examples/getstarted/build/ListView-qJ-nQvWl-0OV4ZfUc.js 0 B -5.76 kB (removed) 🏆
examples/getstarted/build/ListView-w2_X8EA_-ljEM8eKc.js 0 B -1.36 kB (removed) 🏆
examples/getstarted/build/ListViewPage-4_KdWECY-wWSDLcvk.js 0 B -5.88 kB (removed) 🏆
examples/getstarted/build/Lock-VPAf-bRV.js 0 B -282 B (removed) 🏆
examples/getstarted/build/Login-PUL_ES6E-Xd3frsQZ.js 0 B -471 B (removed) 🏆
examples/getstarted/build/MagicLinkEE-vOoLEUeu--rTmdAW9.js 0 B -435 B (removed) 🏆
examples/getstarted/build/MarketplacePage-j9gV6ETg-Uq3r1kQc.js 0 B -14.7 kB (removed) 🏆
examples/getstarted/build/NoContentTypePage-7AJ8JJiV-85bJIV2X.js 0 B -447 B (removed) 🏆
examples/getstarted/build/NoPermissionsPage-HcVBAg66--jXzaSfV.js 0 B -226 B (removed) 🏆
examples/getstarted/build/objects-sSgk4PWh-cVfqFlr0.js 0 B -389 B (removed) 🏆
examples/getstarted/build/Ornaments-izqdN6fh-YtTKL1KC.js 0 B -1.5 kB (removed) 🏆
examples/getstarted/build/Permissions-Rqp8x4uQ-mafQKF5Q.js 0 B -9.38 kB (removed) 🏆
examples/getstarted/build/Play-KbYqlQfF.js 0 B -263 B (removed) 🏆
examples/getstarted/build/PrivateRoute-m7OeCfYA-Vx7hroN5.js 0 B -251 B (removed) 🏆
examples/getstarted/build/ProfilePage-SDCEFxOr-CrHfAC4x.js 0 B -2.26 kB (removed) 🏆
examples/getstarted/build/PurchaseAuditLogs-8_4PcW7P-4m033Qxb.js 0 B -538 B (removed) 🏆
examples/getstarted/build/PurchaseContentReleases-3tRbmbY3-ukg_f6Uo.js 0 B -546 B (removed) 🏆
examples/getstarted/build/PurchaseSingleSignOn--gblfVu6-zM7ISiQU.js 0 B -530 B (removed) 🏆
examples/getstarted/build/Refresh-6BeEhHR6.js 0 B -524 B (removed) 🏆
examples/getstarted/build/relations-LNiOCwjM-Psp50m14.js 0 B -765 B (removed) 🏆
examples/getstarted/build/Relations-wkeRphmj-FoDmLqWB.js 0 B -7.85 kB (removed) 🏆
examples/getstarted/build/selectors-i8UwQyuC-8tuDfpwe.js 0 B -110 B (removed) 🏆
examples/getstarted/build/SelectRoles-q2BZQHv5-lU87cyY7.js 0 B -1.02 kB (removed) 🏆
examples/getstarted/build/Settings-8v7IbdtY-qzaNOlC9.js 0 B -1.49 kB (removed) 🏆
examples/getstarted/build/Settings-bakpbLes-Yd3eGmJN.js 0 B -1.8 kB (removed) 🏆
examples/getstarted/build/SettingsPage-PEIiHMWi-_Px9VLMJ.js 0 B -3.16 kB (removed) 🏆
examples/getstarted/build/ShoppingCart-8Ki-5TED.js 0 B -982 B (removed) 🏆
examples/getstarted/build/SingleSignOnPage-ocmqGtvy-nkVOuF4a.js 0 B -1.77 kB (removed) 🏆
examples/getstarted/build/sortBy-gIYUbjIZ.js 0 B -685 B (removed) 🏆
examples/getstarted/build/SSOProviders-f1OPn1AH-Y2phkyHQ.js 0 B -702 B (removed) 🏆
examples/getstarted/build/Star-yvdYvsoG.js 0 B -276 B (removed) 🏆
examples/getstarted/build/strapi-vGfYakFa.js 0 B -676 kB (removed) 🏆
examples/getstarted/build/SubNavSections-2Pgwm7tL.js 0 B -1.93 kB (removed) 🏆
examples/getstarted/build/Table-_CSk_bGD-EGfsEoQX.js 0 B -1.5 kB (removed) 🏆
examples/getstarted/build/tail-Q7eVTeCQ.js 0 B -242 B (removed) 🏆
examples/getstarted/build/TFooter-dGWc04j5.js 0 B -454 B (removed) 🏆
examples/getstarted/build/TokenTypeSelect-AAIRDo_Y-jVTOKzSx.js 0 B -123 kB (removed) 🏆
examples/getstarted/build/transferTokens-Dibaubom-OjvY5D46.js 0 B -436 B (removed) 🏆
examples/getstarted/build/Twitter-ihgv-PWa.js 0 B -436 B (removed) 🏆
examples/getstarted/build/Uid-3a0CwdU8.js 0 B -4.79 kB (removed) 🏆
examples/getstarted/build/urls-Ixam7Mkv--jZahb4P.js 0 B -471 B (removed) 🏆
examples/getstarted/build/useAdminRoles-GOZmaj44-nkrESTCG.js 0 B -241 B (removed) 🏆
examples/getstarted/build/UseCasePage-gh23khV0-stSO82DK.js 0 B -1.28 kB (removed) 🏆
examples/getstarted/build/useDragAndDrop-qJbeBXii-Sf2vN18j.js 0 B -2.01 kB (removed) 🏆
examples/getstarted/build/useLicenseLimitNotification-d06Aex_I-RI8bs6QF.js 0 B -782 B (removed) 🏆
examples/getstarted/build/useLicenseLimits-EyslHDFM-xIDOEHiS.js 0 B -247 B (removed) 🏆
examples/getstarted/build/useOnce-GJ2Ta2mZ-ZENWJK7Z.js 0 B -102 B (removed) 🏆
examples/getstarted/build/useWebhooks-Dae71Az5-Jr6ipDcM.js 0 B -585 B (removed) 🏆
examples/getstarted/build/valid-s2cNYEdX.js 0 B -2.82 kB (removed) 🏆
examples/getstarted/build/validation-mL2Za6xN-CdFLP1LU.js 0 B -429 B (removed) 🏆
examples/getstarted/build/Wheelchair-nGq-a48_.js 0 B -11.1 kB (removed) 🏆
examples/getstarted/build/_baseEach-Ghv5soZQ.js 224 B +224 B (new file) 🆕
examples/getstarted/build/_baseMap-Rn8TAtSd.js 191 B +191 B (new file) 🆕
examples/getstarted/build/AccordionToggle-rukjtf9E.js 1.74 kB +1.74 kB (new file) 🆕
examples/getstarted/build/ActionLayout-gZuQCrpN.js 246 B +246 B (new file) 🆕
examples/getstarted/build/AdminSeatInfo-KKTvi8LR-nFlrpCaM.js 876 B +876 B (new file) 🆕
examples/getstarted/build/apiTokens-75EXEvGS-_z7k3Hox.js 435 B +435 B (new file) 🆕
examples/getstarted/build/App-mrzd5Xqj-2BlIT9lE.js 1.35 kB +1.35 kB (new file) 🆕
examples/getstarted/build/App-WrCrq8qe-XaL4uGel.js 10.4 kB +10.4 kB (new file) 🆕
examples/getstarted/build/ApplicationInfoPage-eFuntlx4-cSt1BPc9.js 4.27 kB +4.27 kB (new file) 🆕
examples/getstarted/build/AuthenticatedLayout-X5tx1OzN-o1ul1D2Q.js 21.5 kB +21.5 kB (new file) 🆕
examples/getstarted/build/AuthResponse-no1FFPpN-PviheT4K.js 1.3 kB +1.3 kB (new file) 🆕
examples/getstarted/build/CardDragPreview-uDO5sB_t-DZTcGoba.js 613 B +613 B (new file) 🆕
examples/getstarted/build/ColorPickerInput-RhMUg8K_-R5y70a6E.js 4.21 kB +4.21 kB (new file) 🆕
examples/getstarted/build/ComboboxOption-bRT-4Hyg.js 83 B +83 B (new file) 🆕
examples/getstarted/build/ComponentConfigurationPage-V1BpoEKm-MVD-7TRN.js 1.78 kB +1.78 kB (new file) 🆕
examples/getstarted/build/ComponentIcon-J3aEhVgQ-hLvokp4E.js 1.67 kB +1.67 kB (new file) 🆕
examples/getstarted/build/constants-GrycoEQx-yyxmGPg6.js 722 B +722 B (new file) 🆕
examples/getstarted/build/ContentBox-PbS25I_4-FU3WgSmo.js 456 B +456 B (new file) 🆕
examples/getstarted/build/CreateActionEE-9o2Mj6Ml-iAq95yj_.js 556 B +556 B (new file) 🆕
examples/getstarted/build/CreatePage-6AEvqa2_-4FyTenDW.js 1.89 kB +1.89 kB (new file) 🆕
examples/getstarted/build/CreatePage-ZlJOQdHN-JM11U2u4.js 316 B +316 B (new file) 🆕
examples/getstarted/build/CreateView-kdbokVOX-7VIfImnr.js 447 B +447 B (new file) 🆕
examples/getstarted/build/CreateView-MqqDUwQd-PhqRuy-r.js 385 B +385 B (new file) 🆕
examples/getstarted/build/EditConfigurationPage-i7fwhGyL-IaDdGN7I.js 1.34 kB +1.34 kB (new file) 🆕
examples/getstarted/build/EditPage-FGEdNnKL-BllTsHWg.js 1.84 kB +1.84 kB (new file) 🆕
examples/getstarted/build/EditPage-manLm2hX-HE1aL-rA.js 4.96 kB +4.96 kB (new file) 🆕
examples/getstarted/build/EditPage-qJvd5SGP-mnk0FD-F.js 2.15 kB +2.15 kB (new file) 🆕
examples/getstarted/build/EditView-Vkg-niZg-QCZklib8.js 2.11 kB +2.11 kB (new file) 🆕
examples/getstarted/build/EditViewPage--SwIleMr-eNTBke1S.js 5.13 kB +5.13 kB (new file) 🆕
examples/getstarted/build/EditViewPage-7PbMPIJu-pqm3C0KR.js 1.98 kB +1.98 kB (new file) 🆕
examples/getstarted/build/Envelop-P8JEevTf.js 494 B +494 B (new file) 🆕
examples/getstarted/build/EventsTable-CgPTjDE9-FvJN9i6q.js 449 B +449 B (new file) 🆕
examples/getstarted/build/FieldTypeIcon-nCjY9qjf-cauGzL_o.js 465 B +465 B (new file) 🆕
examples/getstarted/build/Form-a74xZHYA-yFalQJEK.js 4.6 kB +4.6 kB (new file) 🆕
examples/getstarted/build/getTrad-SeEDjZbP-iRnSUCz-.js 96 B +96 B (new file) 🆕
examples/getstarted/build/Github-reDTGMcR.js 575 B +575 B (new file) 🆕
examples/getstarted/build/groupBy-wmeM3Gpg.js 558 B +558 B (new file) 🆕
examples/getstarted/build/History-HtRJnVwd-F4Co_dce.js 3.36 kB +3.36 kB (new file) 🆕
examples/getstarted/build/HomePage-gNRoLPE--p4NkSHQ5.js 13.4 kB +13.4 kB (new file) 🆕
examples/getstarted/build/HomePage-Rp0FMrs3-_cglGdec.js 317 B +317 B (new file) 🆕
examples/getstarted/build/hooks-FsqCzq0L-u5gJunC9.js 97 B +97 B (new file) 🆕
examples/getstarted/build/index-0SQm9le1-tHfEbsXU.js 3 kB +3 kB (new file) 🆕
examples/getstarted/build/index-96_6YiKt-ewc-gW0D.js 1.53 kB +1.53 kB (new file) 🆕
examples/getstarted/build/index-Bx_IOCCf-SuGTEfAN.js 58 kB +58 kB (new file) 🆕
examples/getstarted/build/index-EaOoO_cS.js 572 B +572 B (new file) 🆕
examples/getstarted/build/index-Ez3Hr3Xw.js 585 B +585 B (new file) 🆕
examples/getstarted/build/index-i45aYvGu-i9LmKIQp-wuNpaTpJ.js 53 kB +53 kB (new file) 🆕
examples/getstarted/build/index-lEiRBidB.js 6.13 kB +6.13 kB (new file) 🆕
examples/getstarted/build/index-liWbCtb8-bCFGGgyI.js 1.93 kB +1.93 kB (new file) 🆕
examples/getstarted/build/index-M5GCWgQv-v8d2BGpo.js 7.79 kB +7.79 kB (new file) 🆕
examples/getstarted/build/index-sxPcn8GW-ANdPDB9x.js 1.55 kB +1.55 kB (new file) 🆕
examples/getstarted/build/index-U48iLQDw-TnUAMw3B.js 1.95 kB +1.95 kB (new file) 🆕
examples/getstarted/build/index-VEqTu5xk-GCYYVD8j.js 5.49 kB +5.49 kB (new file) 🆕
examples/getstarted/build/InputRenderer-56Tcm2nU-sFhqsXI3.js 560 kB +560 kB (new file) 🆕
examples/getstarted/build/InstalledPluginsPage--ZsKfXh4-l23gOlxs.js 813 B +813 B (new file) 🆕
examples/getstarted/build/isNil-BTAmfd6x.js 120 B +120 B (new file) 🆕
examples/getstarted/build/Key-6DWZRBJh.js 255 B +255 B (new file) 🆕
examples/getstarted/build/Layer-c8Jt1qAE.js 307 B +307 B (new file) 🆕
examples/getstarted/build/Layout-JK50o0zl-pSzdg6QU.js 1.61 kB +1.61 kB (new file) 🆕
examples/getstarted/build/Layout-LRKoGqlQ.js 240 B +240 B (new file) 🆕
examples/getstarted/build/layout-r0g02nOV-rFdaYfoa.js 3.29 kB +3.29 kB (new file) 🆕
examples/getstarted/build/Link-hjuiZrsv.js 601 B +601 B (new file) 🆕
examples/getstarted/build/ListConfigurationPage-Kx1ZKasd-ujvmRum3.js 4.35 kB +4.35 kB (new file) 🆕
examples/getstarted/build/ListPage-hZr268FO-7x-got1y.js 354 B +354 B (new file) 🆕
examples/getstarted/build/ListPage-I97YHfsm-BICmnOm7.js 2.96 kB +2.96 kB (new file) 🆕
examples/getstarted/build/ListPage-Ul-kN9Ci-IOiF88_k.js 1.95 kB +1.95 kB (new file) 🆕
examples/getstarted/build/ListPage-v01Rz9EH-3JCK7pHc.js 2.46 kB +2.46 kB (new file) 🆕
examples/getstarted/build/ListPage-yz5bGVO7-qvvbH6wb.js 3.48 kB +3.48 kB (new file) 🆕
examples/getstarted/build/ListView-CEid7CcW-dgjdnccA.js 1.38 kB +1.38 kB (new file) 🆕
examples/getstarted/build/ListView-qJ-nQvWl-pZhXDeho.js 5.75 kB +5.75 kB (new file) 🆕
examples/getstarted/build/ListView-w2_X8EA_-vKfewTAr.js 1.36 kB +1.36 kB (new file) 🆕
examples/getstarted/build/ListViewPage-4_KdWECY-ZqHbfdpQ.js 5.88 kB +5.88 kB (new file) 🆕
examples/getstarted/build/Lock-b0szOBTK.js 283 B +283 B (new file) 🆕
examples/getstarted/build/Login-PUL_ES6E-SojQRTJe.js 470 B +470 B (new file) 🆕
examples/getstarted/build/MagicLinkEE-vOoLEUeu-TXEMry0b.js 433 B +433 B (new file) 🆕
examples/getstarted/build/MarketplacePage-j9gV6ETg-lha4J7an.js 14.7 kB +14.7 kB (new file) 🆕
examples/getstarted/build/NoContentTypePage-7AJ8JJiV-w2JKT8ch.js 447 B +447 B (new file) 🆕
examples/getstarted/build/NoPermissionsPage-HcVBAg66-9vYrOHuZ.js 227 B +227 B (new file) 🆕
examples/getstarted/build/objects-sSgk4PWh-T72JfrBN.js 388 B +388 B (new file) 🆕
examples/getstarted/build/Ornaments-izqdN6fh-x0-hAf1D.js 1.5 kB +1.5 kB (new file) 🆕
examples/getstarted/build/Permissions-Rqp8x4uQ-YW_Ya8jq.js 9.38 kB +9.38 kB (new file) 🆕
examples/getstarted/build/Play-C6UK_KY9.js 262 B +262 B (new file) 🆕
examples/getstarted/build/PrivateRoute-m7OeCfYA-b_PjvmAG.js 251 B +251 B (new file) 🆕
examples/getstarted/build/ProfilePage-SDCEFxOr-iNK2sKox.js 2.26 kB +2.26 kB (new file) 🆕
examples/getstarted/build/PurchaseAuditLogs-8_4PcW7P-eDiNfXCB.js 538 B +538 B (new file) 🆕
examples/getstarted/build/PurchaseContentReleases-3tRbmbY3-B1TYB-Zc.js 546 B +546 B (new file) 🆕
examples/getstarted/build/PurchaseSingleSignOn--gblfVu6-BuzJD_l0.js 531 B +531 B (new file) 🆕
examples/getstarted/build/Refresh-LANUBecb.js 525 B +525 B (new file) 🆕
examples/getstarted/build/relations-LNiOCwjM-8Lk1bVDM.js 765 B +765 B (new file) 🆕
examples/getstarted/build/Relations-wkeRphmj-eDww-Zcu.js 7.85 kB +7.85 kB (new file) 🆕
examples/getstarted/build/selectors-i8UwQyuC-w5-sfeOx.js 110 B +110 B (new file) 🆕
examples/getstarted/build/SelectRoles-q2BZQHv5-q2IIv-Cn.js 1.02 kB +1.02 kB (new file) 🆕
examples/getstarted/build/Settings-8v7IbdtY-GdpOUD80.js 1.49 kB +1.49 kB (new file) 🆕
examples/getstarted/build/Settings-bakpbLes-IctIHE-g.js 1.81 kB +1.81 kB (new file) 🆕
examples/getstarted/build/SettingsPage-PEIiHMWi-C26KACTC.js 3.16 kB +3.16 kB (new file) 🆕
examples/getstarted/build/ShoppingCart-a0CMqdxf.js 982 B +982 B (new file) 🆕
examples/getstarted/build/SingleSignOnPage-ocmqGtvy-lGL42sNT.js 1.77 kB +1.77 kB (new file) 🆕
examples/getstarted/build/sortBy-yN_uap-n.js 688 B +688 B (new file) 🆕
examples/getstarted/build/SSOProviders-f1OPn1AH-xKIZuxeG.js 702 B +702 B (new file) 🆕
examples/getstarted/build/Star-UqL20LKF.js 276 B +276 B (new file) 🆕
examples/getstarted/build/strapi-a_yzIfIZ.js 677 kB +677 kB (new file) 🆕
examples/getstarted/build/SubNavSections-XrgQmwuX.js 1.93 kB +1.93 kB (new file) 🆕
examples/getstarted/build/Table-_CSk_bGD-o073cdYn.js 1.5 kB +1.5 kB (new file) 🆕
examples/getstarted/build/tail-DiP9HgHR.js 244 B +244 B (new file) 🆕
examples/getstarted/build/TFooter-s9rK6lMF.js 455 B +455 B (new file) 🆕
examples/getstarted/build/TokenTypeSelect-AAIRDo_Y-qBX6hnY8.js 123 kB +123 kB (new file) 🆕
examples/getstarted/build/transferTokens-Dibaubom-gbf_140N.js 439 B +439 B (new file) 🆕
examples/getstarted/build/Twitter-VxUGjn8Z.js 438 B +438 B (new file) 🆕
examples/getstarted/build/Uid-Ilu521qF.js 4.8 kB +4.8 kB (new file) 🆕
examples/getstarted/build/urls-Ixam7Mkv-7bOY_t3o.js 471 B +471 B (new file) 🆕
examples/getstarted/build/useAdminRoles-GOZmaj44-ACGC52zf.js 242 B +242 B (new file) 🆕
examples/getstarted/build/UseCasePage-gh23khV0-vFrs6aJQ.js 1.28 kB +1.28 kB (new file) 🆕
examples/getstarted/build/useDragAndDrop-qJbeBXii-b7ax7Moi.js 2.01 kB +2.01 kB (new file) 🆕
examples/getstarted/build/useLicenseLimitNotification-d06Aex_I-VLZdaniL.js 784 B +784 B (new file) 🆕
examples/getstarted/build/useLicenseLimits-EyslHDFM-LIcZ6dl0.js 249 B +249 B (new file) 🆕
examples/getstarted/build/useOnce-GJ2Ta2mZ-qTp5WKJS.js 102 B +102 B (new file) 🆕
examples/getstarted/build/useWebhooks-Dae71Az5-6vjCD6qa.js 586 B +586 B (new file) 🆕
examples/getstarted/build/valid-fmkATMFh.js 2.82 kB +2.82 kB (new file) 🆕
examples/getstarted/build/validation-mL2Za6xN-bPrUqGr2.js 428 B +428 B (new file) 🆕
examples/getstarted/build/Wheelchair-KlW8tK0w.js 11.1 kB +11.1 kB (new file) 🆕
ℹ️ View Unchanged
Filename Size Change
examples/getstarted/build/_arrayIncludesWith-Z9Clh9dj.js 123 B 0 B
examples/getstarted/build/ar--WjMPIRL-OfwQwX0w.js 53 B 0 B
examples/getstarted/build/ar-11qdHWP_-lTRwp9eA.js 4.76 kB 0 B
examples/getstarted/build/ar-dlnabvQE-oNkFXkcB.js 589 B 0 B
examples/getstarted/build/ar-gTQs8p7A-Gxk-HrP0.js 16.4 kB 0 B
examples/getstarted/build/ar-MvD8Ghac-9MD2WfIK.js 1.34 kB 0 B
examples/getstarted/build/ar-pygLrP3N-qyo4dS5h.js 1.23 kB 0 B
examples/getstarted/build/ca-A-U5stlG-yPHlIijm.js 9.95 kB 0 B
examples/getstarted/build/ca-EiEoG96a-UXnG62Mm.js 2.4 kB 0 B
examples/getstarted/build/ca-JvDzlDN8-ip0nC06S.js 3.79 kB 0 B
examples/getstarted/build/constants-EoEtSd4i-bXZWlW2I.js 72 B 0 B
examples/getstarted/build/cs-2Bc9XvQu-AibGLenG.js 2.8 kB 0 B
examples/getstarted/build/cs-A2xRj-2--IgJDOWX6.js 337 B 0 B
examples/getstarted/build/cs-BMuXwxA1-Lf1PZDqx.js 1.37 kB 0 B
examples/getstarted/build/cs-iYqoHUVt-Um2SgMrC.js 3.75 kB 0 B
examples/getstarted/build/cs-rqM0HXju-YvMT15k-.js 53 B 0 B
examples/getstarted/build/cs-x2Pr-Y38-mD1uyk8s.js 656 B 0 B
examples/getstarted/build/cs-xau8Dr4_-__Zi4ZE2.js 2.5 kB 0 B
examples/getstarted/build/de-10J3uf4y-9SlTaJ9_.js 833 B 0 B
examples/getstarted/build/de-9PSgvr2T-EiAwusy4.js 4.11 kB 0 B
examples/getstarted/build/de-aZJkKhTd-BP4Zi2Vj.js 1.55 kB 0 B
examples/getstarted/build/de-CEO1wNhl-M6PiBv1Y.js 2.11 kB 0 B
examples/getstarted/build/de-fbz9kK97-SarrOqef.js 3.85 kB 0 B
examples/getstarted/build/de-uZBjRd6a-BaOYkUdW.js 9.78 kB 0 B
examples/getstarted/build/de-Y9xqNEoA-XPXQPciS.js 53 B 0 B
examples/getstarted/build/de-zs2qqc0W-U8ocsjNP.js 1.5 kB 0 B
examples/getstarted/build/dk-_8JEfZdj-KZ1C6jVQ.js 979 B 0 B
examples/getstarted/build/dk-9BvzO1Z4-jk-ymqLz.js 535 B 0 B
examples/getstarted/build/dk-CkeGa322-Pyjtpqwa.js 3.66 kB 0 B
examples/getstarted/build/dk-HctVBMsG-kZepplNR.js 1.83 kB 0 B
examples/getstarted/build/dk-Ht5BJvwV-Ry01WSP8.js 128 B 0 B
examples/getstarted/build/dk-Judjxeox-1UzPKRoY.js 1.88 kB 0 B
examples/getstarted/build/dk-KmLnUoJC-KJg8dfYn.js 147 B 0 B
examples/getstarted/build/dk-nXAO32DE-esRIqlQ_.js 7.67 kB 0 B
examples/getstarted/build/dk-VWynu4hz-3s8zjsTk.js 1.55 kB 0 B
examples/getstarted/build/en--hlKpBzk-mhAhYQiP.js 126 B 0 B
examples/getstarted/build/en-6CS-apqo-Vd4RQECP.js 1.53 kB 0 B
examples/getstarted/build/en-A16mqbIV-ZE5AyTsZ.js 136 B 0 B
examples/getstarted/build/en-aU0dMEKb.js 74 B 0 B
examples/getstarted/build/en-bpHsnU0n-v3YRr4oh.js 1.5 kB 0 B
examples/getstarted/build/en-dDNhewrk-XDoFncvz.js 534 B 0 B
examples/getstarted/build/en-jvJ-d-Qq-wJl-9fqK.js 1.73 kB 0 B
examples/getstarted/build/en-L6ZZWDJv-wSfLfbPo.js 376 B 0 B
examples/getstarted/build/en-ng2RUr_a-Le-K72mK.js 4.16 kB 0 B
examples/getstarted/build/en-Q6nIM8GZ-dPmFPYet.js 2.5 kB 0 B
examples/getstarted/build/en-qvX6GTOD-vguxMQAh.js 12.8 kB 0 B
examples/getstarted/build/en-V4ac9UMW-gfrwi5iq.js 920 B 0 B
examples/getstarted/build/en-wwR1_CqB-Cch6b7Dd.js 4.88 kB 0 B
examples/getstarted/build/es-_xZ14QXK-35l05Fao.js 153 B 0 B
examples/getstarted/build/es--j8v7mdj-ChKsgIdq.js 1.61 kB 0 B
examples/getstarted/build/es-21jfFVzQ-UMLmQgLp.js 139 B 0 B
examples/getstarted/build/es-5S-jv_iF-K3o0j8Ht.js 598 B 0 B
examples/getstarted/build/es-64knIPhK-Q5GJG4zi.js 2.37 kB 0 B
examples/getstarted/build/es-9381tih_-pysvQggc.js 1.96 kB 0 B
examples/getstarted/build/es-DfbpvVeJ-Rl6RxhGa.js 3.89 kB 0 B
examples/getstarted/build/es-f_rfLY5r-TpsXtt0T.js 1.01 kB 0 B
examples/getstarted/build/es-i0dEHPPQ-eSz8_T_p.js 11.2 kB 0 B
examples/getstarted/build/es-JJbImDCo-Yt-bEmx2.js 3.65 kB 0 B
examples/getstarted/build/es-kL6_JyxJ.js 74 B 0 B
examples/getstarted/build/eu-j4oIDqKd-Qw8enYod.js 3.74 kB 0 B
examples/getstarted/build/eu-wFmYHERY-kH-47ER2.js 11.3 kB 0 B
examples/getstarted/build/fr--lu63fR9-J7zsssVp.js 53 B 0 B
examples/getstarted/build/fr-4BkQ-Qvt-61f3X0M0.js 161 B 0 B
examples/getstarted/build/fr-8muIKZms-fv5MyU5b.js 133 B 0 B
examples/getstarted/build/fr-CMSc77If-WPdBcBLd.js 1.33 kB 0 B
examples/getstarted/build/fr-KpqEX0Gy-eYzM6vQp.js 3.82 kB 0 B
examples/getstarted/build/fr-L2xRpd2l-4rQupIi3.js 792 B 0 B
examples/getstarted/build/fr-lLO-TUNw-H5PlfKdG.js 1.55 kB 0 B
examples/getstarted/build/fr-M0bxmaOq-0NacE9S4.js 2.77 kB 0 B
examples/getstarted/build/fr-mov19PPz-wbJqtNt3.js 1.65 kB 0 B
examples/getstarted/build/fr-OI7VyC_k-84QqR9Eb.js 9.75 kB 0 B
examples/getstarted/build/gu-_s5jLPk0-lGHViPzE.js 4.47 kB 0 B
examples/getstarted/build/gu-zSaMc-a6-uogbg-s6.js 9.55 kB 0 B
examples/getstarted/build/he-_fSaX9rS-aKNhCM8F.js 1.62 kB 0 B
examples/getstarted/build/he-YzAGShlQ-4eg3YSra.js 6.1 kB 0 B
examples/getstarted/build/hi-MbTL0qJp-v9uDPoIr.js 4.54 kB 0 B
examples/getstarted/build/hi-ZQ4t6UdY-BOET01jD.js 11.5 kB 0 B
examples/getstarted/build/hu-O1FJoY8c-Pfx7-6mX.js 12.2 kB 0 B
examples/getstarted/build/hu-p07EK8x0-p9LY3nuM.js 3.99 kB 0 B
examples/getstarted/build/id-inlH2S97-J7zsssVp.js 53 B 0 B
examples/getstarted/build/id-l-r-lPDE-BhFI5f3g.js 707 B 0 B
examples/getstarted/build/id-Lb_0kPQU-ya3XLzPL.js 5.25 kB 0 B
examples/getstarted/build/id-SDuyIkZa-ya_EW1h9.js 1.41 kB 0 B
examples/getstarted/build/id-SxErtbYb-4zKP7CcN.js 3.24 kB 0 B
examples/getstarted/build/id-Uu1zcAnS-FYt5dsaX.js 2.82 kB 0 B
examples/getstarted/build/index-hKqsGuL5.js 104 B 0 B
examples/getstarted/build/index-TXQYZjEq.js 121 B 0 B
examples/getstarted/build/index.html 594 B +2 B (0%)
examples/getstarted/build/InputRenderer-56Tcm2nU-O1OTS4OG.css 369 B 0 B
examples/getstarted/build/it-136monzD-tokYz7HG.js 5.56 kB 0 B
examples/getstarted/build/it-1VgFtCa5-J7zsssVp.js 53 B 0 B
examples/getstarted/build/it-9O4SdU5h-aaOVPUDe.js 2.94 kB 0 B
examples/getstarted/build/it-bvH7DgQo-1AwxmJ3Y.js 1.49 kB 0 B
examples/getstarted/build/it-DZbHdndP-rZflbVRJ.js 3.38 kB 0 B
examples/getstarted/build/it-G91O8vsJ-DX1NUby4.js 1.48 kB 0 B
examples/getstarted/build/it-nCSZoaet-0SVrzIJn.js 746 B 0 B
examples/getstarted/build/ja-0-FUC0T4-EFEq4X-l.js 8.82 kB 0 B
examples/getstarted/build/ja-2RIm-gdA-nIra1cbN.js 693 B 0 B
examples/getstarted/build/ja-B9ppS86Y-fD48MWCR.js 3.98 kB 0 B
examples/getstarted/build/ja-o_-JPvQv-inHXSRgZ.js 1.4 kB 0 B
examples/getstarted/build/ja-XQwSRd0U-qT8z9vkY.js 1.76 kB 0 B
examples/getstarted/build/ja-yh0nzpcN-T3CoLbGy.js 1.14 kB 0 B
examples/getstarted/build/ko-cgLmk3uQ-Su0LsWoh.js 3.75 kB 0 B
examples/getstarted/build/ko-CHwWbicn-njDCEwti.js 4.08 kB 0 B
examples/getstarted/build/ko-dH9q_Ivi-SaGvSzEi.js 2.31 kB 0 B
examples/getstarted/build/ko-FS6iSiMF-dJRTYeQY.js 652 B 0 B
examples/getstarted/build/ko-H3Y8GpnD-sbyRlkig.js 8.35 kB 0 B
examples/getstarted/build/ko-JK6i4QQ5-j_MEDjAy.js 1.7 kB 0 B
examples/getstarted/build/ko-NdEnkB5D-cGRR8wfP.js 152 B 0 B
examples/getstarted/build/ko-pUwRxmfG-aWThbceX.js 1.17 kB 0 B
examples/getstarted/build/ko-XJbPSez_-84xWDr4V.js 2.07 kB 0 B
examples/getstarted/build/ml-NPdcpJoN-LRx2JWjv.js 11.9 kB 0 B
examples/getstarted/build/ml-r1YJf2PO-GeUmgNFs.js 4.77 kB 0 B
examples/getstarted/build/ModalForm-Gh2063zZ-1vxEmnad.js 244 B 0 B
examples/getstarted/build/ms-8e8SEhhY-E73gbyvG.js 714 B 0 B
examples/getstarted/build/ms-cJhKTqZ1-RtqozBHF.js 1.33 kB 0 B
examples/getstarted/build/ms-II5Ea73J-gubEhBMA.js 1.2 kB 0 B
examples/getstarted/build/ms-MiLXNCjS-5gRZye-c.js 3.24 kB 0 B
examples/getstarted/build/ms-msJ5VJP--YvMT15k-.js 53 B 0 B
examples/getstarted/build/ms-v9c434YI-YMEL7TzC.js 3.97 kB 0 B
examples/getstarted/build/ms-W6NBu3sM-v2pCVL2s.js 2.67 kB 0 B
examples/getstarted/build/nl-dn3A0wMn-bqDcN1J_.js 3.27 kB 0 B
examples/getstarted/build/nl-nqu0tpen-J7zsssVp.js 53 B 0 B
examples/getstarted/build/nl-qHmOt3d1-ieWZHZDE.js 11.5 kB 0 B
examples/getstarted/build/nl-RjdbZWuM-Deayapbr.js 598 B 0 B
examples/getstarted/build/nl-vEy6TN0K-be7tfgxk.js 1.25 kB 0 B
examples/getstarted/build/nl-w2qIb3Nq-wahL0XP7.js 3.76 kB 0 B
examples/getstarted/build/no-XGZQN-Ji-Zi40WCOy.js 5.51 kB 0 B
examples/getstarted/build/pl-2VowaFGt-ibb6xpXA.js 2.01 kB 0 B
examples/getstarted/build/pl-5DTLh5PW-0Y8k-ElF.js 147 B 0 B
examples/getstarted/build/pl-fGfT_UEg-y4TXPzZq.js 1.7 kB 0 B
examples/getstarted/build/pl-hIkybdiE-KBgOzada.js 4.05 kB 0 B
examples/getstarted/build/pl-Id5YX-Pw-3MHBuaAm.js 10.1 kB 0 B
examples/getstarted/build/pl-OEzE99CQ-KaMlTtEc.js 576 B 0 B
examples/getstarted/build/pl-PGx8jRyO-NTdNMfc1.js 2.08 kB 0 B
examples/getstarted/build/pl-sh4sAKA8-uB4pwcJz.js 1.01 kB 0 B
examples/getstarted/build/pl-TWurBBP_-DjE0-zMU.js 149 B 0 B
examples/getstarted/build/pl-Vzcavnin-37e7S9b5.js 3.79 kB 0 B
examples/getstarted/build/pt-BR-0o0Gf-P8-n5JNyCLU.js 10.9 kB 0 B
examples/getstarted/build/pt-BR-kotPmwXm--ley41Tw.js 1.52 kB 0 B
examples/getstarted/build/pt-BR-LiYpRJVe-p7Yl8DjA.js 4.07 kB 0 B
examples/getstarted/build/pt-BR-NChlUBNo-J7zsssVp.js 53 B 0 B
examples/getstarted/build/pt-BR-sS1Xp3Jt-jxR0Fcqo.js 1.13 kB 0 B
examples/getstarted/build/pt-BR-uX3O_t0X-ZJbjE7ae.js 608 B 0 B
examples/getstarted/build/pt-BR-Yn6L45Dt-eSebcp0Q.js 3.79 kB 0 B
examples/getstarted/build/pt-f52AXrxz-nrZ8Jedi.js 4.2 kB 0 B
examples/getstarted/build/pt-gbCWl_O7-Z5hznfVx.js 1.89 kB 0 B
examples/getstarted/build/pt-GqKRRnNe-ZJbjE7ae.js 608 B 0 B
examples/getstarted/build/pt-h5YyM5q5-A2Z5oWUc.js 1.52 kB 0 B
examples/getstarted/build/pt-qlftKgX5-oQDNFTyt.js 597 B 0 B
examples/getstarted/build/pt-Rf9W51IO-j_n3oUw2.js 1.22 kB 0 B
examples/getstarted/build/pt-VtuofvU--EakBvr5U.js 1.04 kB 0 B
examples/getstarted/build/ru-_BJx1_V5-cpy1qczH.js 240 B 0 B
examples/getstarted/build/ru-aD804UEo-8TSo8mRS.js 200 B 0 B
examples/getstarted/build/ru-dQr7xFOb-yN33KaiO.js 1.28 kB 0 B
examples/getstarted/build/ru-e-9QT8uo-J7zsssVp.js 53 B 0 B
examples/getstarted/build/ru-FpmG9SEf-oSX0ZDQG.js 15.9 kB 0 B
examples/getstarted/build/ru-hAJgc9YJ-_D83GCGH.js 5.76 kB 0 B
examples/getstarted/build/ru-LLXYEOwl-maC6HF0B.js 610 B 0 B
examples/getstarted/build/ru-qKHnd5or-thb_Fbcx.js 2.51 kB 0 B
examples/getstarted/build/ru-vTF6FKW4-Tkhzn04j.js 2.15 kB 0 B
examples/getstarted/build/ru-YHGnfUOQ-hkQl0E6s.js 1.83 kB 0 B
examples/getstarted/build/ru-YqhibZuD-iaednnF_.js 4.29 kB 0 B
examples/getstarted/build/sa-FIdVzik0-S1jDb5LE.js 4.59 kB 0 B
examples/getstarted/build/sa-KUwV8aRB-IQHhYTUV.js 11.7 kB 0 B
examples/getstarted/build/sk-_Ryr-eTT-8Uj72yzG.js 1.28 kB 0 B
examples/getstarted/build/sk-CmFzcTCe-KHUfCq6U.js 3.59 kB 0 B
examples/getstarted/build/sk-g_1C955P-mPkBXBAO.js 8.64 kB 0 B
examples/getstarted/build/sk-JYYgDOpb-1cMG9Knz.js 2.47 kB 0 B
examples/getstarted/build/sk-kFsAagmb-46aV39mw.js 3.86 kB 0 B
examples/getstarted/build/sk-nreoyD6V-ggHs-0Lm.js 745 B 0 B
examples/getstarted/build/sk-ynr7Qeic-YvMT15k-.js 53 B 0 B
examples/getstarted/build/strapi-jibWoDgi.css 1.25 kB 0 B
examples/getstarted/build/sv-2OIm9369-bnDuQoPA.js 3.71 kB 0 B
examples/getstarted/build/sv-3cUQOOsD-1iCRdl0z.js 4.09 kB 0 B
examples/getstarted/build/sv-BqzScFXS-pL3ydTXh.js 1.92 kB 0 B
examples/getstarted/build/sv-kIUD_46v-avkm-3K_.js 1.02 kB 0 B
examples/getstarted/build/sv-lzyY1dsz-5_1cEk_Q.js 11.2 kB 0 B
examples/getstarted/build/sv-N5RufX6w-rWDZASZZ.js 148 B 0 B
examples/getstarted/build/sv-QqRPNQLw-cuaLfeFA.js 318 B 0 B
examples/getstarted/build/sv-YocrQXH3-Fok_vvxs.js 140 B 0 B
examples/getstarted/build/th-7LJ9Y8EL-ysaz4e2-.js 6.16 kB 0 B
examples/getstarted/build/th-8DzOZ1N_-FxAPZ0C9.js 1.82 kB 0 B
examples/getstarted/build/th-AXP1swr_-J7zsssVp.js 53 B 0 B
examples/getstarted/build/th-IcmZ0Yif-D0PagSr4.js 970 B 0 B
examples/getstarted/build/th-JcSZNDPL-1fSFXv5j.js 4.07 kB 0 B
examples/getstarted/build/th-LBV0oiV_-tUeqjoTS.js 3.27 kB 0 B
examples/getstarted/build/th-WsknMEpq-lnzlXrl4.js 1.84 kB 0 B
examples/getstarted/build/tr-_DB1F1GW-vDV9wXQt.js 1.95 kB 0 B
examples/getstarted/build/tr-09v-DLMg-cNNBLaKK.js 10.7 kB 0 B
examples/getstarted/build/tr-662MrIbF-YXWMRKvx.js 3.71 kB 0 B
examples/getstarted/build/tr-BJx1RKAN-9B7IB-8r.js 2.24 kB 0 B
examples/getstarted/build/tr-CkXew0gQ-g4Y7oIKB.js 1.02 kB 0 B
examples/getstarted/build/tr-ddMDJOmn-ArVPthOz.js 604 B 0 B
examples/getstarted/build/tr-i2ZHjSRk-dSRlw_D3.js 3.69 kB 0 B
examples/getstarted/build/tr-n0TEbzkp-B4IbSD24.js 1.59 kB 0 B
examples/getstarted/build/tr-nkbjyt2S-qg5Qg3zO.js 135 B 0 B
examples/getstarted/build/tr-qYGSw8gH-5R6O9qSM.js 297 B 0 B
examples/getstarted/build/tr-ucOQiEOl.js 83 B 0 B
examples/getstarted/build/tr-UmSHgD8y-xxB3ji51.js 158 B 0 B
examples/getstarted/build/uk-38IblmOr-QieAa7Gx.js 4.83 kB 0 B
examples/getstarted/build/uk-E8Js7gDb-yUi8a8Hj.js 950 B 0 B
examples/getstarted/build/uk-MjxGeH8V-4Cy7dUJl.js 3.2 kB 0 B
examples/getstarted/build/uk-TAkZuqhF-8NqHl1Qp.js 1.76 kB 0 B
examples/getstarted/build/uk-VnKUi6CK-J7zsssVp.js 53 B 0 B
examples/getstarted/build/uk-wS6hV3Qo-nrIhdC46.js 4.05 kB 0 B
examples/getstarted/build/uk-yxMSQAwI-sufYD23D.js 1.57 kB 0 B
examples/getstarted/build/users-P2ivP9Cm-biVu7ccp.js 111 B 0 B
examples/getstarted/build/vi-10CsgDK2-Urhr1M2j.js 130 B 0 B
examples/getstarted/build/vi-k1R3Y3mS-e6dVFr5e.js 894 B 0 B
examples/getstarted/build/vi-rHzGZoeX-J7zsssVp.js 53 B 0 B
examples/getstarted/build/vi-ryNZtXtk-EyNKiOcR.js 4.17 kB 0 B
examples/getstarted/build/vi-v2DtY-vR-bmUBo1M4.js 2.33 kB 0 B
examples/getstarted/build/vi-xY0zCW3d-CTrLdcKo.js 1.4 kB 0 B
examples/getstarted/build/zh-fPTOIT6s-3nXFkBcm.js 331 B 0 B
examples/getstarted/build/zh-Hans-7RFZCPSX-iTSSvdn7.js 3.22 kB 0 B
examples/getstarted/build/zh-Hans-ClgXy4wM-zIEwBvmr.js 140 B 0 B
examples/getstarted/build/zh-Hans-E84cu4kP-esCS3h8E.js 1.99 kB 0 B
examples/getstarted/build/zh-Hans-FdUTcggu-Z4E8vffy.js 875 B 0 B
examples/getstarted/build/zh-Hans-gue_fPye-gDZbyPra.js 2.88 kB 0 B
examples/getstarted/build/zh-Hans-HlxDUeVA-5rwYKCvD.js 12.7 kB 0 B
examples/getstarted/build/zh-Hans-lA3il0Ya-2NfuE455.js 1.45 kB 0 B
examples/getstarted/build/zh-Hans-S881g_9w-1MvYxa2Z.js 16.2 kB 0 B
examples/getstarted/build/zh-Hans-yp2AYznJ-1nykAmIu.js 389 B 0 B
examples/getstarted/build/zh-KvwXXMnA-oPfnHQD3.js 154 B 0 B
examples/getstarted/build/zh-kY_lTWWN-p5mfH7xE.js 1.57 kB 0 B
examples/getstarted/build/zh-LVlFs0Ol-cMwuYEn5.js 637 B 0 B
examples/getstarted/build/zh-nyfS9-tF-nLF4rje-.js 2.43 kB 0 B
examples/getstarted/build/zh-OFeldzbX-KUd3x9W0.js 1.91 kB 0 B
examples/getstarted/build/zh-t8kOIWsP-y_lzxhpN.js 4.2 kB 0 B
examples/getstarted/build/zh-uYDxJNM3-EdNDaMV2.js 3.87 kB 0 B
examples/getstarted/build/zh-Vd3mfBR--f6qScRof.js 1.07 kB 0 B
examples/getstarted/build/zh-WEteLuNm-eJaVPrr7.js 11.4 kB 0 B
examples/getstarted/build/zh-WWNi5hqs-mHAwOl5D.js 144 B 0 B

compressed-size-action

@joshuaellis joshuaellis removed the flag: don't merge This PR should not be merged at the moment label Apr 4, 2024
@jhoward1994 jhoward1994 merged commit 66039c1 into v5/main Apr 4, 2024
78 of 85 checks passed
@jhoward1994 jhoward1994 deleted the fix/confirm-modified-tab-change branch April 4, 2024 13:36
@echoes-hq echoes-hq bot added the echoes/type: feature/new For brand new features (v1/alpha/beta versions) label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
echoes/type: feature/new For brand new features (v1/alpha/beta versions) pr: feature This PR adds a new feature source: core:content-manager Source is core/content-manager package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants