Skip to content

Conversation

@ramedina86
Copy link
Collaborator

No description provided.

madeindjs and others added 25 commits April 29, 2025 11:58
Autocomplete needs to use `position: sticky` instead of `position:
absolute` because `BuilderTemplateInput` might be used inside a
container where the overflow is hidden.

Using floating UI also help the dropdown to be displayed on the top of
the input if there is no enough space on the bottom of the element.
fix: remove validator schema for `WriterUploadFile`
feat(ui): implement new key/value editor - WF-233
Close the bracket when autocomplete, example when typing `@{po`,
autocomplete with `@{post}`.
fix(ui): autocomplete with closing `}` - WF-372
In `CoreDataframe`, we decode the data URL to binary data using `fetch`.
This causes an issue in environments where there are strict CORS rules.

So we now decode the data URL ourselves to avoid using `fetch`.
fix(ui): prevent CORS issue on Dataframe data loading - WF-383
feat(ui): implement component selection shortcurts - WF-326
It's not possible to rename file in some environment (like S3/Fuse), so
we get an error like `[Errno 38] Function not implemented`.

The workaround is to try `os.rename`, and then fallback to "copy/delete"
operation if an error happens.
chore: increase timeout for `HTTPRequest` block
fix(writer): handle file operation on S3 - WF-386
@ramedina86 ramedina86 merged commit 9575e47 into master May 7, 2025
43 of 44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants