feat: Refactor code structure and optimize performance across multiple modules

This commit is contained in:
Achintha Isuru
2025-11-17 23:29:28 -05:00
parent 831570f2e0
commit a64cbd9edf
1508 changed files with 105319 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<svg width="13" height="12" viewBox="0 0 13 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.485 9.165C11.485 9.345 11.445 9.53 11.36 9.71C11.275 9.89 11.165 10.06 11.02 10.22C10.775 10.49 10.505 10.685 10.2 10.81C9.9 10.935 9.575 11 9.225 11C8.715 11 8.17 10.88 7.595 10.635C7.02 10.39 6.445 10.06 5.875 9.645C5.3 9.225 4.755 8.76 4.235 8.245C3.72 7.725 3.255 7.18 2.84 6.61C2.43 6.04 2.1 5.47 1.86 4.905C1.62 4.335 1.5 3.79 1.5 3.27C1.5 2.93 1.56 2.605 1.68 2.305C1.8 2 1.99 1.72 2.255 1.47C2.575 1.155 2.925 1 3.295 1C3.435 1 3.575 1.03 3.7 1.09C3.83 1.15 3.945 1.24 4.035 1.37L5.195 3.005C5.285 3.13 5.35 3.245 5.395 3.355C5.44 3.46 5.465 3.565 5.465 3.66C5.465 3.78 5.43 3.9 5.36 4.015C5.295 4.13 5.2 4.25 5.08 4.37L4.7 4.765C4.645 4.82 4.62 4.885 4.62 4.965C4.62 5.005 4.625 5.04 4.635 5.08C4.65 5.12 4.665 5.15 4.675 5.18C4.765 5.345 4.92 5.56 5.14 5.82C5.365 6.08 5.605 6.345 5.865 6.61C6.135 6.875 6.395 7.12 6.66 7.345C6.92 7.565 7.135 7.715 7.305 7.805C7.33 7.815 7.36 7.83 7.395 7.845C7.435 7.86 7.475 7.865 7.52 7.865C7.605 7.865 7.67 7.835 7.725 7.78L8.105 7.405C8.23 7.28 8.35 7.185 8.465 7.125C8.58 7.055 8.695 7.02 8.82 7.02C8.915 7.02 9.015 7.04 9.125 7.085C9.235 7.13 9.35 7.195 9.475 7.28L11.13 8.455C11.26 8.545 11.35 8.65 11.405 8.775C11.455 8.9 11.485 9.025 11.485 9.165Z" stroke="#7A9AA9" stroke-miterlimit="10"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1,4 @@
<svg width="13" height="12" viewBox="0 0 13 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 10.25H4C2.5 10.25 1.5 9.5 1.5 7.75V4.25C1.5 2.5 2.5 1.75 4 1.75H9C10.5 1.75 11.5 2.5 11.5 4.25V7.75C11.5 9.5 10.5 10.25 9 10.25Z" stroke="#7A9AA9" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M9 4.5L7.435 5.75C6.92 6.16 6.075 6.16 5.56 5.75L4 4.5" stroke="#7A9AA9" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 488 B