Ekhorn
Ekhorn
The Realm Styling config should be defined, but we might need to make slight adjustments like applying annotations and including descriptions. https://github.com/openremote/openremote/blob/886a30343e262c555b1f7c1a560f63d312c51fa6/model/src/main/java/org/openremote/model/manager/ManagerAppConfig.java#L30 ```java public class ManagerAppRealmConfig { protected String appTitle;...
@MartinaeyNL also mentioned there might be options we wouldn't like to show users' in every scenario.
In https://github.com/openremote/openremote/pull/2188#discussion_r2472238966 the purpose of overwriting the relative imports for workspace aliases is to have live reloading work. Normally when changing the source the build output of the components requires...
In the `custom-project` repo we can replace the types in https://github.com/openremote/custom-project/blob/df6ecbd60056977b9ed547c61727c70bb3092df8/ui/app/custom-react/src/react-env.d.ts For the React example with https://rsbuild.rs/guide/basic/typescript#preset-types
Also ran into this a couple times. ``` Every 2,0s: docker logs openremote-manager-1 2>&1 | tail -n 30 laptop-koen: Thu Dec 4 11:23:14 2025 Exception in thread "pool-1-thread-1" java.lang.NullPointerException: Cannot...
Also there is something to say about having both a `.gitignore` file at the root of the openremote repo and for each project individually. To avoid confusion preferably choose just...
To check if your package isn't missing anything critical the following can be done: https://docs.npmjs.com/cli/v8/using-npm/developers#before-publishing-make-sure-your-package-installs-and-works
Seems that @Hackerberg43 may have resolved the issue https://github.com/openremote/openremote/compare/master...Hackerberg43:openremote:enhancement/or-asset-viewer-updating
Also the edit page seems to be saving values to the database (without pressing save), which shouldn't be happening, might be picked up in this issue if there is time.
> Also the edit page seems to be saving values to the database (without pressing save), which shouldn't be happening, might be picked up in this issue if there is...