Show Bedrock IP button on welcome page #399
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #398
Add a button to display and copy the Bedrock IP:Port on the welcome page.
bedrock_ip_port
to theGeneralSettings
class inapp/Settings/GeneralSettings.php
.home
method inapp/Http/Controllers/HomeController.php
to includebedrock_ip_port
in the data passed to the view.resources/default/js/Pages/Welcome.vue
to include a button for Bedrock IP:Port and a method to copy it to the clipboard.resources/default/js/Shared/WelcomeBox.vue
to display the Bedrock IP:Port button ifbedrock_ip_port
is set and add a method to copy it to the clipboard.For more details, open the Copilot Workspace session.