feat: profile editor

closes #5
This commit is contained in:
2025-05-16 12:03:59 +01:00
parent d85c93b7ed
commit 7c3e9afc3e
8 changed files with 303 additions and 66 deletions

View File

@ -19,7 +19,7 @@ class HomePage extends StatelessWidget {
RxFilter<Nip01Event>(
Key("home-page"),
filters: [
Filter(kinds: [30_311], limit: 50),
Filter(kinds: [30_311], limit: 100),
],
builder: (ctx, state) {
if (state == null) {