Germán Jabloñski

Results 50 issues of Germán Jabloñski

I started this PR with the goal of reducing a bit the amount of configuration files in the website template, and finally ended up with a couple of DX improvements:...

created-by: Payload team

WIP adds text color and background-color features

follow up of #9856 in order for people not to get confused, since the docs for versions 2 and 3 are in the main branch now.

`CONTRIBUTING.md` is outdated about how to run the tests locally. There is no longer a `DOCS_DIR` environment variable, but now it is `DOCS_DIR_V2` and `DOCS_DIR_V3`. Also, the `fetchDocs:local` script no...

created-by: Payload team

Sorry for one more change in the structure. Maybe this one is not as important as the previous one, but I think it gives clarity since “Rich text” is the...

created-by: Payload team

If the user has tasks configured, we set up cron jobs on init. We also make sure to only run on one instance using a instance identifier stored in a...

created-by: Payload team

See https://github.com/payloadcms/payload/pull/9954

For context, a decision was previously made [to disable pasting of styles such as color and background-color from the clipboard](https://github.com/facebook/lexical/pull/3017). The reason for this is that the editor might end...

enhancement

Originally reported here: https://github.com/payloadcms/payload/issues/10634 Lexical version: 0.23.1 ## Steps To Reproduce 1. open https://playground.lexical.dev/ in Firefox 2. Insert a poll component 3. When the selection is outside the poll, click...

playground
decorators
selection

Closes: - https://github.com/facebook/lexical/issues/7071 - https://github.com/facebook/lexical/issues/6632 This PR: - Update selection when something is selected inside a DecoratorNode. - The logic is centralized in RichTextPlugin so that it does not have...

CLA Signed
extended-tests