The Contacts tab is your main workspace for building and maintaining your address book. Every operation — adding, editing, and deleting — goes through the form at the top of the tab and is immediately reflected in the table below.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/efrain-svg/Potes_Freddy_ProgInterfacesG_U3/llms.txt
Use this file to discover all available pages before exploring further.
Adding a contact
All three text fields (Name, Phone, Email) and a category selection are required before saving.Open the Contacts tab
The app opens on the Contacts tab by default. If you navigated away, click the Contacts tab at the top.
Fill in the form
Enter the contact’s Name, Phone, and Email in the top row of input fields. Select a Category from the dropdown: Family, Friends, or Work.
Duplicate detection checks both email address and phone number. A contact with the same email or the same phone as an existing entry is considered a duplicate and will be rejected.
Editing a contact
Select a row
Click on the contact you want to edit in the table. The form fields above automatically populate with that contact’s data.
Or double-click to open for editing
Double-clicking a table row also selects the contact and switches focus to the Name field, ready for edits.
Deleting a contact
Select the contact
Click the row in the table for the contact you want to remove. You can also use the keyboard arrow keys to navigate rows.
Click Delete or press the Delete key
Click the Delete button in the action bar, or press the
Delete key on your keyboard. You can also right-click the row and choose Delete contact from the context menu.Clearing the form
To start a new entry without saving the current form contents, click New when no row is selected, or pressCtrl+N. All fields clear and focus returns to the Name field.
Contact fields reference
| Field | Required | Notes |
|---|---|---|
| Name | Yes | Trimmed of leading/trailing spaces |
| Phone | Yes | Must be unique across all contacts |
| Yes | Must be unique; case-insensitive comparison | |
| Category | Yes | Family, Friends, or Work |
| Favorite | No | Defaults to unchecked |
| Registration date | Auto | Set to today’s date on creation; not editable via form |