Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ui/conf): add preferRemoteConf option (#1000) #1011

Merged
merged 1 commit into from
Oct 18, 2024
Merged

Conversation

qwqcode
Copy link
Member

@qwqcode qwqcode commented Oct 18, 2024

Add preferRemoteConf option (disabled by default).

Local config now takes priority, addressing the issue where remote config previously overrode local settings. (Closes #1000)

Updated config merging logic in mount.ts.

Deprecated useBackendConf in favor of preferRemoteConf.

(The prerequisite PR is #1007)

BREAKING CHANGE: UI client now prioritizes local config in the latest version, whereas previously, the remote config would override it.

Add `preferRemoteConf` option (disabled by default).

Local config now takes priority, addressing the issue where remote config previously overrode local settings. (Closes #1000)

Updated config merging logic in `mount.ts`.

Deprecated `useBackendConf` in favor of `preferRemoteConf`.

(The prerequisite PR is #1007)

BREAKING CHANGE: The UI client now prioritizes local config in the latest version, whereas previously, the remote config would override it.
@qwqcode qwqcode merged commit bd81b7c into master Oct 18, 2024
13 checks passed
@qwqcode qwqcode deleted the feat/ui/conf branch October 18, 2024 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] 建议增加前端配置覆盖配置文件
1 participant