Skip to content

Commit

Permalink
Merge new designs into develop (#731)
Browse files Browse the repository at this point in the history
* user page initial commit, font changed, tabs & cards updated

* upgrades on user page

* user movements component

* user page - voting and proposals list item updated

* user transactions finished - pagination & responsiveness

* clean up

* votes component logic fixed

* fix 733

* tabs updated and pagination added to all tabs

* multiple ui fixes

* clean up

* fix padding

* fix quorum values on summary

* fix card paddings

* drop & expired buttons
  • Loading branch information
fabiolalombardim authored Feb 15, 2024
1 parent c8f9d85 commit 9f05dc2
Show file tree
Hide file tree
Showing 76 changed files with 1,849 additions and 910 deletions.
3 changes: 2 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<meta charset="utf-8" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;200;300;400;500;600;700&family=Roboto:wght@100;300;400;500;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Flex:wght@100;200;300;400;500;600;700&family=Roboto:wght@100;300;400;500;700&display=swap" rel="stylesheet">
<script src="https://www.tezbridge.com/plugin.js"></script>
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
Expand Down
Binary file added src/assets/img/bullet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/img/bullet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/logos/deposit_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/logos/transactions_active.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/logos/transactions_inactive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/logos/votes_active.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/logos/votes_inactive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/logos/voting_active.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/logos/voting_inactive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/logos/withdrawal_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions src/modules/common/ChangeNetworkButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ export const ChangeNetworkButton = () => {
<ColorDot color={networkDotColorMap[network]} />
</Grid>
<Grid item>
<Typography style={{ fontWeight: 400 }} variant="body2">
{capitalize(network)}
</Typography>
<Typography color="textSecondary">{capitalize(network)}</Typography>
</Grid>
</Grid>
</StyledConnectedButton>
Expand Down
Loading

0 comments on commit 9f05dc2

Please sign in to comment.