kernelkind

Results 21 issues of kernelkind

Can use https://docs.rs/security-framework/latest/security_framework/ to access the OSX keystore api

https://github.com/damus-io/notedeck/blob/69054d71ca020ad74cc5d99d7f3064e0f2a5f5db/src/ui/profile/preview.rs#L98 I don't think the color should be set like this because it will not change when the user changes their theme. The color should be set using some `ui.visuals()...`....

Added `docs/definitons.md` to have a source of ground truth for Notedeck related definitions. @jb55 let me know your thoughts and if you have any revisions. This is going to help...

How will the relay architecture be implemented? Will each user account (public key) have a relay list associated with it? And the current deck will use the relay list associated...

technical
relay

There should be a conception to represent a user's account to be able to save(#110)/load(#112) to/from disk. This should allow for easy access to multiple accounts in notedeck and android....

technical

Add view for managing relays. It will eventually be a column so the layout should reflect that

notedeck
relay

Upon clicking on a note, the user should be presented with a "thread view" which displays the replies to that note Tracking issues we need to do first: - [...

enhancement
android

MacOS keystore impl is behaving strangely. In some cases, when opening the app it is asking for the MacOS user password for every entry in the keystore even after selecting...

bug
macos

- Integrates the `KeyStorage` into the app - MacOS: migrate default impl from security framework to basic file storage - add `StorageSettings` and `NotedeckSettings` - use flag `--no-keystore` to not...