Lukas Bach
Lukas Bach
Thank you for your feedback! I'm currently looking into adding arm as build target, but am running into some issues with the build. Depending on https://github.com/electron-userland/electron-builder/issues/6534 for now.
Hi @zersiax! Thank you very much for your feedback. Yes, I'm unhappy to agree that Yana really isn't accessible in most ways. This is a topic that I'd definitely like...
Because Yana uses atlaskit as editor frontend, and atlaskit does not support this feature, there currently is no way of bringing this to Yana. However, I'm planning to bring an...
Hi @rbharathkumar! How long is the lag you experience? For me it is about half a second of loading time when switching nodes, which is about the time required to...
I've looked into this, apparently Electron doesn't support that flag out of the box, so it'd had to be manually implemented, which is not that easy with the current app...
Hi @GraveyardLeprechaun, thanks for your feedback and kind words! I'll look into tray-minimization with electron and see if that is possible with yana :)
Hi iqlal, thanks for your suggestion. Dark mode is planned for the future, but is not within the immediate scope.
Hi Alex! Yeah that should definitely be on the todo list, thanks for the suggestion!
Hi @dberardo-com! I'm not sure what exactly you mean, do you want to find out whether a item is selected? That would be the property `context.isSelected`. The method for rendering...
The `renders` prop contains the render logic, if you write your own renderers, you define those values yourself. The variable `renderDepthOffset` just defaults to the number `4`, so if that's...