Skip to content

fix: import - #5386

Open
SebastianKrupinski wants to merge 1 commit into
mainfrom
fix/contacts-import
Open

fix: import#5386
SebastianKrupinski wants to merge 1 commit into
mainfrom
fix/contacts-import

Conversation

@SebastianKrupinski

@SebastianKrupinski SebastianKrupinski commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

Summary

@codecov

codecov Bot commented Jun 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@SebastianKrupinski
SebastianKrupinski marked this pull request as draft June 13, 2026 18:21
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
@SebastianKrupinski SebastianKrupinski added 3. to review Waiting for reviews and removed 2. developing Work in progress labels Jun 24, 2026
@SebastianKrupinski
SebastianKrupinski marked this pull request as ready for review June 24, 2026 19:32
<template #icon>
<Upload :size="20" />
</template>
{{ n('contacts', 'Import contacts', 'Import contacts', entries.length) }}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
{{ n('contacts', 'Import contacts', 'Import contacts', entries.length) }}
{{ n('contacts', 'Import contact', 'Import %n contacts', entries.length) }}

https://docs.nextcloud.com/server/latest/developer_manual/basics/translations.html#correct-plurals

Comment thread src/components/AppNavigation/Settings/ImportScreen.vue
&__file-list {
display: flex;
flex-direction: column;
gap: 12px;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
gap: 12px;
gap: calc(var(--default-grid-baseline) * 3);

Also for the other occurences

async resolveTarget(entry) {
const { file, addressbookId } = entry

if (addressbookId !== 'new') {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

what if someone has an addressbook named new?

@GVodyanov

Copy link
Copy Markdown
Contributor
image

I can see the vision with the two columns but the weird padding that nc-vue ads makes it look not great. I would suggest stretching out the inputs to be full column width and adding a gap between the columns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews

Projects

Status: 🏗️ In progress

Development

Successfully merging this pull request may close these issues.

3 participants