Skip to content

feat: add contacts app skeleton#2155

Open
AlexAndBear wants to merge 6 commits intomainfrom
issues/1974
Open

feat: add contacts app skeleton#2155
AlexAndBear wants to merge 6 commits intomainfrom
issues/1974

Conversation

@AlexAndBear
Copy link
Member

@AlexAndBear AlexAndBear commented Mar 16, 2026

Description

image

Related Issue

How Has This Been Tested?

  • test environment:
  • test case 1:
  • test case 2:
  • ...

Types of changes

  • Bugfix
  • Enhancement (a change that doesn't break existing code or deployments)
  • Breaking change (a modification that affects current functionality)
  • Technical debt (addressing code that needs refactoring or improvements)
  • Tests (adding or improving tests)
  • Documentation (updates or additions to documentation)
  • Maintenance (like dependency updates or tooling adjustments)

@AlexAndBear AlexAndBear force-pushed the issues/1974 branch 4 times, most recently from fd7f960 to 31dff5b Compare March 18, 2026 13:39
@AlexAndBear AlexAndBear marked this pull request as ready for review March 18, 2026 13:39
}
</script>

<style>
Copy link
Member

Choose a reason for hiding this comment

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

Can you scope this block? If not, please add it as CSS classes.

@@ -0,0 +1,77 @@
<template>
<div class="address-books-list px-1 flex flex-col">
<app-loading-spinner v-if="isLoading" />
Copy link
Member

Choose a reason for hiding this comment

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

The AppLoadingSpinner should really only be used once per app per view because it has a static ID.

Suggested change
<app-loading-spinner v-if="isLoading" />
<oc-spinner v-if="isLoading" :aria-label="$gettext('Loading address books')" />

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Contacts: list contacts of selected account & folder Contacts: app skeleton and contact folders

2 participants