Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TOOL-2809] Nebula - make the chat card a link in chat history page (#…
…5812) ## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR enhances the `ChatHistoryPage` component by improving the layout and interactivity of the session title and button elements. ### Detailed summary - Changed the `div` class from `overflow-hidden` to `relative overflow-hidden`. - Wrapped the session title in a `Link` component for better navigation. - Added a `className` to the `Link` for styling. - Modified the `Button` class to include `relative z-10` for improved stacking context. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information