Skip to content

Commit

Permalink
Merge pull request #522 from Kodylow/single-app-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow authored Sep 17, 2024
2 parents 1387909 + 4f185ed commit c445992
Show file tree
Hide file tree
Showing 210 changed files with 7,465 additions and 5,429 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@

This project includes the following apps / packages:

### Apps
### App

- `guardian-ui`: Web app experience for setting up and administering fedimints. This is used by the Fedimint guardians
- `gateway-ui`: Web app experience for managing Fedimint gateways. This is used by Gateway administrators
We've refactored the Fedimint UI into a single client side app that can run on the browser or on desktop using Electron.

- `router`: This creates a homescreen that shows all your connected services: guardians or gateways. You can connect to other guardians or gateways by entering their baseUrl. You have to authenticate each service separately because the auth for each one is done differently.

### Packages

Expand Down
40 changes: 0 additions & 40 deletions apps/gateway-ui/public/index.html

This file was deleted.

8 changes: 0 additions & 8 deletions apps/gateway-ui/public/manifest.json

This file was deleted.

21 changes: 0 additions & 21 deletions apps/gateway-ui/src/ApiProvider.tsx

This file was deleted.

176 changes: 0 additions & 176 deletions apps/gateway-ui/src/App.tsx

This file was deleted.

23 changes: 0 additions & 23 deletions apps/gateway-ui/src/index.tsx

This file was deleted.

12 changes: 0 additions & 12 deletions apps/gateway-ui/tsconfig.json

This file was deleted.

1 change: 0 additions & 1 deletion apps/guardian-ui/.eslintrc.js

This file was deleted.

65 changes: 0 additions & 65 deletions apps/guardian-ui/package.json

This file was deleted.

4 changes: 0 additions & 4 deletions apps/guardian-ui/public/config.json.example

This file was deleted.

Binary file removed apps/guardian-ui/public/favicon.ico
Binary file not shown.
3 changes: 0 additions & 3 deletions apps/guardian-ui/public/robots.txt

This file was deleted.

Loading

0 comments on commit c445992

Please sign in to comment.