Skip to content

Commit

Permalink
refactor: temporarily disable buttons in toolbar (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 authored Jul 14, 2024
1 parent a65b6b0 commit 49f0aca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/khaki-turtles-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@noctisynth/grassator': patch
---

Temporarily disable buttons in toolbar
3 changes: 3 additions & 0 deletions src/views/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,21 @@ onMounted(async () => {
:icon="theme.mode === 'light' ? 'pi pi-sun' : 'pi pi-moon'"
severity="secondary"
text
disabled
></Button>
<Button
icon="pi pi-sort-alt"
class="ml-2"
severity="secondary"
text
disabled
></Button>
<Button
icon="pi pi-plus"
class="ml-2"
severity="secondary"
text
disabled
></Button>
</div>
</div>
Expand Down

0 comments on commit 49f0aca

Please sign in to comment.