feat: Add settings page to frontend#8
Draft
CrazyWolf13 wants to merge 4 commits into
Draft
Conversation
cgen-656d1b6c51504cf6ab734899fa280f99
…s and update API baseURL cgen-abae1e06991447d9befcc00c37039fb8
…ialize Pinia store cgen-edef62b234954733888c2a8b27de6020
cgen-3e1f4c09d07b452286aa04e02613626a
|
You can tag me at @builderio-bot for anything you want me to fix or change |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Purpose
Based on the conversation, the user wanted to add a settings page to the application. This page allows for the configuration of
CLIENT_ID,CLIENT_SECRET,BASE_URL, and aREVERSE_PROXYflag.Code changes
StreamlinkUi.vue:CLIENT_ID,CLIENT_SECRET,BASE_URL, and a checkbox forREVERSE_PROXY.saveSettingsandloadSettingsmethods to persist settings inlocalStorage.apiStore'sbaseURLis updated when settings are saved.main.js:apiStorewithpiniato ensure proper state management.package.json:packageManagerfield.To clone this PR locally use the Github CLI with command
gh pr checkout 8🔗 Edit in Builder.io
👀 Preview Link