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

feat: 🎸 introduces fleekon to manage icons (tokeneless) #27

Merged
merged 12 commits into from
Nov 5, 2021

Conversation

heldrida
Copy link
Member

@heldrida heldrida commented Nov 5, 2021

Why?

Should show the icons as in Figma and should have an icon manager that is tokenless (the fontawesome requires a token)

@heldrida heldrida added the draft label Nov 5, 2021
@heldrida heldrida self-assigned this Nov 5, 2021
@heldrida heldrida removed the draft label Nov 5, 2021
@heldrida heldrida merged commit 747febf into develop Nov 5, 2021
@heldrida heldrida deleted the style/table-operation-type-changes branch November 5, 2021 13:18
heldrida added a commit that referenced this pull request Nov 5, 2021
* feat: 🎸 introduces fleekon and the icon selection from icomoon

* chore: 🤖 add fleekhq to npmrc

* chore: 🤖 add fleekhq to npmrc (pkg.json)

* refactor: 💡 use fleekon for the menu house icon

* refactor: 💡 use fleekon for operation type

* refactor: 💡 change the column operation as type in the transactions

* refactor: 💡 use fleekon for identity copy

* refactor: 💡 use fleekon for breadcrumb arrow

* chore: 🤖 remove breadcrumb arrow img

* refactor: 💡 use fleekon for pagination arrows

* chore: 🤖 remove fontawesome and related components that import it but not used in the project atm (e.g. search)

* chore: 🤖 yarn lock file
heldrida added a commit that referenced this pull request Nov 5, 2021
* feat: 🎸 introduces fleekon and the icon selection from icomoon

* chore: 🤖 add fleekhq to npmrc

* chore: 🤖 add fleekhq to npmrc (pkg.json)

* refactor: 💡 use fleekon for the menu house icon

* refactor: 💡 use fleekon for operation type

* refactor: 💡 change the column operation as type in the transactions

* refactor: 💡 use fleekon for identity copy

* refactor: 💡 use fleekon for breadcrumb arrow

* chore: 🤖 remove breadcrumb arrow img

* refactor: 💡 use fleekon for pagination arrows

* chore: 🤖 remove fontawesome and related components that import it but not used in the project atm (e.g. search)

* chore: 🤖 yarn lock file
heldrida pushed a commit that referenced this pull request Nov 18, 2021
# 1.0.0 (2021-11-18)

### Bug Fixes

