feat (AI): UI for sharing AI conversations#8664
Conversation
| // TESTS | ||
| // ============================================================================= | ||
|
|
||
| describe("Conversation", () => { |
There was a problem hiding this comment.
nit: lets move the tests just below mocks. It reads better IMO, tests 1st then all the utils and constants.
There was a problem hiding this comment.
We have setup-before-tests through our codebase. Mind if we just keep as is? Something feels weird about putting constants near the bottom of the file.
There was a problem hiding this comment.
Hmmm its a separate conversation I guess. It doesnt help to read constants without knowing what the tests are doing.
…versations # Conflicts: # web-common/src/features/chat/layouts/fullpage/FullPageChat.svelte # web-common/src/features/chat/layouts/sidebar/ConversationHistoryMenu.svelte # web-common/src/features/chat/layouts/sidebar/SidebarHeader.svelte
Restating our Slack convo:
|
AdityaHegde
left a comment
There was a problem hiding this comment.
Looks good now. Just make sure the diffs for color changes match our new design system.

Follows the Platform support, closes APP-643
Checklist: