malliaridis commented on code in PR #4281:
URL: https://github.com/apache/solr/pull/4281#discussion_r3077499367
##########
solr/ui/src/commonMain/kotlin/org/apache/solr/ui/views/start/StartContent.kt:
##########
@@ -101,7 +100,6 @@ fun StartContent(
value = model.url,
singleLine = true,
onValueChange = component::onSolrUrlChange,
- placeholder = { Text(text = DEFAULT_SOLR_URL) },
Review Comment:
And about your question, because I realized I did not answer it. The idea of
the connect feature is to allow the desktop client to connect to any dolr
instance. In browser that would also be possible, but it would require the
correct CORS header to be provided by each individual Solr instance, therefore
it is not the goal (yet) to support it in browser.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]