Skip to content

Commit

Permalink
problem: not clear to other devs where we are removing notes from sta…
Browse files Browse the repository at this point in the history
…bleShortList
  • Loading branch information
gsovereignty committed May 23, 2024
1 parent ac5bc20 commit ef1fa76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib/components/ChatLayout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@
<div
class="h-full relative z-10 bg-white dark:bg-slate-900 overflow-x-hidden overflow-y-scroll no-scrollbar"
>
<slot />

<slot /> <!-- NOTE VIEWER-->
</div>
<!-- MESSAGE BOX-->
<!-- INPUT BOX-->
<div class="relative w-full h-fit">
<div class="z-20 flex"><slot name="input" /></div>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/lib/views/messages/RenderKind1.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ onMount(() => {
</div>
</div>
</div>
<!-- SCROLL OUT OF VIEW todo: change the location of this (in the DOM) so that we can use an animation to make it clear that the note has been "viewed" and can't be seen again -->
<div
use:inview={{}}
on:inview_leave={(event) => {
Expand Down

0 comments on commit ef1fa76

Please sign in to comment.