Skip to content

Commit

Permalink
Resizable canvas + ui/ux tweaks
Browse files Browse the repository at this point in the history
adeira-source-id: 8eddebb5cacd4e750e8d0bdf30e1c8ff2951df22
  • Loading branch information
itsdouges authored and triplex-bot committed Dec 28, 2023
1 parent a9be140 commit aba6bb4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/famous-cats-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@triplex/editor": patch
---

Assets panel now defaults to host elements.
5 changes: 5 additions & 0 deletions .changeset/flat-geese-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@triplex/editor": patch
---

Font size has been consolidated across the editor ui.
6 changes: 6 additions & 0 deletions .changeset/sour-plants-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@triplex/editor": minor
---

The canvas can now be set to take up all available space in the editor or take
up the space between panels.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"typescript.tsdk": "node_modules/typescript/lib",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}

0 comments on commit aba6bb4

Please sign in to comment.