* 🐛 amend environment variable name, missing _ID ([4b45d15](4b45d15))
* 🐛 amend route home, as overview ([#15](#15)) ([a36536b](a36536b))
* 🐛 eslintrc, aliases ([7f6c6d0](7f6c6d0))
* 🐛 lerna bootstrap prod dependencies ([#38](#38)) ([cf502a3](cf502a3))
* 🐛 pass github token to workflow release ([134bc73](134bc73))
* 🐛 titles ([b014845](b014845))
* 🐛 total transactions ([#28](#28)) ([b5a0144](b5a0144))
* 🐛 type def amends ([34619be](34619be))
* 🐛 type def warnings, bootstrap, initialisation ([cc6005f](cc6005f))
* 🐛 workspace package.json to avoid conflict with main branch version ([555e2e0](555e2e0))
* 🐛 yaml syntax ([d0dca4f](d0dca4f))

### Features

* 🎸 add overall values for overview page ([#25](#25)) ([6745c8a](6745c8a))
* 🎸 App specific page, initial version  ([#5](#5)) ([217f656](217f656))
* 🎸 application transactions page, initial ([9130683](9130683))
* 🎸 CAP Service for development ([#1](#1)) ([7c38739](7c38739))
* 🎸 introduces fleekon to manage icons (tokeneless) ([#27](#27)) ([847fe3e](847fe3e))
* 🎸 metadata for contract in transaction page ([#24](#24)) ([0d08fa0](0d08fa0))
* 🎸 mock data generator for CAP Service for development ([#2](#2)) ([39c57bf](39c57bf))
* 🎸 mock provider for staging or testing ([#10](#10)) ([fda15c8](fda15c8))
* 🎸 token contracts initial implementation ([#4](#4)) ([3258675](3258675))
* 🎸 token contracts paired roots on overview ([#34](#34)) ([46c3e2d](46c3e2d))
* 🎸 transactions named column via dab metadata ([#23](#23)) ([5904130](5904130))
github-actions bot pushed a commit that referenced this pull request Nov 26, 2021
# 1.0.0 (2021-11-26)

### Bug Fixes

* 🐛 amend environment variable name, missing _ID ([4b45d15](4b45d15))
* 🐛 amend route home, as overview ([#15](#15)) ([a36536b](a36536b))
* 🐛 eslintrc, aliases ([7f6c6d0](7f6c6d0))
* 🐛 function signature expects one argument ([#51](#51)) ([471646d](471646d))
* 🐛 identity copy, should not copy trimmed account ([a0523f7](a0523f7))
* 🐛 lerna bootstrap prod dependencies ([#38](#38)) ([cf502a3](cf502a3))
* 🐛 the not available should be 3x dashes ([9f87586](9f87586))
* 🐛 titles ([b014845](b014845))
* 🐛 total transactions ([#28](#28)) ([b5a0144](b5a0144))
* 🐛 type def amends ([34619be](34619be))
* 🐛 type def warnings, bootstrap, initialisation ([cc6005f](cc6005f))
* 🐛 workspace package.json to avoid conflict with main branch version ([555e2e0](555e2e0))

### Features

* 🎸 add overall values for overview page ([#25](#25)) ([6745c8a](6745c8a))
* 🎸 App specific page, initial version  ([#5](#5)) ([217f656](217f656))
* 🎸 application transactions page, initial ([9130683](9130683))
* 🎸 CAP Service for development ([#1](#1)) ([7c38739](7c38739))
* 🎸 introduces fleekon to manage icons (tokeneless) ([#27](#27)) ([847fe3e](847fe3e))
* 🎸 metadata for contract in transaction page ([#24](#24)) ([0d08fa0](0d08fa0))
* 🎸 mock data generator for CAP Service for development ([#2](#2)) ([39c57bf](39c57bf))
* 🎸 mock provider for staging or testing ([#10](#10)) ([fda15c8](fda15c8))
* 🎸 token contracts initial implementation ([#4](#4)) ([3258675](3258675))
* 🎸 token contracts paired roots on overview ([#34](#34)) ([46c3e2d](46c3e2d))
* 🎸 transactions named column via dab metadata ([#23](#23)) ([5904130](5904130))
github-actions bot pushed a commit that referenced this pull request Nov 29, 2021
# 1.0.0-beta.1 (2021-11-29)

### Bug Fixes

* 🐛 amend environment variable name, missing _ID ([4b45d15](4b45d15))
* 🐛 amend route home, as overview ([#15](#15)) ([a36536b](a36536b))
* 🐛 eslintrc, aliases ([7f6c6d0](7f6c6d0))
* 🐛 function signature expects one argument ([#51](#51)) ([471646d](471646d))
* 🐛 identity copy, should not copy trimmed account ([a0523f7](a0523f7))
* 🐛 lerna bootstrap prod dependencies ([#38](#38)) ([cf502a3](cf502a3))
* 🐛 the not available should be 3x dashes ([9f87586](9f87586))
* 🐛 titles ([b014845](b014845))
* 🐛 total transactions ([#28](#28)) ([b5a0144](b5a0144))
* 🐛 type def amends ([34619be](34619be))
* 🐛 type def warnings, bootstrap, initialisation ([cc6005f](cc6005f))
* 🐛 workspace package.json to avoid conflict with main branch version ([555e2e0](555e2e0))

### Features

* 🎸 add overall values for overview page ([#25](#25)) ([6745c8a](6745c8a))
* 🎸 App specific page, initial version  ([#5](#5)) ([217f656](217f656))
* 🎸 application transactions page, initial ([9130683](9130683))
* 🎸 CAP Service for development ([#1](#1)) ([7c38739](7c38739))
* 🎸 introduces fleekon to manage icons (tokeneless) ([#27](#27)) ([847fe3e](847fe3e))
* 🎸 metadata for contract in transaction page ([#24](#24)) ([0d08fa0](0d08fa0))
* 🎸 mock data generator for CAP Service for development ([#2](#2)) ([39c57bf](39c57bf))
* 🎸 mock provider for staging or testing ([#10](#10)) ([fda15c8](fda15c8))
* 🎸 token contracts initial implementation ([#4](#4)) ([3258675](3258675))
* 🎸 token contracts paired roots on overview ([#34](#34)) ([46c3e2d](46c3e2d))
* 🎸 transactions named column via dab metadata ([#23](#23)) ([5904130](5904130))
heldrida pushed a commit that referenced this pull request Nov 29, 2021
# 1.0.0 (2021-11-26)

### Bug Fixes

* 🐛 amend environment variable name, missing _ID ([4b45d15](4b45d15))
* 🐛 amend route home, as overview ([#15](#15)) ([a36536b](a36536b))
* 🐛 eslintrc, aliases ([7f6c6d0](7f6c6d0))
* 🐛 function signature expects one argument ([#51](#51)) ([471646d](471646d))
* 🐛 identity copy, should not copy trimmed account ([a0523f7](a0523f7))
* 🐛 lerna bootstrap prod dependencies ([#38](#38)) ([cf502a3](cf502a3))
* 🐛 the not available should be 3x dashes ([9f87586](9f87586))
* 🐛 titles ([b014845](b014845))
* 🐛 total transactions ([#28](#28)) ([b5a0144](b5a0144))
* 🐛 type def amends ([34619be](34619be))
* 🐛 type def warnings, bootstrap, initialisation ([cc6005f](cc6005f))
* 🐛 workspace package.json to avoid conflict with main branch version ([555e2e0](555e2e0))

### Features

* 🎸 add overall values for overview page ([#25](#25)) ([6745c8a](6745c8a))
* 🎸 App specific page, initial version  ([#5](#5)) ([217f656](217f656))
* 🎸 application transactions page, initial ([9130683](9130683))
* 🎸 CAP Service for development ([#1](#1)) ([7c38739](7c38739))
* 🎸 introduces fleekon to manage icons (tokeneless) ([#27](#27)) ([847fe3e](847fe3e))
* 🎸 metadata for contract in transaction page ([#24](#24)) ([0d08fa0](0d08fa0))
* 🎸 mock data generator for CAP Service for development ([#2](#2)) ([39c57bf](39c57bf))
* 🎸 mock provider for staging or testing ([#10](#10)) ([fda15c8](fda15c8))
* 🎸 token contracts initial implementation ([#4](#4)) ([3258675](3258675))
* 🎸 token contracts paired roots on overview ([#34](#34)) ([46c3e2d](46c3e2d))
* 🎸 transactions named column via dab metadata ([#23](#23)) ([5904130](5904130))
github-actions bot pushed a commit that referenced this pull request Nov 29, 2021
# 1.0.0-beta.1 (2021-11-29)

### Bug Fixes

* 🐛 amend environment variable name, missing _ID ([4b45d15](4b45d15))
* 🐛 amend route home, as overview ([#15](#15)) ([a36536b](a36536b))
* 🐛 eslintrc, aliases ([7f6c6d0](7f6c6d0))
* 🐛 function signature expects one argument ([#51](#51)) ([471646d](471646d))
* 🐛 identity copy, should not copy trimmed account ([a0523f7](a0523f7))
* 🐛 lerna bootstrap prod dependencies ([#38](#38)) ([cf502a3](cf502a3))
* 🐛 the not available should be 3x dashes ([9f87586](9f87586))
* 🐛 titles ([b014845](b014845))
* 🐛 total transactions ([#28](#28)) ([b5a0144](b5a0144))
* 🐛 type def amends ([34619be](34619be))
* 🐛 type def warnings, bootstrap, initialisation ([cc6005f](cc6005f))
* 🐛 workspace package.json to avoid conflict with main branch version ([555e2e0](555e2e0))

### Features

* 🎸 add overall values for overview page ([#25](#25)) ([6745c8a](6745c8a))
* 🎸 App specific page, initial version  ([#5](#5)) ([217f656](217f656))
* 🎸 application transactions page, initial ([9130683](9130683))
* 🎸 CAP Service for development ([#1](#1)) ([7c38739](7c38739))
* 🎸 introduces fleekon to manage icons (tokeneless) ([#27](#27)) ([847fe3e](847fe3e))
* 🎸 metadata for contract in transaction page ([#24](#24)) ([0d08fa0](0d08fa0))
* 🎸 mock data generator for CAP Service for development ([#2](#2)) ([39c57bf](39c57bf))
* 🎸 mock provider for staging or testing ([#10](#10)) ([fda15c8](fda15c8))
* 🎸 token contracts initial implementation ([#4](#4)) ([3258675](3258675))
* 🎸 token contracts paired roots on overview ([#34](#34)) ([46c3e2d](46c3e2d))
* 🎸 transactions named column via dab metadata ([#23](#23)) ([5904130](5904130))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant