-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
03f1a96
commit c9a7025
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mutiny-web
updated
9 files
+2 −2 | android/app/build.gradle | |
+4 −4 | e2e/routes.spec.ts | |
+0 −244 | src/components/NWCBudgetEditor.tsx | |
+519 −0 | src/components/NWCEditor.tsx | |
+7 −2 | src/components/NostrActivity.tsx | |
+3 −1 | src/logic/waila.ts | |
+48 −114 | src/routes/settings/Connections.tsx | |
+10 −0 | src/state/megaStore.tsx | |
+36 −1 | src/utils/fetchZaps.ts |