Commit 3fa6c413 authored by Aryan Kothari's avatar Aryan Kothari
Browse files

chore: remove debug ui elements

parent 220a4bb5
...@@ -250,16 +250,6 @@ ...@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment