Skip to content

Fix Add Contact - #303

Merged
SharonStrats merged 2 commits into
stagingfrom
fix/add-contact
Aug 8, 2026
Merged

Fix Add Contact#303
SharonStrats merged 2 commits into
stagingfrom
fix/add-contact

Conversation

@SharonStrats

@SharonStrats SharonStrats commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

This fixed the problem with the Add Contact button.

@SharonStrats
SharonStrats requested a review from bourgeoa August 7, 2026 12:07
@SharonStrats SharonStrats self-assigned this Aug 7, 2026
@SharonStrats SharonStrats added the bug Something isn't working label Aug 7, 2026
@SharonStrats SharonStrats linked an issue Aug 7, 2026 that may be closed by this pull request
@SharonStrats
SharonStrats requested a lite review from Copilot August 7, 2026 12:07
@SharonStrats SharonStrats moved this to In review in SolidOS NLNet UI Aug 7, 2026

Copilot AI left a comment

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.

Pull request overview

This PR updates the “+ New contact” button behavior in the contacts pane to open the Add Contact modal using a component-based solid-ui dialog invocation, addressing the reported “Add Contact” button issue.

Changes:

  • Replace the Lit html template dialog invocation with UI.showDialog(AddContactModal, { props: ... }).
  • Swap the side-effect-only modal import for an explicit default import of AddContactModal.
  • Bump package version from 3.2.1-5 to 3.2.1-6.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/contactsPane.js Switches Add Contact dialog opening from a Lit template to a component + props approach.
package.json Increments package version for the release containing the fix.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/contactsPane.js
@SharonStrats
SharonStrats requested a review from m5x5 August 7, 2026 21:29
Prompt: add a test for Add Contact Dialog

Co-authored-by: GPT-5.4 Mini <gpt-5.4-mini@openai.com>
@SharonStrats
SharonStrats merged commit 96e5dc4 into staging Aug 8, 2026
8 checks passed
@github-project-automation github-project-automation Bot moved this from In review to Done in SolidOS NLNet UI Aug 8, 2026
@SharonStrats
SharonStrats deleted the fix/add-contact branch August 8, 2026 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Add Contact button doesn't work

3 participants