-
Notifications
You must be signed in to change notification settings - Fork 7
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
Implement the download_file widget action #759
Conversation
🦋 Changeset detectedLatest commit: a1e0dea The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
354910f
to
61ee791
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test setup: matrix-org/matrix-widget-api#99 (comment) |
matrix-widget-api was merged and released as 0.9.0, matrix-react-sdk was merged and is slated for the next element-web release cycle (RC on 2024-09-03 and release on 2024-09-10). |
Signed-off-by: Michael Weimann <michael.weimann@nordeck.net>
Signed-off-by: Michael Weimann <michael.weimann@nordeck.net>
d3462dd
to
d325f55
Compare
Signed-off-by: Kim Brose <kim.brose@nordeck.net>
one missing part appears
|
Signed-off-by: Milton Moura <miltonmoura@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Implements usage of the
download_file
action of the Widget API.See MSC4039 .
Also moves the
UploadImagePage
page toImagePage
since it now demos up- and download of content.Needs matrix-org/matrix-react-sdk#12931
✔️ Checklist
Signed-off-by
line in the message (more info).