chore: remove debug ui elements

This commit is contained in:
Aryan Kothari 2024-08-03 20:17:03 -04:00
parent 220a4bb535
commit 3fa6c41303

View File

@ -250,16 +250,6 @@
? '' ? ''
: 'invisible'}" : 'invisible'}"
> >
<h1 class="text-red-400 text-bold text-xl">
Chats loaded: {$chats.length}
</h1>
<h1 class="text-red-400 text-bold text-xl">
Pagination Enabled: {$scrollPaginationEnabled}
</h1>
<h1 class="text-red-400 text-bold text-xl">
Final Page Reached: {chatPagniationComplete}
</h1>
<div class="px-2.5 flex justify-between space-x-1 text-gray-600 dark:text-gray-400"> <div class="px-2.5 flex justify-between space-x-1 text-gray-600 dark:text-gray-400">
<a <a
id="sidebar-new-chat-button" id="sidebar-new-chat-button"