pyth-crosschain/governance/xc_admin/packages/xc_admin_frontend
Keyvan Khademi b110bbca5c
feat(xc-admin-frontend): instructions summary in proposal page + improve ui in proposal row + refactor the code (#1478)
* refactor: move proposals to a folder

* refactor: use @images instead of relative paths

* refactor: split proposals into multiple files

* refactor: add type for proposal status

* refactor: add eslint and fix errors

* refactor: fix eslint errors

* refactor: fix eslint

* refactor: fix prettier

* refactor: remove any

* refactor: Proposals.tsx

* feat: add basic instructions summary

* feat: add unknown instruction

* fix: revert package-lock.json

* fix: update package-lock.json

* fix: pre-commit

* fix: ts error

* fix: remove message buffer dependency

* fix: revert back the cluster default

* feat: add support for different types of instructions

* feat: add transaction index to proposal row

* feat: improve the proposal row ui

* fix: display bigint properly (#1499)

---------

Co-authored-by: guibescos <59208140+guibescos@users.noreply.github.com>
2024-04-23 13:24:44 -07:00
..
components feat(xc-admin-frontend): instructions summary in proposal page + improve ui in proposal row + refactor the code (#1478) 2024-04-23 13:24:44 -07:00
contexts feat(xc-admin-frontend): instructions summary in proposal page + improve ui in proposal row + refactor the code (#1478) 2024-04-23 13:24:44 -07:00
hooks feat(xc-admin-frontend): instructions summary in proposal page + improve ui in proposal row + refactor the code (#1478) 2024-04-23 13:24:44 -07:00
images change voted icon (#684) 2023-03-11 11:18:11 +09:00
mappings feat(xc-admin): add price feed council signers (#1413) 2024-04-03 15:48:10 +09:00
pages feat(xc-admin-frontend): instructions summary in proposal page + improve ui in proposal row + refactor the code (#1478) 2024-04-23 13:24:44 -07:00
public [Xc_admin] hyphen to underscore (#545) 2023-01-31 15:36:56 -06:00
styles Xc admin frontend refactor (#964) 2023-07-20 12:18:05 +02:00
types [Xc_admin] hyphen to underscore (#545) 2023-01-31 15:36:56 -06:00
utils feat(xc_admin_frontend): parse entropy and executor abis (#1481) 2024-04-23 00:15:36 +05:30
.eslintignore feat(xc-admin-frontend): instructions summary in proposal page + improve ui in proposal row + refactor the code (#1478) 2024-04-23 13:24:44 -07:00
.eslintrc.json feat(xc-admin-frontend): instructions summary in proposal page + improve ui in proposal row + refactor the code (#1478) 2024-04-23 13:24:44 -07:00
.gitignore feat(xc-admin): add council address mapping (#1348) 2024-03-12 12:37:17 +09:00
.prettierignore [Xc_admin] hyphen to underscore (#545) 2023-01-31 15:36:56 -06:00
.prettierrc [Xc_admin] hyphen to underscore (#545) 2023-01-31 15:36:56 -06:00
Dockerfile fix(governance/xc_admin): add complete dependencies to the dockerfile (#1369) 2024-03-18 20:22:30 +01:00
README.md Fix lerna command (#675) 2023-03-09 13:34:05 +09:00
next-seo.config.js [Xc_admin] hyphen to underscore (#545) 2023-01-31 15:36:56 -06:00
next.config.js feat(xc-admin-frontend): instructions summary in proposal page + improve ui in proposal row + refactor the code (#1478) 2024-04-23 13:24:44 -07:00
package.json feat(xc-admin-frontend): instructions summary in proposal page + improve ui in proposal row + refactor the code (#1478) 2024-04-23 13:24:44 -07:00
postcss.config.js [Xc_admin] hyphen to underscore (#545) 2023-01-31 15:36:56 -06:00
tailwind.config.js [Xc_admin] hyphen to underscore (#545) 2023-01-31 15:36:56 -06:00
tsconfig.json feat(xc-admin-frontend): instructions summary in proposal page + improve ui in proposal row + refactor the code (#1478) 2024-04-23 13:24:44 -07:00

README.md

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

pyth-crosschain % npm install
pyth-crosschain % npx lerna run build --scope xc_admin_frontend --include-dependencies
pyth-crosschain % cd governance/xc_admin/packages/xc_admin_frontend
xc_admin_frontend % npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the code. The page auto-updates as you edit the file.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.