realm-studio
realm-studio copied to clipboard
Realm Studio
After https://github.com/realm/realm-studio/pull/1236 users are prompted when opening a Realm file, before the Realm file gets upgraded to the latest format. The prompt asks if the user wants to create backup...
Users have recently experienced issues upgrading to Realm Studio v3.11.0 because it uses a new Realm file format, upgrading the file being opened which makes it impossible to use with...
**Describe the bug** Opening a Realm from the Server window won't focus the existing window if the Realm was already opened. **To Reproduce** Steps to reproduce the behavior: 1. Go...
**Describe the bug** Lines with non-ascii characters seems to be skipped when importing data from a CSV. **To Reproduce** 1. Create a CSV named "Person.csv" ```csv name,age Alice,17 Bob,30 Kræn,30...
This was the root cause of https://github.com/realm/realm-studio/issues/1293.
Redesigned "Add property" button can hide the sorting indicator. **To Reproduce** 1. Ensure that there's enough columns to the content to be horizontally scrollable. 2. Ensure the last column is...