Enhanced the Directory module by adding Notes and Contacts tabs, with view-specific controls, export options, and search functionality for Notes. #215

Merged
ashutosh.nehete merged 21 commits from Kartik_Task#513 into Issues_Jun_3W 2025-06-27 11:43:31 +00:00
Showing only changes of commit d646711637 - Show all commits

View File

@ -214,7 +214,7 @@ const DirectoryPageHeader = ({
setSelectedNoteNames([]); // Clear all
}}
>
All Names
Clear
</a>
</li>
<li><hr className="dropdown-divider" /></li>
@ -228,7 +228,7 @@ const DirectoryPageHeader = ({
checked={selectedNoteNames.includes(name)}
onChange={() => handleToggleNoteName(name)}
/>
<label className="form-check-label ms-1" htmlFor={`name-filter-${index}`}>
<label className="form-check-label ms-2" htmlFor={`name-filter-${index}`}>
{name}
</label>
</div>