Lume v1.2.0 - new user onboarding sneak peak

Beside trending profiles suggestion for new user, I've added hashtag suggestion, and relay suggestion which help user choose relay based on their follow's relays (NIP-65)

https://void.cat/d/UMiCovzyaZKUv2FYwhCRCo.mp4

#nostr

Reply to this note

Please Login to reply.

Discussion

You work is impressive, bravo!

This is awesome - both hashtag & relay suggestions will be so helpful for new users 👍👍

I'll working on relay manager screen, not only on onboarding process, user can see all relays which using by their follow/network

Inspiring!

Hashtag/Topic suggestion is underrated 🙌

Can I recover my login now? 😉

you mean recover password?, yes I have made simple reset password by input privkey + new password, but I'll still thinking better flow for it

I suppose you are encrypting the DMs at DB level using the nsec, and the app password is used to encrypt the nsec itself, right?

So a reset as you suggested should be ok, only take care to keep a fingerprint of the original nsec (ex. hash it) so the reset is validated against it.

yes, I'm using tauri-stronghold (https://github.com/tauri-apps/plugins-workspace/tree/v2/plugins/stronghold) for secure storage, password is used to encrypt.

my code for this part: https://github.com/luminous-devs/lume/blob/main/src/utils/hooks/useSecureStorage.tsx

This looks great. Keep up the fantastic work!

Is this version working on Ubuntu ? I remember having issues with the old versions.

Very pretty