Skip to content

Commit

Permalink
Merge pull request #61 from codesphere-cloud/main
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
Datata1 authored May 28, 2024
2 parents 312d40a + 4e5bcf6 commit cf49308
Showing 1 changed file with 1 addition and 43 deletions.
44 changes: 1 addition & 43 deletions webviews/components/Overview.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -676,47 +676,5 @@
</div>
{/if}

<!-- <button on:click = {() => {pullState = true; gitPush(overviewData.workspace.id)}}>
{#if pullState === false}
push
{/if}
{#if pullState === true}
<div class="animation-container">
<div class="circle-container">
<div class="inner-circle" class:animate={animateCircles}></div>
<div class="outer-circle" class:animate={animateCircles}></div>
</div>
</div>
{#if animateCircles}
<script>
startAnimation();
</script>
{/if}
{/if}
</button>
<button on:click = {() => {
pushState = true;
gitPull(overviewData.workspace.id, overviewData.workspace.dataCenterId)
}}>
{#if pushState === false}
pull
{/if}
{#if pushState === true}
<div class="animation-container">
<div class="circle-container">
<div class="inner-circle" class:animate={animateCircles}></div>
<div class="outer-circle" class:animate={animateCircles}></div>
</div>
</div>
{#if animateCircles}
<script>
startAnimation();
</script>
{/if}
{/if}
</button> -->

</div>

0 comments on commit cf49308

Please sign in to comment.