Offline mode should work on linux too. I only have ubuntu so that's what I tested. It's just service workers underneath, so if it's the first time you open the app, you do have to wait for a few minutes for it to download.
Thanks for the feedback. You would click the select source option if you want to use data from another page. Good catch on the name field not being rename-able, that feature will be added soon.
You can setup a password upon clicking on the verification link. Someone here suggested OTP and I think it's a good idea, might have that in the future instead. Yeah the mobile apps are built with Flutter.
Noted on the lack of guidance and onboarding. I can see the confusion you had with the board module and have some ideas on improving it. Thanks for giving it a try.
Do you mind sharing what you tried to do? So I can improve the feature discovery or add the features later on.
Editor.js looks interesting. Nino Doc is based on ProseMirror. Never heard of grist before but I think react-datasheet-grid is a pretty good. I've been itching for a frontend rewrite of Nino Sheet.
You raised an issue that I plan to fix soon. Currently certain fields (i.e. time range) only show on specific modules (i.e. calendar) but I'm planning to allow them everywhere.
Could you share your use case on embedding a single record? I disabled that for now because I imagined people would usually embed all records together in a certain view.
Hm I'll think about searching for blocks in autocomplete, or perhaps some way to use advanced search inline.
Your experience in offline mode was actually expected. I assume you never opened the other pages on your phone, so they weren't saved on your device. Nino's not syncing all pages all the time, but only the ones you open, for performance reasons. Do you think having some sort of mechanism to pre-sync certain pages is necessary?