Skip to content

Commit

Permalink
Feat iseec 4458 app switcher (#90)
Browse files Browse the repository at this point in the history
* feat: use react-query

* feat: add react query provider to uishell

* feat: add app switcher - WIP

* feat: update implementation

* feat: update app switcher

* tab

* tab

* publish test version

* update lock file

* delete yarn lock

* fix: horizontal scroll

* fix: add hover on accordion item

* feat: bring over v11 implementation

* fix: app switcher bugs

* style: fix  divider color

* chore: release version

* chore: release version

* style: fix switcher divider

* style: fix switcher divider again

* Update package.json

Co-authored-by: Lucas Grimauth Evangelista <Lucas.Grimauth@ibm.com>
Co-authored-by: Isabela Kawabata <isabela.kawabata@ibm.com>
Co-authored-by: Tim Bula <timrbula@gmail.com>
Co-authored-by: Tim R. Bula <trbula@us.ibm.com>
  • Loading branch information
5 people authored Oct 19, 2022
1 parent 5028105 commit 2ae5fc0
Show file tree
Hide file tree
Showing 12 changed files with 1,134 additions and 747 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@boomerang-io/carbon-addons-boomerang-react",
"description": "Carbon Addons for Boomerang apps",
"version": "2.0.14",
"version": "2.1.0",
"author": {
"name": "Tim Bula",
"email": "timrbula@gmail.com"
Expand Down Expand Up @@ -57,7 +57,7 @@
"date-fns": "2.28.0",
"dompurify": "2.3.8",
"downshift": "6.1.7",
"focus-trap-react": "8.9.1",
"focus-trap-react": "9.0.2",
"js-file-download": "0.4.12",
"lodash.get": "4.4.2",
"lodash.isequal": "4.5.0",
Expand Down Expand Up @@ -123,6 +123,7 @@
"carbon-icons": "^7.0.7",
"cpy": "^8.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.25.0",
"formik": "^2.2.9",
"in-publish": "^2.0.1",
"jest-axe": "^5.0.1",
Expand Down
Loading

0 comments on commit 2ae5fc0

Please sign in to comment.