* [ACS-9106] Make the descendants false iin data column component
* [ACS-9106] Add unit test
* [ACS-9106] Fix formatting
* [ACS-9106] Remove the declaration of fixture outside it
* [ACS-12175] Fix annotation popup style
* [ACS-12175] Fix style and syntax issues for annotations
* [ACS-12175] Write unit test for date element
* [ACS-12175] Fix undefined error in unit test
* [ACS-12175] Use material theme for styling of popup
* [ACS-12175] Add style to title iinstead of using h1 header
* [ACS-12175] focus on annotation content
* [ACS-12175] Revert the change of background color
* [ACS-9584] Refresh after the change of name of a node
* [ACS-9584] Add unit test for name change
* [ACS-9584] Merge the changed fields onto the existing one
* [ACS-9584] Refresh does not happen after name change of a file
* [ACS-9584] Page only reload for extension and version change
* [ACS-9584] Add sidebarTemplateContext to unit test
* [ACS-9584] Add unit test for the changes in ngOnChanges
* Render spinner visibility rather than internal field
* [ADF-5582] Update NodeCommentsService to take userId as an argument in getUserImage
* [ADF-5582] Add unit tests for avatar caching and retrieval in NodeCommentsService
* Refactor NodeCommentsService unit tests to avoid accessing private members
* [ADF-5582] Remove picture Id from getUserImage
* [ADF-5582] Add comment to getAvatarCache and fix sonarcloud issues
* Update node-comments.service.spec.ts
* Trigger sonar
* [ADF-5582] Add method to return avatar url in people api
* [ADF-5582] Fix sonar cloud issue
* [ADF-5582] Add comment to getUserImage and fix request address for getAvatarImageUrl
* [ADF-5581] Reset filterValue when navigating to a new folder to ensure filters are cleared
* [ADF-5581] Added unit tests to verify filterValue reset
* [ADF-5581] Add unit tests to verify filter reset on navigation and preservation on sorting
* [ADF-5581] Use SpyObj<ShareDataTableAdapter> in unit test to avoid any type
* [ADF-5581] Remove redundant type on mockData declaration in unit test
* Revert loadFolder() to reload() in onSortingChanged and update unit test accordingly
* [ADF-5580] emit commentAdded event from adf-comments component
* [ADF-5580] Emit commentAdded event from adf-comments and expose it in adf-node-comments
* [ADF-5580] Emit commentAdded event from NodeCommentsComponent, add unit test, and update docs
* [ADF-5580] Add unit test for commentAdded output in NodeCommentsComponent, update docs and create testing utils
* [ADF-5580] Mark debugElement as readOnly
* [ADF-5580] Add mock services and fix unit test setup
* [ADF-5580] Reuse shared comment mocks across multiple test files
* [ADF-5580] Align comments component documentation
* [ADF-5580] Remove redundant setup and use ContentTestingModule in comment components tests