Skip to content

Commit

Permalink
problem: button actions feel broken
Browse files Browse the repository at this point in the history
  • Loading branch information
gsovereignty committed May 28, 2024
1 parent 185a7b4 commit 94e3d3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
6 changes: 2 additions & 4 deletions src/lib/components/ChatLayout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</Button>
{/if}

<Button><ListCheckSolid /></Button>
<Button onClick={()=>{alert("todo: implement todo bookmarks")}}><ListCheckSolid /></Button>
<Button><CircleQuestionSolid /></Button>
<Button><GearSolid /></Button>
<Button onClick={()=>{console.log("43");window.location.href=`https://github.com/nostrocket/humble.horse/`}}><CodePullRequestSolid /></Button>
Expand All @@ -52,11 +52,9 @@
<span class="sr-only">Toggle theme</span>
</Button>

<LoginButton />

<!-- <Button onClick={()=>{goto(`${base}/debug`)}}><ToolboxSolid /></Button
> -->
<Button><PodcastSolid /></Button>
<Button onClick={()=>{alert("implement podcast tiks")}}><PodcastSolid /></Button>
<Button
notifs={0}
onClick={() => {
Expand Down
7 changes: 2 additions & 5 deletions src/lib/components/MessageInput.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@ export let selected = true
></textarea>
<div class="flex flex-col">
<Button onClick={()=>{alert("ghost mode: implement me!")}}><GhostSolid /></Button>
<button
type="submit"
class=" {selected?"block":"hidden"} inline-flex justify-center p-2 text-blue-600 rounded-full cursor-pointer hover:bg-blue-100 dark:text-blue-500 dark:hover:bg-gray-600"
>
<Button onClick={()=>{alert("could not find your signer, or something is broken")}}>
<svg
class="w-5 h-5 rotate-90 rtl:-rotate-90"
aria-hidden="true"
Expand All @@ -84,6 +81,6 @@ export let selected = true
/>
</svg>
<span class="sr-only">Send message</span>
</button>
</Button>
</div>
</div>

0 comments on commit 94e3d3b

Please # to comment.