feat: Extract dashboard status buttons and contact information into reusable components, adding show/hide functionality for contact details.

This commit is contained in:
pradeepkumar
2026-01-18 19:44:24 +05:30
parent 867fb0693b
commit eea3016489
5 changed files with 109 additions and 46 deletions

View File

@@ -0,0 +1,6 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.359 11.238C15.06 9.72 16 8 16 8C16 8 13 2.5 8 2.5C7.03958 2.50331 6.09018 2.70585 5.21 3.095L5.98 3.87C6.61 3.63 7.29 3.5 8 3.5C11.64 3.5 14 7.14 14.75 8.5C14.3482 9.24623 13.8612 9.94289 13.3 10.578L13.359 11.238Z" fill="#00293d"/>
<path d="M10.79 8.67C10.9267 8.04308 10.8677 7.39055 10.6212 6.79967C10.3747 6.20879 9.95332 5.70875 9.41356 5.36593C8.8738 5.02311 8.24172 4.85411 7.60343 4.88138C6.96514 4.90865 6.35033 5.13093 5.84 5.52L6.56 6.24C6.89252 6.01264 7.28713 5.89171 7.69065 5.89339C8.09416 5.89507 8.48774 6.01927 8.81833 6.24931C9.14893 6.47935 9.40107 6.80469 9.54195 7.18192C9.68282 7.55915 9.70579 7.97052 9.608 8.36L10.79 8.67Z" fill="#00293d"/>
<path d="M8 13.5C4.36 13.5 2 9.86 1.25 8.5C1.65185 7.75377 2.1388 7.05711 2.7 6.422L2.641 5.762C0.94 7.28 0 9 0 9C0 9 3 14.5 8 14.5C8.96042 14.4967 9.90982 14.2942 10.79 13.905L10.02 13.13C9.39 13.37 8.71 13.5 8 13.5Z" fill="#00293d"/>
<path d="M1 1L15 15" stroke="#00293d" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB