Kræn Hansen
Kræn Hansen
With the BrowserWindow API its possible to specify a parent window (see https://github.com/electron/electron/pull/6140), we should use this when opening dialogs associated with other windows, like the "Connect to Server" is...
* [ ] Go through and make sure all components exports their state and props interfaces. * [ ] And make sure composite components gets their state and props interfaces...
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
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...
I had this almost working, but forgot that the master branch does not have the latest Electron version. Add this to `src/main/WindowManager.ts` and confirm it's working as expected. ```typescript import...
**Is your feature request related to a problem? Please describe.** When a user wants to ship an app with an encrypted Realm file containing data, it would be nice to...
**Is your feature request related to a problem? Please describe.** Some locales (such as Polish) will export CSVs from Excel and Numbers with a semi-colon as column delimiter of a...