Commit 66d30c0
add staking to hub (#811)
* chore: add wagmi configuration and providers for Status Hub
* feat: add new icons, promo modal for staking page, integrate connectkit to stake form
* feat: implement progress dialog and state management for vault operations
* chore: rename progress dialog to action status component and where it is used
* feat: integrate SIWE for wallet authentication and enhance vault state management
* feat: update vault management with new table and modal components, integrate react-query and react-table
* feat: integrate @tanstack/react-query for improved data fetching and state management in vault components
* feat: enhance vault management with new compound modal and lock configuration, update table actions for improved user experience
* refactor: introduce withdraw modal and enhance lock configuration modal for improved vault management
* feat: enhance vault management with new hooks for account vaults and faucet integration, update UI components for improved user experience
* feat: enhance vault management with new hooks for token approval, withdrawal, and staking; update UI components and integrate new icons for improved user experience
* feat: integrate emergency mode functionality and enhance slider configuration for vault lockup periods; update UI components for improved user experience
* feat: enhance vault selection UI with lock status indicators and improve table overflow handling for better user experience
* refactor: simplify vault table action handlers by removing unnecessary onClick logic for modal state management
* feat: enhance vault management by adding new hooks for staking, multiplier points, and vault locking; update UI components and improve state management for better user experience
* chore: add changeset
* chore: remove unused eslint-disable comments from vault-related components and update button variants for consistency
* feat: add staking constants and improve hooks for vault management;
* chore: update vault-related UI components for consistency and improve styling; update zod dependency version
* chore: add wagmi configuration and providers for Status Hub
* feat: add new icons, promo modal for staking page, integrate connectkit to stake form
* feat: implement progress dialog and state management for vault operations
* chore: rename progress dialog to action status component and where it is used
* feat: integrate SIWE for wallet authentication and enhance vault state management
* feat: update vault management with new table and modal components, integrate react-query and react-table
* feat: integrate @tanstack/react-query for improved data fetching and state management in vault components
* feat: enhance vault management with new compound modal and lock configuration, update table actions for improved user experience
* refactor: introduce withdraw modal and enhance lock configuration modal for improved vault management
* feat: enhance vault management with new hooks for account vaults and faucet integration, update UI components for improved user experience
* feat: enhance vault management with new hooks for token approval, withdrawal, and staking; update UI components and integrate new icons for improved user experience
* feat: integrate emergency mode functionality and enhance slider configuration for vault lockup periods; update UI components for improved user experience
* feat: enhance vault selection UI with lock status indicators and improve table overflow handling for better user experience
* refactor: simplify vault table action handlers by removing unnecessary onClick logic for modal state management
* feat: enhance vault management by adding new hooks for staking, multiplier points, and vault locking; update UI components and improve state management for better user experience
* chore: add changeset
* chore: remove unused eslint-disable comments from vault-related components and update button variants for consistency
* feat: add staking constants and improve hooks for vault management;
* chore: update vault-related UI components for consistency and improve styling; update zod dependency version
* chore: apply commit changes
* fix: remove chain id definition in hooks
* chore: add button size 24
* chore: fix box-border style
* remove border-box sizing
* chore: update images
* chore: update button to add danger variant
* chore: remove button classNames
* f
checkout from #821
---------
Co-authored-by: iamonuwa <[email protected]>
Co-authored-by: nonuwa-oss <[email protected]>
Co-authored-by: Felicio <[email protected]>1 parent 0fa9d76 commit 66d30c0
File tree
74 files changed
+9066
-486
lines changed- .changeset
- apps
- hub
- public
- modal
- src
- app
- _components
- icons
- stake
- hooks
- types
- vaults
- modals
- lock-vault-modal
- _constants
- contracts
- _hooks
- _providers
- stake
- utils
- portfolio
- packages
- components/src
- button
- toast
- status-js
- status-network
- src/components/button
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
74 files changed
+9066
-486
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
22 | | - | |
| 26 | + | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| |||
29 | 34 | | |
30 | 35 | | |
31 | 36 | | |
| 37 | + | |
32 | 38 | | |
| 39 | + | |
33 | 40 | | |
34 | | - | |
| 41 | + | |
35 | 42 | | |
36 | 43 | | |
37 | 44 | | |
| |||
Loading
Loading
Loading
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments