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

Sync V3 branch with Staging #49

Open
wants to merge 31 commits into
base: v3
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
461e230
remove cypress from codebase
yinkakun Jun 27, 2022
1d8e2e8
remove storybook from codebase
yinkakun Jun 27, 2022
78a4c62
make snapshots data have minimum of 3 data points
yinkakun Jun 28, 2022
eb324a4
remove Vaults and Stake related components and hooks
yinkakun Jul 4, 2022
2f10595
remove additional Stake refrences
yinkakun Jul 4, 2022
15b8830
remove additional Stake related reference
yinkakun Jul 4, 2022
68c279c
remove additional Stake related files
yinkakun Jul 4, 2022
ebd68fe
remove aditional Stake related codes
yinkakun Jul 4, 2022
5034ec6
add link to drain redemption app
yinkakun Jul 8, 2022
2882433
add link to drained assets redemption app
yinkakun Jul 8, 2022
a62f215
refactor to access object property with integer
yinkakun Jul 13, 2022
b85e6d7
destructure for readability reasons
yinkakun Jul 13, 2022
b7a51ff
remove unnecessary variable declaration
yinkakun Jul 13, 2022
3b98fb3
remove portfolio page and related references
yinkakun Jul 13, 2022
46662c1
direct governance navigation option to withTally
yinkakun Jul 18, 2022
d3decad
remove google analytics package and references
yinkakun Jul 18, 2022
1ecd904
Update Splash.tsx
deomaius Aug 3, 2022
decccb3
Merge pull request #47 from yinkakun/remove-all-analytic-tracking-sof…
deomaius Aug 3, 2022
73e947e
Merge pull request #46 from yinkakun/direct-governance-navigation-opt…
deomaius Aug 3, 2022
0c29d94
Merge pull request #43 from yinkakun/link-to-drained-assets-reversal-…
deomaius Aug 3, 2022
f6eaa02
Merge pull request #39 from yinkakun/remove-storybook
deomaius Aug 3, 2022
03dd17f
Merge branch 'staging' into remove-cypress-from-codebase
deomaius Aug 3, 2022
1b7fdb7
Merge pull request #38 from yinkakun/remove-cypress-from-codebase
deomaius Aug 3, 2022
8eef7e7
Merge branch 'staging' into remove-all-components-and-references-rela…
deomaius Aug 3, 2022
f766293
Merge pull request #41 from yinkakun/remove-all-components-and-refere…
deomaius Aug 3, 2022
e9d8661
remove VaultGroup ref
deomaius Aug 4, 2022
f6303e6
fix redemption notification hrefs, format and colors
deomaius Aug 4, 2022
42e826d
Merge pull request #40 from yinkakun/resolve-indices-historic-price-c…
deomaius Aug 4, 2022
448450a
resolve router conflicts
deomaius Aug 4, 2022
7ba2603
resolve linter conflicts
deomaius Aug 4, 2022
1bec18b
Merge pull request #48 from indexed-finance/staging
deomaius Aug 5, 2022
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
31 changes: 0 additions & 31 deletions .storybook/main.js

This file was deleted.

19 changes: 0 additions & 19 deletions .storybook/preview.js

This file was deleted.

9 changes: 0 additions & 9 deletions .storybook/styles.css

This file was deleted.

31 changes: 11 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,10 @@

## Repo Structure

### .storybook

Contains setup files for [Storybook](https://storybook.js.org/), a solution for viewing components without surrounding app context.

### build [.gitignore]

After building the app, the files are located here.

### cypress

Contains end-to-end test suites and set up files for [Cypress](https://www.cypress.io/), our browser integration testing engine.

### data

Contains markdown files that are compiled at build time to `src/data.json`, where it is consumed and turned into UI components.
Expand All @@ -51,15 +43,14 @@ Contains the configuration logic for the socket server's webpack build, as well

### Tools of Choice

| TOOL | LEARN MORE | WHAT IT'S FOR |
| ---------------- | ------------------------------- | ---------------------------------------------------------------------------------------- |
| Create-React-App | https://create-react-app.dev/ | React is a view library for creating components. |
| Redux | https://redux.js.org/ | Redux is a library for handling state managements. |
| React-Redux | https://react-redux.js.org/ | React-Redux connects a React app with a Redux data store. |
| Redux Toolkit | https://redux-toolkit.js.org/ | Redux Toolkit is an opinion toolset and pattern for Redux. |
| Ant Design | https://ant.design/ | Ant Design is a UI framework that contains React components. |
| Storybook | https://storybook.js.org/ | Storybook allows developers to view components in isolation. |
| Cypress | https://cypress.io/ | Cypress is an end-to-end test engine that automates quality assurance testing in Chrome. |
| Typescript | https://www.typescriptlang.org/ | TypeScript is a superset of ECMAScript that provides a robust build-time type solution. |
| Formik | https://formik.org/ | Formik is a form solution to make forms easier in React. |
| Ethers | https://docs.ethers.io/v5/ | Ethers is an all-in-one library for interacting with the Ethereum blockchain. |
| TOOL | LEARN MORE | WHAT IT'S FOR |
| ---------------- | ------------------------------- | --------------------------------------------------------------------------------------- |
| Create-React-App | https://create-react-app.dev/ | React is a view library for creating components. |
| Redux | https://redux.js.org/ | Redux is a library for handling state managements. |
| React-Redux | https://react-redux.js.org/ | React-Redux connects a React app with a Redux data store. |
| Redux Toolkit | https://redux-toolkit.js.org/ | Redux Toolkit is an opinion toolset and pattern for Redux. |
| Ant Design | https://ant.design/ | Ant Design is a UI framework that contains React components. |
| Storybook | https://storybook.js.org/ | Storybook allows developers to view components in isolation. |
| Typescript | https://www.typescriptlang.org/ | TypeScript is a superset of ECMAScript that provides a robust build-time type solution. |
| Formik | https://formik.org/ | Formik is a form solution to make forms easier in React. |
| Ethers | https://docs.ethers.io/v5/ | Ethers is an all-in-one library for interacting with the Ethereum blockchain. |
3 changes: 0 additions & 3 deletions cypress.json

This file was deleted.

5 changes: 0 additions & 5 deletions cypress/fixtures/example.json

This file was deleted.

Loading