makers.bolt.fun icon indicating copy to clipboard operation
makers.bolt.fun copied to clipboard

Show date when new LNURL-auth account is linked

Open johnsBeharry opened this issue 3 years ago • 3 comments

I came across a bug that I will try to recreate where the order of keys were confusing, and the new key got added to the top of the list.

johnsBeharry avatar Sep 07 '22 11:09 johnsBeharry

Right now, the keys are returned in ascending creation order. So from oldest to newest. (Previously, there was no ordering)

MTG2000 avatar Jan 17 '23 11:01 MTG2000

If I recall the labels are not unique. It's not technically possible for someone through the UI to add two keys at the same time. So I think it makes sense to provide a bit extra metadata. Could also be useful for us to understand when people get to the point of adding more keys.

johnsBeharry avatar Jan 17 '23 14:01 johnsBeharry

It's not technically possible for someone through the UI to add two keys at the same time.

Didn't fully understand this point...

Could also be useful for us to understand when people get to the point of adding more keys.

We already have a createdAt field in the keys table btw. It's just that we are not showing it in the UI.

MTG2000 avatar Jan 17 '23 18:01 MTG2000