Skip to content

Commit

Permalink
Feat iseec 4458 app switcher carbon v11 header (#91)
Browse files Browse the repository at this point in the history
* feat: migrate to vite

* fix: no side effects

* fix: modules

* feat: wip to v11

* feat: getting closer to parity

* feat: wip with storybook

* feat: react docgen wip

* fea: on deman story generation

* feat: remove dynamic generation

* chore: remove unnecessary imports

* feat: tokens for ui shell

* feat: combobox simplifcation

* feat: update combobox, listbox

* chore: delete old combobox

* fix: import and depends

* fix: gitignore

* feat: first beta

* feat: add react imports back

* fix: more imports, util

* fix: missed one

* feat: wip with carbon 11

* feat: avatar

* feat: making some good progress

* feat: wip with carbon 11

* feat: continuing with updates

* chore: remove knobs, fix some styles

* fix: avatar import, sidenav background color

* style: update header requests style

* feat: add descriptions, fix header focus

* style: header

* feat: tree view is out

* chore: bump version

* feat: remove carbon export

* fix: add back in react

* feat: beta 5

* style: fix margin on radio group

* fix: log and radio label

* fix: focus trap

* chore: bump version

* fix: add react again

* fix: add react to hopefully everything

* chore: bump addons

* fix: wrong prop type

* style: simplify shell tokens

* docs: wip for v3

* fix: tokens

* feat: change scss structure

* fix: style imports

* feat: updated navTab(s) to bring in carbon styles

* fix: errors

* chore: use cx everywhere

* chore: release v3.0.0-beta.11

* chore: show better code previews

* fix: scss in build

* feat: use injected styles and copy tippys

* chore: fix for ssr

* feat: update date picker

* chore: bump version

* style: fix header active

* feat: update docs

* fix: privacystatement styles after merge

* fix: all things profile settings

* (Carbon v11) feat [ISEEC-4459] UI: Carbon Addons react-query integration (#89)

* feat: uishell react query (carbon v11)

* build: 3.0.0-beta.16

* fix: update checkbox change props

* feat: add react-query provider to uishell

* fix: typo

Co-authored-by: Lucas Grimauth Evangelista <Lucas.Grimauth@ibm.com>
Co-authored-by: Tim Bula <timrbula@gmail.com>

* fix: version difference

* fix: rq integration and styles

* chore: bump version

* fix: version range for axios

* chore: update version, delete yarn

* chore: update import, improve readme

* docs: update migration

* fix: icon import

* docs: v3 migration, cleanup

* feat: add app switcher - WIP

* docs: cleanup

* Update README.md

* Update README.md

* Update README.md

* docs: home

* fix: use mouseup event

* fix: styles and active flag for app switcher

* feat: in header

* fix: couple of styles

* feat: app switcher component

* style: cleanup things a bit

* style: a bit more cleanup

* publish test version

* docs: improve component stories

* fix: horizontal scroll

* fix: build

* feat: add pnpm config

* fix: change permissions on script

* test: logging

* fix: add build command

* fix: build with npm

* fix: my goodness

* fix: bump node heap size

* style: empty state

* fix: add hover on accordion item

* feat: add app switcher - WIP

* fix: use mouseup event

* fix: styles and active flag for app switcher

* feat: in header

* fix: couple of styles

* feat: app switcher component

* style: cleanup things a bit

* style: a bit more cleanup

* publish test version

* fix: horizontal scroll

* style: empty state

* fix: add hover on accordion item

* fix: merge in main and fix up a few styles

* chore: bump to minor version for new feature

* fix: accounts array

* fix: accounts array

* fix: links and styles

* chore: a11y for app switcher

* fix: divider width

* fix: app switcher

* chore: remove log

* chore: bump version

* style: use visibility to prevent text shifting

* feat: small fixes

* fix: add cpy

* fix: storybook versions

* fix: hover state

* feat: add title for long names

* chore: bump versions

* style: fix notification placement

* chore: bump version again

* Update HeaderRightPanel.jsx

Co-authored-by: Tim R. Bula <trbula@us.ibm.com>
Co-authored-by: Benjamin Ruby <Benjamin.Ruby@ibm.com>
Co-authored-by: Lucas Grimauth <lucasgrimauth@gmail.com>
Co-authored-by: Lucas Grimauth Evangelista <Lucas.Grimauth@ibm.com>
Co-authored-by: Tim Bula <timrbula@gmail.com>
Co-authored-by: Isabela Kawabata <isabela.kawabata@ibm.com>
  • Loading branch information
7 people authored Oct 18, 2022
1 parent 11a5683 commit 0bd4dde
Show file tree
Hide file tree
Showing 14 changed files with 585 additions and 317 deletions.
3 changes: 2 additions & 1 deletion 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": "3.0.0",
"version": "3.1.0-beta.6",
"author": {
"name": "Tim Bula",
"email": "timrbula@gmail.com"
Expand Down Expand Up @@ -98,6 +98,7 @@
"axios-mock-adapter": "^1.20.0",
"babel-loader": "^8.2.5",
"core-js": "^3.23.4",
"cpy": "8.1.2",
"cross-env": "^7.0.3",
"eslint": "^8.19.0",
"eslint-config-react-app": "^7.0.1",
Expand Down
39 changes: 19 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0bd4dde

Please sign in to comment.