this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: dont change query exec button text

dusk 2018e799 c68dca70

+1 -3
+1 -3
src/entrypoints/popup/App.svelte
··· 131 131 class="exec-button" 132 132 disabled={isQuerying || !recordAtUri.trim()} 133 133 > 134 - <span class="button-text" 135 - >{isQuerying ? "EXECUTING" : "EXEC"}</span 136 - > 134 + <span class="button-text">EXEC</span> 137 135 <div class="button-accent"></div> 138 136 </button> 139 137 </div>