mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
446 B
18 lines
446 B
1 year ago
|
<script setup lang="ts">
|
||
|
// TODO:
|
||
|
</script>
|
||
|
|
||
|
<template>
|
||
|
<a-layout>
|
||
|
<LazyProfileOverviewHeatmap />
|
||
|
<a-layout>
|
||
|
<a-layout-content class="mt-5">
|
||
|
<LazyProfileOverviewContributionActivity />
|
||
|
</a-layout-content>
|
||
|
<a-layout-sider :collapsed="false" width="250" collapsed-width="50" :trigger="null" theme="light">
|
||
|
<LazyProfileOverviewYearList />
|
||
|
</a-layout-sider>
|
||
|
</a-layout>
|
||
|
</a-layout>
|
||
|
</template>
|