Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
heapwolf committed Mar 12, 2024
1 parent eb6e9ed commit caa786a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ A javascript scratchpad similar to Electron Fiddle or CodePen.
- Evaluate the code or the selection in the editor.
- Live-reload (currently for desktop only, simulator/emulator next).

> [!WARNING]
> This project is PRE-RELEASE! It requires the `dev` branch of the socket runtime.
# DESCRIPTION

Socket App Studio provides a sandbox environment where developers can write, build, and run experiments or snippets of code, making it easier to test and share code. <a href="https://github.com/socketsupply/socket-app-studio">Download it from GitHub</a> for Windows, MacOS, and Linux.
Expand Down
2 changes: 1 addition & 1 deletion src/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ main-component {

header {
display: grid;
grid-template-columns: 1fr 34px 250px 34px 1fr 34px 34px;
grid-template-columns: 68px 1fr 34px 250px 34px 1fr 34px 34px;
gap: 12px;
grid-template-rows: auto;
align-content: center;
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ class AppView extends Tonic {
return this.html`
<header>
<span class="spacer"></span>
<span class="spacer"></span>
<tonic-button type="icon" size="18px" symbol-id="play" title="Build & Run The Project" data-event="run">
</tonic-button>
Expand Down

0 comments on commit caa786a

Please sign in to comment.