Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chat: add unique identifiers to CollapsiblePanel components (#5532)
This PR adds an id prop to the History Chat items that allows dev identify chat history by period in E2E test - Adds an `id` prop to the `CollapsiblePanel` component to provide a unique identifier - Updates the `Collapsible` and `CollapsibleContent` components to use the `id` prop - Ensures each `CollapsiblePanel` in the `HistoryTab` has a unique identifier based on the period ## Test plan <!-- Required. See https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles. --> Green CI - Everything should works the same. ## Changelog <!-- OPTIONAL; info at https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c -->
- Loading branch information