Skip to content

Commit

Permalink
feat: APP-2903 - Update icons (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekidnamedkd authored Feb 20, 2024
1 parent 457fc30 commit ad26732
Show file tree
Hide file tree
Showing 123 changed files with 268 additions and 229 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,45 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added

- Implement `Heading`, `InputFileAvatar` and `Dropdown` components
- All SVGs have new designs/code implemented with "currentColor" fill, 16x16 mask
- Added `richtext-heading`, `blockchain-block`, `app-transactions`, `logout`, `critical` and `sort-desc` icon files
- Ref property handling on `Button` component

### Removed

- Removed `radio-pause`, `switch`, `tx-failure`, `turn-off` and `update` icon files

### Changed

- Renamed `menu-vertical` to `dots-vertical`
- Renamed `menu-horizontal` to `dots-horizontal`
- Renamed `menu-default` to `menu`
- Renamed `sort` to `sort-asc`
- Renamed `add` to `plus`
- Renamed `remove` to `minus`
- Renamed `question` to `help`
- Renamed `radio-cancel` to `remove`
- Renamed `radio-default` to `radio`
- Renamed `radio-check` to `success`
- Renamed `checkbox-multi` to `checkbox-indeterminate`
- Renamed `checkbox-default` to `checkbox`
- Renamed `tx-smart-contract` to `blockchain-smartcontract`
- Renamed `tx-deposit` to `deposit`
- Renamed `tx-withdraw` to `withdraw`
- Renamed `app-finance` to `app-assets`
- Renamed `app-governance` to `app-proposals`
- Renamed `app-community` to `app-members`
- Renamed `explore` to `app-explore`
- Renamed `dashboard` to `app-dashboard`
- Renamed `blockchain` to `blockchain-blockchain`
- Renamed `gas-fee` to `blockchain-gasfee`
- Renamed `wysiwyg-bold` to `richtext-bold`
- Renamed `wysiwyg-italic` to `richtext-italic`
- Renamed `wysiwyg-link-set` to `richtext-link-add`
- Renamed `wysiwyg-link-unset` to `richtext-link-remove`
- Renamed `wysiwyg-list-ordered` to `richtext-list-ordered`
- Renamed `wysiwyg-list-unordered` to `richtext-list-unordered`

## [1.0.13] - 2024-02-14

### Added
Expand Down
1 change: 0 additions & 1 deletion src/assets/icons/add.svg

This file was deleted.

1 change: 1 addition & 0 deletions src/assets/icons/app-assets.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/assets/icons/app-community.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/assets/icons/app-dashboard.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/app-explore.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/assets/icons/app-finance.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/assets/icons/app-governance.svg

This file was deleted.

1 change: 1 addition & 0 deletions src/assets/icons/app-members.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/app-proposals.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ad26732

Please sign in to comment.