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

Configurable webserver title element #117

Open
FinnHoller opened this issue Mar 19, 2024 · 2 comments
Open

Configurable webserver title element #117

FinnHoller opened this issue Mar 19, 2024 · 2 comments

Comments

@FinnHoller
Copy link

When users manage multiple services at once, it would be useful to be able to distinguish them by the webpage title (displayed as text on a tab).

A new configuration option could be created, where the service creator can overwrite the default title ("pydase App").

@FinnHoller
Copy link
Author

Possible Implementation

Provide <title> element with an id tag. In React rendering, replace the content of the title element by a user specified one, with a fallback to the default.

The user could specify his desired title in web_settings.json, for example with the key name "web title", because the full access path of a Python object can never contain spaces.

@mosmuell
Copy link
Member

mosmuell commented Jul 4, 2024

For now, #132 implements sensible defaults of the browser tab and navbar titles (i.e. the name of the service class). Further configuration is not yet planned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants