Skip to content

Commit

Permalink
Feature/pwa (#86)
Browse files Browse the repository at this point in the history
* app pages not needed anymore

* updated provider and wrapped app

* added components for views

* added google font

* updated readme

* app shell fully rebuilt ready for UI work

* added i18n for portugese
made smart account provider user
added onboarding view
completed royting for landing and app

* generated fvicon and icon pngs

* updated vite vonfig and html with icons for app

* reodreder code

* created core layout components
remove uneeded files and packages
updated eslint with react query plugin
added tailwind styles the index html
creayed types for app and green goods

* added vercel function for fetching users from privy
updated varibales in example env
moved typescript pulgins from app to node js config
started to refine app views
fixed type errors and warning to ensure app builds

* updated typescript config

* removed to keep consistent behavior

* fixed environment variables for get users function

* added json for action instructions
moved intl to PWA provider
added eas methods for fetchinf work and work approval
started to import react hook form for data validation
updated contracts and comiled with new fields
updated indexer schema and config  with new types and events

* added daisy ui for navbar and modal
added taildwind typography
fixed routing with react router
added types for garden, work andprofile compomnents
updated indexer schema

* deployed contracts to arb
updated json files to prep for pinata upload

* fixed type errors for building

* Polished landing page
Polished login page
Deployed new garden contract and account
added react device frame for mobile mock
updated contract deploy scripts for garden and created new one for opertors
delete eas ABI not needed

* added meta tags for social preview
updated lono rendering to look proper
  • Loading branch information
Oba-One authored Aug 31, 2024
1 parent f6ac0c9 commit fc46343
Show file tree
Hide file tree
Showing 135 changed files with 14,492 additions and 13,800 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,4 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
.vercel
4 changes: 4 additions & 0 deletions .vscode/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ Core libraries:

- [React](https://react.dev) - Library for rendering UI and controlling basic state
- [Vite](https://vitejs.dev) - Build library for client UIs
- [Openzeppelin](https://docs.openzeppelin.com/contracts/4.x/) - Library for writing secure and audited smart contracts
- [EAS](https://attest.sh) - Contracts for making attestations and verifying claims
- [Envio](https://envio.dev) - Indexer for querying and indexing blockchain data
- [Foundry](https://book.getfoundry.sh/getting-started/installation) - Library for compiling and deploying smart contracts

## Contributing

Expand All @@ -48,7 +52,6 @@ If you would like to contribute here are the following steps:
- Once done open a [PR](<[https://github.com/wefa-labs/wefa/pulls](https://github.com/Oba-One/web3-starter-kit/pulls)>) to merge into the development branch of the starter kit repo
- Once approved make sure your branch is up to date with main and complete the merge.


### test

```forge test --fork-url https://base-sepolia-rpc.publicnode.com -vvvv```
`forge test --fork-url https://base-sepolia-rpc.publicnode.com -vvvv`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"viem": "^2.19.6"
},
"devDependencies": {
"@types/node": "22.5.1",
"concurrently": "8.2.2",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"wait-port": "1.1.0"
},
"engines": {
Expand Down
19 changes: 0 additions & 19 deletions packages/app/index.html

This file was deleted.

49 changes: 0 additions & 49 deletions packages/app/package.json

This file was deleted.

48 changes: 0 additions & 48 deletions packages/app/src/App.tsx

This file was deleted.

22 changes: 0 additions & 22 deletions packages/app/src/components/Actions.tsx

This file was deleted.

28 changes: 0 additions & 28 deletions packages/app/src/components/Info.tsx

This file was deleted.

Loading

0 comments on commit fc46343

Please sign in to comment.