Kræn Hansen

Results 210 issues of 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...

T-Internal
Estimate-2
Pipeline-Idea-Backlog

* [ ] Go through and make sure all components exports their state and props interfaces. * [ ] And make sure composite components gets their state and props interfaces...

T-Internal
Pipeline-Idea-Backlog

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

P-3-Optional
T-Internal
Estimate-1

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...

T-Internal
Pipeline-Idea-Backlog

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...

T-Internal
Pipeline-Idea-Backlog

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...

T-Internal
Estimate-5

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...

T-Internal
Estimate-1

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...

T-Internal

**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...

T-Enhancement
gathering-interest

**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...

T-Enhancement