Skip to content

Takeout - #264

Draft
Tristan-C789 wants to merge 3 commits into
devfrom
feat/takeout
Draft

Takeout#264
Tristan-C789 wants to merge 3 commits into
devfrom
feat/takeout

Conversation

@Tristan-C789

Copy link
Copy Markdown
Collaborator

This PR adds a new Takeout section to the user settings, using a new Takeout component. It allows to request a full userspace export using the new Reva Takeout HTTP service.

@diocas
diocas force-pushed the dev branch 2 times, most recently from b00062a to aa407ca Compare August 13, 2026 11:06
{ label: $gettext('ZIP (.zip)'), value: 'zip' },
{ label: $gettext('Tarball (.tar.gz)'), value: 'tgz' }
]
const sizeOptions: SelectOption<number>[] = [

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Given our quota sizes, these options seem a bit small

if (!email) {
return { before: $gettext('Your export is ready'), email: '', after: '' }
}
const [before, after] = $gettext('Export sent to %{email}', { email }).split(email)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

uh?

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.

2 participants