realm-studio
realm-studio copied to clipboard
Realm Studio
Doc feedback by a user: I'm in Realm Studio trying to figure out how to do queries. (This is a database that wasn't made by me but a fellow developer.)...
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...
I want to receive notifications when Realm Studio releases a new version, or notifications about updates, security errors,... How can I subscribe to such notifications?
We should make Studio a React Component, so that we can use it not only as we currently do in an Electron application for the desktop, but also in the...
**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.** When I create an instance of a class in Realm studio, all nullable fields I don't fill in are automatically...
**Is your feature request related to a problem? Please describe.** In Realm studio tables, properties are ordered alphabetically. When there are many of them, it's hard to understand what the...
Please add a dark theme to Realm Studio for those of us that use dark mode on macOS. 🙂
**Is your feature request related to a problem? Please describe.** Now there is no easy way to use Studio remotely **Describe the solution you'd like** Run Studio on host w/o...
Within this PR is support for: - minimum, basic dark mode support (toggle-able via the `View` menu in the menubar). - updated Swift schema for the replacement of Objective-C properties...