mirror of
https://github.com/anonklub/anonklub.git
synced 2026-05-03 03:00:04 -04:00
* 🚀 Scaffold next UI app (#158) * scaffold next app * add some pages * refactor with next `app` router * update margins of layout * define Balloon component * define Screen component * define Loader component * define Balloon/Header components * simulate fetching cryptopunks anonset * fix config type * add pages stubs * prepare for deployment Especially need to exclude net,tls, fs from browser section of package.json for webpack to work * chore: lint * fix Dockerfile * Name Page React Components * lint/sort * rm Dockerfile-staging * use next instant Loading state fallback instead of client side <Loader/> * update config interface * refactor * feat: can fetch cryptopunks anon set * rename Link to ExternalLink * export named components instead of as default * Extract Help component * refactor Cryptopunk query page * fix: use client in <CustomButton /> * create <SubmitProofRequest /> with stars indicators * remove progress bar * disable buttons instead hiding them * more vertical spacing * display AnonSet in Scrollable Modal in SubmitProofRequest form * add ui deploy workflow * remove prove/from-onchain/cryptopunk page * update lock file * update query api deploy GH workflow files * format readme * update deploy env names * Add fly-prod.toml config file * Fix ui prod deploy workflow triggers
7 lines
82 B
JavaScript
7 lines
82 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
autoprefixer: {},
|
|
tailwindcss: {},
|
|
},
|
|
}
|