251 Commits

Author SHA1 Message Date
Rémi de Juvigny
70c58458a6
fix: prevent switching preview tabs with unsaved changes (#23115)
* fix: prevent switching preview tabs with unsaved changes

* fix: e2e test
2025-03-12 04:45:27 -04:00
Rémi de Juvigny
81770bb1a7
fix: disable preview form when status is modified (#23083) 2025-03-07 09:32:56 -05:00
Rémi de Juvigny
cbd2c37ca3
chore: add documentId to tracking events (#23052)
* chore: add documentId to tracking events

* fix: test
2025-03-06 03:49:36 -05:00
Rémi de Juvigny
4ebc804985
fix: add origin to preview message (#23059)
* fix: add origin to preview message

* Update packages/core/content-manager/admin/src/preview/components/PreviewHeader.tsx

Co-authored-by: markkaylor <mark.kaylor@strapi.io>

---------

Co-authored-by: markkaylor <mark.kaylor@strapi.io>
2025-03-05 03:55:33 -05:00
markkaylor
85d3789768
feat(preview): refresh iframe when strapi updates (#23024) 2025-03-03 16:54:22 +01:00
Ivan Malaniak
9a7418f343
enhancement: add missing Ukrainian translations for various plugins and components (#22150)
Co-authored-by: Bassel Kanso <basselkanso82@gmail.com>
2025-02-26 19:46:18 +02:00
markkaylor
20e302a177
fix(preview): updating the document causes full page reload (#22990) 2025-02-26 10:37:27 +01:00
markkaylor
8f958d1f87
feat(preview): add review workflow injection zone (#22942) 2025-02-24 10:58:23 +01:00
Rémi de Juvigny
0a60ac747a
future: toggle preview side editor (#22919)
* future: toggle side editor

* enhancement: add animation

* fix: arrow direction
2025-02-20 08:56:59 -05:00
markkaylor
8264ee2035
feat(preview): save and publish document (#22902)
Co-authored-by: Rémi de Juvigny <remi.dejuvigny@strapi.io>
2025-02-20 11:21:05 +01:00
Mohamed Dilshad
9e9a841899
fix: color missing in links of rich texts blocks (#22230) (#22350) 2025-02-10 10:43:06 -05:00
Alexandre BODIN
a6235c371b
fix: ctb reload state after save & delete (#22805) 2025-02-10 16:12:25 +01:00
Rémi de Juvigny
8a76e00846
future: add edit form to preview page (#22823)
* future: add edit form to preview page

* fix: permissions
2025-02-07 09:29:07 -05:00
markkaylor
5cab2283e8
feat(content-manager): make markdown editor responsive (#22820) 2025-02-07 11:46:51 +01:00
Rémi de Juvigny
b4e84114b7
feat: responsive blocks editor toolbar (#22753)
* ehancement: responsive blocks toolbar

* enhancement: change buttons ui when in menu

* chore: extract ObservedToolbarItem

* chore: observed MoreMenu

* fix: no visible item case

* fix: set intersection observer root

* chore: use useElementOnScreen in toolbar

* chore: export single useElementOnScreen from admin

* fix: unique key

* enhancement: abstract intersection observer callback

* fix: mark feedback

* fix: menu divider

* fix: add menu divider

* fix: show active style and icon on menu item

* fix: use onSelect no menu items

* fix: prevent focusing trigger on menu close

* fix: remove unused editor var
2025-02-06 10:01:35 -05:00
Simone
16cb0821de
feat(relations-on-the-fly): Setup the Future flag for the Relations on the fly (#22771)
* feat(relations-on-the-fly): setup future flag and replace link with a text button

* feat(relations-on-the-fly): create unstable variant of relations components to handle the relations on the fly logic

* feat(relations-on-the-fly): remove code
2025-02-05 16:04:03 +01:00
markkaylor
88f5d2bfb3
chore(preview): prepare layout for side editor (#22767) 2025-01-31 12:30:31 +01:00
Alexandre Bodin
3be592e7ed Merge branch 'develop' into chore/rollup 2025-01-29 17:47:50 +01:00
Marc-Roig
5f30c63bed
chore: useDebounce hook 2025-01-27 10:58:08 +01:00
Marc-Roig
d325780fea
fix: debounce relation search 2025-01-27 10:32:05 +01:00
Dhruv Maradiya
008421e40e
feat(content-manager): better bulk publish overview (#22618) 2025-01-24 14:55:55 +01:00
Alexandre Bodin
92055a7fb1 chore: use rollup
chore: fetch template only if name matches name convention

chore: linting

chore: fix tests

chore: fix npm scripts

test: try to fix test
2025-01-23 16:28:23 +01:00
markkaylor
926e9af936
feat(content-manager): add container queries to form fields (#22693) 2025-01-22 16:59:44 +01:00
markkaylor
c2c6a58d5a
feat(content-manager): add getters to useDocument (#22683)
* feat: add getTitle to useDocument
* feat: add getInitialFormValues to useDocument
2025-01-22 11:46:18 +01:00
Rémi de Juvigny
4fb36a97d4
fix: adding component to dynamic zone overwrites data (#22656)
* fix: add component to dz at position

* fix: dz component more menu alignment

* test: add e2e test case

* chore: remove commented code

* test: add last position check

* fix: use theme value for padding

* test: force click menu items

* fix: use ds values for theme

* fix: make button a span

* chore: remove unused var

* fix: try force true

* fix: try dispatch click event

* fix: add above first
2025-01-21 04:42:29 -05:00
markkaylor
dad3c50630
fix(history): handle nested component images (#22278) 2025-01-08 15:57:28 +01:00
Rémi de Juvigny
110b429be2
feat: new admin homepage (#22346)
* feat: init new homepage with custom greeting (#22269)

* feat: init new homepage

* fix: e2e test

* chore(homepage): move guided tour (#22338)

* enhancement: create homepage widget component

* enhancement(homepage): create recently edited documents endpoint (#22355)

* chore: init recent documents route and controller

* enhancement: add recently updated docs endpoint

* chore: add endpoint types

* chore: add api tests

* fix: ts build

* enhancement: add generic widget component

* enhancement: add homepage recently edited widget

* chore: add compound component

* fix: unit test

* enhancement: add no data state

* enhancement: add no data variant

* future(homepage): add generic widget component (#22369)

* enhancement: create homepage widget component

* enhancement: add generic widget component

* chore: add compound component

* fix: unit test

* enhancement: add no data variant

* fix: widget height

* enhancement(homepage): get recent publish activity (#22377)

* chore: tracking and a11y improvements

* chore: add e2e tests

* fix: more cache invalidation

* chore: update api tests

* fix: remove cm dependency

* fix: broken status

* enhancement(home): add recently published widget (#22391)

* fix(home): replace title documentId with document title (#22403)

* fix(home): make locale defined or null to get the correct status (#22405)

* fix(homepage): make back button work when document has a locale (#22450)

* release: 5.6.0

* Revert "release: 5.6.0"

This reverts commit 77ad0efc79afd9777d140f84e8abc47cda26d1d9.

* release: 5.6.0

* fix(homepage): add missing styles for error, loading, and empty states (#22448)

* fix(homepage): add missing styles for error, loading, and empty states

* fix: always include title and icon

* chore: refactor to not rerender static content

* chore: reuse table component

* fix: single type link

---------

Co-authored-by: Rémi de Juvigny <remi.dejuvigny@strapi.io>

* fix: minor ui issues

* fix: hide doc status when no d&p (#22409)

* fix: hide doc status when no d&p

* enhancement: show dash instead

---------

Co-authored-by: Rémi de Juvigny <remi.dejuvigny@strapi.io>
Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com>

* v5.7.0-beta.0

* fix: package versions

* fix: package version

---------

Co-authored-by: Mark Kaylor <mark.kaylor@strapi.io>
Co-authored-by: Marc-Roig <marc12info@gmail.com>
2025-01-06 10:03:49 -05:00
markkaylor
4296716ff1
fix(content-manager): ensure plugin::users-permissions.user is redirected on create (#22435) 2024-12-18 04:44:32 -05:00
Lucas Boilly
b6435ada23
fix(blocks): various ui issues (#22423)
* fix: blocks-ui-fixes

* fix: made it prettier

* fix: optimizations
2024-12-16 10:56:44 -05:00
Lucas Boilly
d7ff93a99d
fix: add component button style (#22425)
* fix: add-component-button-style

* fix: made it prettier

* fix: optimizations
2024-12-16 10:54:34 -05:00
Marc Roig
0d4051ce87
fix: multiple requests locale (#22273)
* fix: multiple requests locale

* fix: actions request

* fix: properly load locales

* fix: add status to localizations

* fix: remove unused types

* fix: front tests

* fix: add validation fields into localizations

* fix: validatable attributes

* fix: select nested fields when populating localizations

* fix: uncomment localizations populate

* fix: document-metadata

* fix: empty populate

* fix: revert to original proposal

* fix: do not select document ids on components (#22330)

* fix: do not select document ids on components

* chore: unit test

* fix: metadata test

* fix: populate

* fix: default fields

* fix: show current locale when bulk publishing

* fix: create locale

* Update packages/core/content-manager/server/src/services/document-metadata.ts

Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>

---------

Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
2024-12-16 16:12:40 +01:00
Rémi de Juvigny
9a9885d211
fix: preview back button behavior (#22432) 2024-12-16 08:00:49 -05:00
Simone
bd3c89f680
feat(content-manager): add syntax highlighting in the code block type in the Blocks field original solution (#22332)
* feat: install prismjs

* feat(content-manager): add highlights to code block using Prismjs

* feat(content-manager): remove screen debug

* feat(content-manager): extends render leaf props

* feat(content-manager): fix build issue

* feat(content-manager): move prismjs theme import

* feat(content-manager): change theme

* feat(content-manager): theme import minimized

* feat(content-manager): import prismjs types

* feat(content-manager): change gh action config

* feat(content-manager): revert the admin bundle size code

* feat(content-manager): remove console log

* feat(content-manager): change import theme

* feat(content-manager): remove theme

* feat(content-manager): change imports

* feat(content-manager): change prismjs import

* feat(content-manager): try to find the issue in gh action

* feat(content-manager): add theme test

* feat(content-manager): add packup css plugin

* feat(content-manager): remove rollup

* feat(content-manager): add change threshold

* feat(content-manager): import Prism in Code component

* feat(content-manager): remove prismjs

* feat(content-manager): install prismjs

* feat(content-manager): add prismjs theme

* feat(content-manager): install prismjs in admin

* feat(content-manager): try to change Prism import

* feat(content-manager): add config file

* feat(content-manager): add prismjs vite config

* feat(content-manager): change rollup options

* feat(content-manager): modify vite config

* feat(content-manager): add manually prismjs

* feat(content-manager): revert prismjs logic

* feat(content-manager): fix build errors

* feat(content-manager): solve failing fe unit tests

* feat(content-manager): add threshold

* feat(content-manager): fix import default

* feat(content-manager): change vite config

* feat(content-manager): add vite plugin prismjs

* feat(content-manager): update vite config

* feat(content-manager): fix issue decorate

* chore: add prism in admin deps

* feat(content-manager): replace original solution prismjs

* feat(content-manager): remove useless prismjs dep in admin

* feat(content-manager): change prismjs version

* feat(content-manager): remove vite-plugin-prismjs

* feat(content-manager): remove useless duplications in constants file

* feat(content-manager): move some files

* feat(content-manager): fix review comments

* feat(content-manager): remove useless importPath property

---------

Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com>
2024-12-11 11:19:23 +01:00
Rémi de Juvigny
d416a775c5
Merge branch 'develop' into chore/rm-preview-flag 2024-12-11 09:51:43 +01:00
Ben Irvin
b459504b7b release: merge branch 'main' into develop 2024-12-04 17:23:32 +01:00
Ben Irvin
82460d7ac3
release: 5.5.0 (#22340)
* feat: use mux player for video

Signed-off-by: Sora Morimoto <sora@morimoto.io>

* chore(deps): bump @strapi/design-system from 2.0.0-rc.13 to 2.0.0-rc.14 (#22274)

* enhancement: disable preview link when changes are not saved (#22275)

* feat: send diagnostic messages from remote strapi (#22214)

* chore: re-add some controls

* chore: test-snapshots

* ci: use correct fetch-depth (#22288)

* test(front): update snapshots

* ci: use correct fetch-depth

* Chore: setting up nx releases (#22264)

* chore(deps): update @strapi/pack-up to v5.0.2 (#22261)

---------

Co-authored-by: Ben Irvin <ben@innerdvations.com>

* Fix: move msw to devDeps and change koa range (#22129)

---------

Co-authored-by: Ben Irvin <ben.irvin@strapi.io>

* chore: remove yarn.lock from templates/website (#22294)

* fix: turn on and update i18n settings.spec.ts (#22282)

* chore: use "workspace:*" for internal dependencies (#22303)

* chore: use "workspace:*" for internal dependencies

* chore: update yarn lock

* ci: fix docs_build (#22304)

* ci: fix docs_build

* ci: run docs_build on global changes

* chore: upgrade vite-plugin-dts (#22297)

* fix: document actions being rendered multiple times (#22283)

* chore: update sdk-plugin and dedupe yarn.lock (#22296)

* chore: cleanup removing support for assets without metadata (#22215)

* Update: Purchase Page links + Add Content History menu link (#21531)

* Update: Purchase Page links + Add Content History menu link

* enhancement:Update Purchase Page links + Add Content History menu link

* enhancement: update purchase page links

* chore: update links

---------

Co-authored-by: Simone <startae14@gmail.com>

* fix: add documentId to `me` graphql query (#22321)

* fix(preview): page title and disabled link (#22324)

* fix: add preview title tag to get browser tooltip

* fix: same header title as edit view

* fix: disabled preview button

* chore: remove useless variable

* fix: broken hover in e2e tests

* fix: prevent flaky iframe src check

* release: 5.5.0

* release: update missed version numbers

* release: update yarn.lock

* release: use workspace for internal packages

* release: update yarn.lock

---------

Signed-off-by: Sora Morimoto <sora@morimoto.io>
Co-authored-by: Sora Morimoto <sora@morimoto.io>
Co-authored-by: markkaylor <mark.kaylor@strapi.io>
Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com>
Co-authored-by: Bassel Kanso <basselkanso82@gmail.com>
Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com>
Co-authored-by: Rémi de Juvigny <remi.dejuvigny@strapi.io>
Co-authored-by: Jonas Thelemann <e-mail@jonas-thelemann.de>
Co-authored-by: Adrien Foulon <6115458+Tofandel@users.noreply.github.com>
Co-authored-by: Maxime Castres <17828745+Mcastres@users.noreply.github.com>
Co-authored-by: Simone <startae14@gmail.com>
Co-authored-by: Laurens Kling <laurens@goedideemedia.nl>
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2024-12-04 16:15:06 +01:00
Rémi de Juvigny
ca8b9b60c7
fix: preview back button behavior (#22334)
* fix: preview back button

* Update packages/core/admin/admin/src/features/BackButton.tsx
2024-12-04 08:23:47 -05:00
Rémi de Juvigny
81b62a508e feat: add content preview (remove future flag) 2024-12-04 09:36:19 +01:00
Lucas Boilly
5dde62eabd
chore: added french translations for blocks (#22195)
* chore: added french translations for blocks

* chore: added missing translations
2024-12-03 03:25:00 -05:00
Rémi de Juvigny
03640aa70e
enhancement: cmd+enter and ctrl+enter to save entry (#22311)
* enhancement: keyboard shortcuts to save entry

* chore: add e2e test

* chore: restore validate fn

* fix: don't register cmd+s for arc browser

* fix: remove cmd+s and ctrl+s
2024-12-02 12:03:22 -05:00
Rémi de Juvigny
7232d30c05
fix: document actions being rendered multiple times (#22283) 2024-11-29 05:58:46 -05:00
Rémi de Juvigny
25e4c58708
enhancement: disable preview link when changes are not saved (#22275) 2024-11-26 08:10:09 -05:00
Marc Roig
e38c525e71
fix: search param being encoded twice (#22212)
* fix: search encoding

* fix: remove _q encoding in review workflows

* fix: fe test
2024-11-22 14:07:42 +01:00
markkaylor
185e16fdc3
fix(content-manager): navigate when publishing AND creating document (#22231) 2024-11-21 17:38:20 +01:00
Marc Roig
2350a50f6e
fix: preview title overflow (#22232) 2024-11-21 13:56:46 +01:00
George C. A.
88d99fc5af
fix: the confirmation message of restoring a version was updated (#22223)
* fix: the confirmation message of restoring a version was updated

* fix: the confirmation message of restoring a version was updated
2024-11-21 12:15:29 +02:00
Den
ac654f8b86
fix: The list view settings popover is not scrollable (#21579)
* fix: The list view settings popover is not scrollable
I limited the maximum height and added the ability to scroll content inside the block.

* fix: The list view settings popover is not scrollable
executed yarn prettier:write

---------

Co-authored-by: Simone <startae14@gmail.com>
2024-11-20 16:31:44 +01:00
George C. A.
1d42106141
fix: replaced the Code icon with CodeBlock icon (#22218) 2024-11-20 15:31:34 +02:00
Lucas Boilly
f49f46a1c1
fix: replaced translation id (#22193) 2024-11-18 09:36:51 -05:00
George C. A.
ec9b1b708d
fix(history): add disabled styles to strapi components input (#22172) 2024-11-15 16:33:53 +01:00