Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor:Single "Fedimint UI" App #522

Merged
merged 21 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading