File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777 {/if }
7878 <span class =" cursor-pointer text-xs text-gray-400" >Show raw data</span >
7979 </summary >
80- <pre class ="bg-gray-100 p-2 text-xs whitespace-pre-wrap" >{JSON .stringify (
80+ <pre class ="bg-gray-100 dark:bg-gray-800 p-2 text-xs whitespace-pre-wrap" >{JSON .stringify (
8181 Object .fromEntries (Object .entries (entry .rawEvent ).reverse ()),
8282 null ,
8383 2
118118 <h2 class ="font-bold" >Cluster ({selectedFeature .point_count } points)</h2 >
119119 <span class =" cursor-pointer text-xs text-gray-400" >Show raw data</span >
120120 </summary >
121- <pre class ="bg-gray-100 p-2 text-xs whitespace-pre-wrap" >{JSON .stringify (
121+ <pre class ="bg-gray-100 dark:bg-gray-800 p-2 text-xs whitespace-pre-wrap" >{JSON .stringify (
122122 { ... selectedFeature , children },
123123 null ,
124124 2
Original file line number Diff line number Diff line change 160160 const showSidebar = $derived (mapStore .sidebarOpen );
161161 </script >
162162
163- <main class =" flex flex-col md:flex-row h-full max-h-full w-full p-2" >
164- <div class =" relative flex-1 h-full max-h-full w-full rounded-2xl overflow-hidden" >
163+ <main class =" flex h-full max-h-full w-full flex-col p-2 md:flex-row " >
164+ <div class =" relative h-full max-h-full w-full flex-1 overflow-hidden rounded-2xl " >
165165 {#if loadingState === ' loading' }
166- <div class =" absolute inset-0 z-50 flex items-center justify-center bg-gray-200/50 dark:bg-gray-800/50 backdrop-blur-sm" >
167- <div class =" flex flex-col items-center gap-4 rounded-lg bg-white p-6 shadow-lg" >
166+ <div
167+ class =" absolute inset-0 z-50 flex items-center justify-center bg-gray-200/50 backdrop-blur-sm dark:bg-gray-800/50"
168+ >
169+ <div
170+ class =" flex flex-col items-center gap-4 rounded-lg bg-white p-6 shadow-lg dark:bg-gray-900"
171+ >
168172 <div
169- class =" size-8 animate-spin rounded-full border-4 border-blue-200 border-t-blue-600"
173+ class =" size-8 animate-spin rounded-full border-4 border-blue-200 border-t-blue-600 dark:border-blue-900 dark:border-t-blue-400 "
170174 ></div >
171- <p class =" text-lg font-medium" >
175+ <p class =" text-lg font-medium text-gray-900 dark:text-gray-100 " >
172176 Processing notes ({processedEvents }/{eventsToProcess })...
173177 </p >
174178 </div >
201205 </div >
202206
203207 {#if showSidebar }
204- <section class ={[' max-h-1/2 md:max-h-full md:w-1/3 overflow-hidden overflow-y-auto p-6 py-8' ]}>
208+ <section class ={[' max-h-1/2 overflow-hidden overflow-y-auto p-6 py-8 md:max-h-full md:w-1/3 ' ]}>
205209 <Sidebar {map } />
206210 </section >
207211 {/if }
You can’t perform that action at this time.
0 commit comments