@@ -184,6 +184,7 @@ export default class App extends React.Component <{}, AppState>{
184
184
toast . success ( "Server online." , { autoClose : 2000 } ) ;
185
185
}
186
186
this . listConnectedDataSources ( ) ;
187
+ this . listDataSourceTypes ( ) ;
187
188
}
188
189
189
190
let isPreparingIndexing = this . state . isPreparingIndexing ;
@@ -335,9 +336,9 @@ export default class App extends React.Component <{}, AppState>{
335
336
< div >
336
337
< Tooltip id = "my-tooltip" style = { { fontSize : "18px" } } />
337
338
< ToastContainer className = 'z-50' theme = "colored" />
338
- < a href = "https://discord.com/channels/1060085859497549844/1086664063767023636 " rel = "noreferrer" target = '_blank' >
339
+ < a href = "https://discord.gg/NKhTX7JZAF " rel = "noreferrer" target = '_blank' >
339
340
< img data-tooltip-id = "my-tooltip" src = { DiscordImage }
340
- data-tooltip-content = "Click for 24/7 live support π¨βπ§π "
341
+ data-tooltip-content = "Click for 24/7π live support π¨βπ§π¬ "
341
342
data-tooltip-place = "bottom"
342
343
className = "absolute left-0 z-30 h-7 hover:fill-[#a7a1fe] fill-[#8983e0] float-left ml-6 mt-6 text-[42px] hover:cursor-pointer transition-all duration-300 hover:drop-shadow-2xl" >
343
344
</ img >
@@ -382,7 +383,7 @@ export default class App extends React.Component <{}, AppState>{
382
383
</ div >
383
384
</ div >
384
385
}
385
- {
386
+ { /* Go add some data sources ->*/
386
387
this . state . didListedConnectedDataSources && this . state . connectedDataSources . length === 0 && this . state . didPassDiscord &&
387
388
< div className = "absolute mx-auto left-0 right-0 w-fit z-20 top-6" >
388
389
< div className = "text-xs bg-[#100101] border-[#a61616] border-[.8px] rounded-full inline-block px-3 py-1" >
@@ -432,7 +433,7 @@ export default class App extends React.Component <{}, AppState>{
432
433
</ div >
433
434
434
435
</ div >
435
- }
436
+ }
436
437
< div className = { "w-[98vw] z-10 filter" + ( this . state . isModalOpen || ( this . state . didListedConnectedDataSources && this . state . connectedDataSources . length === 0 ) ? ' filter blur-sm' : '' ) } >
437
438
< Modal
438
439
isOpen = { this . state . isModalOpen }
0 commit comments