realm-studio
realm-studio copied to clipboard
Realm Studio
Sync features on Linux should be unlocked by using special token (most likely on CI). refs #27
* [ ] Go through and make sure all components exports their state and props interfaces. * [ ] And make sure composite components gets their state and props interfaces...
The Electron app needs a place to store things 1. A `tmp/user/${userId}/${rosId`} dir for synced realms 1. A `tmp/user/${userId}/settings` to save things like last opened realm or schema etc... Think...
There is an issue that was prioritized on the ROS backlog, which we need to adapt to if it removes the `realm-admin` user https://github.com/realm/ros/issues/241
When debugging ROS queries, I saw incoming auth requests from Realm Studio reported as `io.realm.Auth`. ``` {"app_id":"io.realm.Auth","identity":"07a24445406cc62d339bb3fc88bdbe92","access":["refresh"],"salt":"47efa011","expires":4660717861,"is_admin":true} ``` I think this field (`app_id`) is used for stats, and it could...
To speed up opening realms we could bundle the node_modules into the renderer bundle. Also - to enable faster load per window, we could split up and produce one bundle...
Currently the user is logged in when starting any window that needs to do communication with ROS - this is probably not needed as logged in users are accessable from...
In the current configuration we might have two components that has sub-components with equal names that accidentally overrides or "crosstalks" because we're not using uniquely (generated) CSS classnames. We could...
When running the [`scripts/github-releases.js`](https://github.com/realm/realm-studio/blob/master/scripts/github-releases.js) on CI, we get deprecation warnings related to the way we authenticate. ## Stacktrace of the warning ``` Error: octokit.authenticate() is deprecated. Use "auth" constructor option...
To support new ROS/Stitch integration.