Cesar Dias

Cesar Dias's avatar
Cesar Dias
npub1cesr...t37c
Building https://dev.nosotros.app
Just released nosotros 1.7.0 * New "undo" approach after feedback from fiatjaf to delay broadcast (no more annoying count down in the editor before signing), you can also disable the delay broadcast in the settings. * New note stats UI. * Parallel routes, now I don't unmount the feed if you navigate to a note or profile, so navigating back should feel almost instantly, the client should feel really snappy now. New changes currently being tested at dev.nosotros.app
nosotros.app has finally been updated from dev, it also works seamless with multiple tabs, one of the limitations of OPFS/sqlite is a single connection to database, I was kinda concern about this, so I implemented a shared worker communication between tabs thanks to navigator.locks api