Split activity graph into component & typed

This commit is contained in:
2022-08-08 18:44:07 +02:00
parent 96c412ca49
commit dc69b4086c
5 changed files with 399 additions and 314 deletions

View File

@@ -5,13 +5,17 @@
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
style="transition: stroke-width 0.5s ease"
>
<polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline>
</svg>
</template>
<style lang="scss" scoped>
svg {
fill: none !important;
}
</style>

View File

@@ -10,7 +10,6 @@
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
style="transition: stroke-width 0.5s ease"
>
<line x1="4" y1="21" x2="4" y2="14"></line>
<line x1="4" y1="10" x2="4" y2="3"></line>