Merge branch 'develop' into feat/conversation-screen

This commit is contained in:
Pranav
2024-12-10 18:55:04 -08:00
34 changed files with 769 additions and 101 deletions
@@ -92,9 +92,7 @@ onMounted(() => {
</script>
<template>
<div
class="overflow-y-auto bg-white border-l dark:bg-slate-900 text-slate-900 dark:text-slate-300 border-n-weak dark:border-n-weak rtl:border-l-0 rtl:border-r contact--panel"
>
<div class="w-full">
<ContactInfo
:contact="contact"
:channel-type="channelType"
@@ -174,7 +174,7 @@ export default {
</script>
<template>
<div class="relative items-center w-full p-4 bg-n-background">
<div class="relative items-center w-full p-4">
<div class="flex flex-col w-full gap-2 text-left rtl:text-right">
<div class="flex flex-row justify-between">
<Thumbnail