Skip to content

Commit

Permalink
Rename webapp to minifront (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 authored Mar 6, 2024
1 parent 100d4ab commit abdea57
Show file tree
Hide file tree
Showing 134 changed files with 47 additions and 46 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-firebase-dapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:

- name: Install dependencies
run: pnpm install
working-directory: apps/webapp
working-directory: apps/minifront

- name: Build static site
run: pnpm build
working-directory: apps/webapp
working-directory: apps/minifront

- name: Deploy dapp static site to firebase
uses: w9jds/[email protected]
Expand All @@ -34,4 +34,4 @@ jobs:
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
PROJECT_ID: penumbra-dapp
PROJECT_PATH: apps/webapp/dist
PROJECT_PATH: apps/minifront/dist
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions apps/webapp/package.json → apps/minifront/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "webapp",
"name": "minifront",
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --port 5173",
"clean": "rm -rfv dist",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx",
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/node-status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --port 5174",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx",
"preview": "vite preview"
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

- Apps
- `extension`: the home for the [Penumbra Wallet](https://chrome.google.com/webstore/detail/penumbra-wallet/lkpmkhpnhknhmibgnmmhdhgdilepfghe)
- `webapp`: [web app](https://app.testnet.penumbra.zone/) for swapping, sending, staking, etc
- `minifront`: [web app](https://app.testnet.penumbra.zone/) for swapping, sending, staking, etc
- Packages
- `ui`: react component library
- `crypto`: encryption & seedphrase helpers
Expand Down
3 changes: 2 additions & 1 deletion docs/spinning-up-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ pnpm install
pnpm dev
```

This will spin up both the webapp and extension on different ports.
This will spin up both _minifront_ and the node status page on different ports.
The extension will appear in its 'dist' directory and must be loaded manually.

### Running extension code from repo

Expand Down
4 changes: 2 additions & 2 deletions packages/constants/assets/local-asset-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"symbol": "Delegation (Penumbra Labs CI 1)",
"images": [
{
"png": "https://raw.githubusercontent.com/penumbra-zone/web/main/apps/webapp/public/favicon.png"
"png": "https://raw.githubusercontent.com/penumbra-zone/web/main/apps/minifront/public/favicon.png"
}
]
},
Expand All @@ -168,7 +168,7 @@
"symbol": "Delegation (Penumbra Labs CI 2)",
"images": [
{
"png": "https://raw.githubusercontent.com/penumbra-zone/web/main/apps/webapp/public/favicon.png"
"png": "https://raw.githubusercontent.com/penumbra-zone/web/main/apps/minifront/public/favicon.png"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/components/ui/tx/view/value.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('<ValueViewComponent />', () => {
},
images: [
{
png: 'https://raw.githubusercontent.com/penumbra-zone/web/main/apps/webapp/public/favicon.png',
png: 'https://raw.githubusercontent.com/penumbra-zone/web/main/apps/minifront/public/favicon.png',
},
],
denomUnits: [
Expand Down
70 changes: 35 additions & 35 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit abdea57

Please sign in to comment.