@@ -184,6 +184,7 @@ export default class App extends React.Component <{}, AppState>{
184184 toast . success ( "Server online." , { autoClose : 2000 } ) ;
185185 }
186186 this . listConnectedDataSources ( ) ;
187+ this . listDataSourceTypes ( ) ;
187188 }
188189
189190 let isPreparingIndexing = this . state . isPreparingIndexing ;
@@ -335,9 +336,9 @@ export default class App extends React.Component <{}, AppState>{
335336 < div >
336337 < Tooltip id = "my-tooltip" style = { { fontSize : "18px" } } />
337338 < 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' >
339340 < 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 π¨βπ§π¬ "
341342 data-tooltip-place = "bottom"
342343 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" >
343344 </ img >
@@ -382,7 +383,7 @@ export default class App extends React.Component <{}, AppState>{
382383 </ div >
383384 </ div >
384385 }
385- {
386+ { /* Go add some data sources ->*/
386387 this . state . didListedConnectedDataSources && this . state . connectedDataSources . length === 0 && this . state . didPassDiscord &&
387388 < div className = "absolute mx-auto left-0 right-0 w-fit z-20 top-6" >
388389 < 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>{
432433 </ div >
433434
434435 </ div >
435- }
436+ }
436437 < div className = { "w-[98vw] z-10 filter" + ( this . state . isModalOpen || ( this . state . didListedConnectedDataSources && this . state . connectedDataSources . length === 0 ) ? ' filter blur-sm' : '' ) } >
437438 < Modal
438439 isOpen = { this . state . isModalOpen }
0 commit comments