feat: Implement rich media messaging for images, files, and GIFs, and add message read/delivery status indicators.
This commit is contained in:
4
public/assets/icons/tick-double-blue.svg
Normal file
4
public/assets/icons/tick-double-blue.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg width="16" height="11" viewBox="0 0 16 11" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M1 5.5L4.5 9L11 1" stroke="#3b82f6" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M5 5.5L8.5 9L15 1" stroke="#3b82f6" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 333 B |
4
public/assets/icons/tick-double-gray.svg
Normal file
4
public/assets/icons/tick-double-gray.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg width="16" height="11" viewBox="0 0 16 11" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M1 5.5L4.5 9L11 1" stroke="#00293D" stroke-opacity="0.4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M5 5.5L8.5 9L15 1" stroke="#00293D" stroke-opacity="0.4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 375 B |
3
public/assets/icons/tick-single-gray.svg
Normal file
3
public/assets/icons/tick-single-gray.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M1 5.5L4.5 9L10 1" stroke="#00293D" stroke-opacity="0.4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 239 B |
Reference in New Issue
Block a user