Skip to content

Conversation

@PythonGermany
Copy link
Contributor

@PythonGermany PythonGermany commented Dec 10, 2025

Summary

In the development environment the UI config placeholders are not replaced.

Improves how configs which have template placeholders as default value (replaced at go application startup by actual config value, as far as I know) are initialized and accessed in the web app.

Checklist

  • Tested and/or added tests to validate that the changes work as intended, if applicable.
  • (n/a) Updated documentation in README.md, if applicable.

@github-actions github-actions bot added the area/ui Related to the user interface label Dec 10, 2025
@PythonGermany PythonGermany force-pushed the improve-ui-config-handling branch from 7e2cc8b to 19352e3 Compare December 10, 2025 21:46
@PythonGermany PythonGermany force-pushed the improve-ui-config-handling branch from 7068b86 to 4590544 Compare December 11, 2025 11:37
"env": {
"node": true
"node": true,
"es2024": true
Copy link
Contributor Author

@PythonGermany PythonGermany Dec 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure about this yet. Without this eslint complains about globalThis not being defined. But I still haven't understood the impact of the change and which version to choose.

@PythonGermany
Copy link
Contributor Author

/regenerate-static-assets

@github-actions
Copy link

👋 PythonGermany, seems as if you have not write/admin permissions in this repo, permissions: read

@PythonGermany
Copy link
Contributor Author

PythonGermany commented Dec 22, 2025

@TwiN Just as I had worried about, the rights for me are obviously not the same as in my fork which prevents me from running the command, even as author of the PR 😞

Can you test if you can trigger it in this PR to commit to the branch?

We might have to whitelist the author of this PR using their username after all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/ui Related to the user interface

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants