[COMPASS-5519] Update collection header styles and components Created: 17/Feb/22  Updated: 10/Jan/24  Resolved: 25/Apr/22

Status: Closed
Project: Compass
Component/s: UI / UX
Affects Version/s: None
Fix Version/s: 1.31.3

Type: Task Priority: Major - P3
Reporter: Rhys Howell Assignee: Alena Khineika
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Depends
is depended on by COMPASS-5019 Broken UI in views Closed
Gantt Dependency
Issue split
split to COMPASS-5649 Move the compass-collection-stats pac... Closed
split to COMPASS-5695 Move collection package to TypeScript Closed
split to COMPASS-5718 Use real action types instead of generic Closed
Epic Link: COMPASS-5480
Story Points: 5
Documentation Changes: Not Needed
Sprint: Iteration Wolverhampton, Iteration Xochimilco, Iteration Yonkers, Iteration Zanzibar

 Description   

This ticket involves updating the styles and components used in the collection header. This is the area with the namespace and collection stats. Let's see if it makes sense to simplify and combine the collection stats and collection namespace packages into one new package (typescript).

Mocks: https://www.figma.com/file/vbjoD4dcisPYRYJ5RRu72k/Compass-LG?node-id=665%3A29712

Where possible let's break out building blocks into compass-components and follow the conventions: https://docs.google.com/document/d/1ZLz_DJYpwTiS_DiPcQMKoLoz2iNxSsMKRTuXXxHb6ak/edit#
Let's be sure to use the `Typography` package where we can.



 Comments   
Comment by Githook User [ 27/Apr/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat(header): update collection header styles COMPASS-5519 (#2965)

  • feat: update collection header styles and components COMPASS-5519
  • feat: move stats to compass collection package
  • refactor: update types
  • feat: add leafygreen-ui/box dependency
  • fix: update styles and types
  • fix: use typography instead of spacing for font sizes
  • chore(compass-collection): Only track tabs in one place on active tab name change
  • chore(compass-collection): Grow header to full workspace width so that actions are pushed all the way to the right
  • chore(compass-collection): Avoid disabling eslint rules for the whole file
  • chore(compass-collection): Do not copy stats to tabs; Use state.stats when displaying stats in header
  • chore(compass-collection): Only emit all-tabs-closed based on user interactions with the UI

Otherwise disconnecting causes a race condition that can lead to weird current
namepsace reset if you re-connect too quickly

Co-Authored-By: Anemy <rhysh@live.com>

  • Update styles, no overflow with long collection names

Co-authored-by: Sergey Petushkov <petushkov.sergey@gmail.com>
Co-authored-by: Rhys <Anemy@users.noreply.github.com>
Co-authored-by: Anemy <rhysh@live.com>
Branch: try-fix-exe
https://github.com/mongodb-js/compass/commit/9177c389cc0c05e3cd0db03a7fd156c9d01f1937

Comment by Githook User [ 27/Apr/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat(header): update collection header styles COMPASS-5519 (#2965)

  • feat: update collection header styles and components COMPASS-5519
  • feat: move stats to compass collection package
  • refactor: update types
  • feat: add leafygreen-ui/box dependency
  • fix: update styles and types
  • fix: use typography instead of spacing for font sizes
  • chore(compass-collection): Only track tabs in one place on active tab name change
  • chore(compass-collection): Grow header to full workspace width so that actions are pushed all the way to the right
  • chore(compass-collection): Avoid disabling eslint rules for the whole file
  • chore(compass-collection): Do not copy stats to tabs; Use state.stats when displaying stats in header
  • chore(compass-collection): Only emit all-tabs-closed based on user interactions with the UI

Otherwise disconnecting causes a race condition that can lead to weird current
namepsace reset if you re-connect too quickly

Co-Authored-By: Anemy <rhysh@live.com>

  • Update styles, no overflow with long collection names

Co-authored-by: Sergey Petushkov <petushkov.sergey@gmail.com>
Co-authored-by: Rhys <Anemy@users.noreply.github.com>
Co-authored-by: Anemy <rhysh@live.com>
Branch: COMPASS-5756-aggregation-count
https://github.com/mongodb-js/compass/commit/9177c389cc0c05e3cd0db03a7fd156c9d01f1937

Comment by Githook User [ 26/Apr/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat(header): update collection header styles COMPASS-5519 (#2965)

  • feat: update collection header styles and components COMPASS-5519
  • feat: move stats to compass collection package
  • refactor: update types
  • feat: add leafygreen-ui/box dependency
  • fix: update styles and types
  • fix: use typography instead of spacing for font sizes
  • chore(compass-collection): Only track tabs in one place on active tab name change
  • chore(compass-collection): Grow header to full workspace width so that actions are pushed all the way to the right
  • chore(compass-collection): Avoid disabling eslint rules for the whole file
  • chore(compass-collection): Do not copy stats to tabs; Use state.stats when displaying stats in header
  • chore(compass-collection): Only emit all-tabs-closed based on user interactions with the UI

Otherwise disconnecting causes a race condition that can lead to weird current
namepsace reset if you re-connect too quickly

Co-Authored-By: Anemy <rhysh@live.com>

  • Update styles, no overflow with long collection names

Co-authored-by: Sergey Petushkov <petushkov.sergey@gmail.com>
Co-authored-by: Rhys <Anemy@users.noreply.github.com>
Co-authored-by: Anemy <rhysh@live.com>
Branch: remove-bugsnag
https://github.com/mongodb-js/compass/commit/9177c389cc0c05e3cd0db03a7fd156c9d01f1937

Comment by Githook User [ 25/Apr/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat(header): update collection header styles COMPASS-5519 (#2965)

  • feat: update collection header styles and components COMPASS-5519
  • feat: move stats to compass collection package
  • refactor: update types
  • feat: add leafygreen-ui/box dependency
  • fix: update styles and types
  • fix: use typography instead of spacing for font sizes
  • chore(compass-collection): Only track tabs in one place on active tab name change
  • chore(compass-collection): Grow header to full workspace width so that actions are pushed all the way to the right
  • chore(compass-collection): Avoid disabling eslint rules for the whole file
  • chore(compass-collection): Do not copy stats to tabs; Use state.stats when displaying stats in header
  • chore(compass-collection): Only emit all-tabs-closed based on user interactions with the UI

Otherwise disconnecting causes a race condition that can lead to weird current
namepsace reset if you re-connect too quickly

Co-Authored-By: Anemy <rhysh@live.com>

  • Update styles, no overflow with long collection names

Co-authored-by: Sergey Petushkov <petushkov.sergey@gmail.com>
Co-authored-by: Rhys <Anemy@users.noreply.github.com>
Co-authored-by: Anemy <rhysh@live.com>
Branch: 1.31-releases
https://github.com/mongodb-js/compass/commit/9177c389cc0c05e3cd0db03a7fd156c9d01f1937

Comment by Githook User [ 25/Apr/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat(header): update collection header styles COMPASS-5519 (#2965)

  • feat: update collection header styles and components COMPASS-5519
  • feat: move stats to compass collection package
  • refactor: update types
  • feat: add leafygreen-ui/box dependency
  • fix: update styles and types
  • fix: use typography instead of spacing for font sizes
  • chore(compass-collection): Only track tabs in one place on active tab name change
  • chore(compass-collection): Grow header to full workspace width so that actions are pushed all the way to the right
  • chore(compass-collection): Avoid disabling eslint rules for the whole file
  • chore(compass-collection): Do not copy stats to tabs; Use state.stats when displaying stats in header
  • chore(compass-collection): Only emit all-tabs-closed based on user interactions with the UI

Otherwise disconnecting causes a race condition that can lead to weird current
namepsace reset if you re-connect too quickly

Co-Authored-By: Anemy <rhysh@live.com>

  • Update styles, no overflow with long collection names

Co-authored-by: Sergey Petushkov <petushkov.sergey@gmail.com>
Co-authored-by: Rhys <Anemy@users.noreply.github.com>
Co-authored-by: Anemy <rhysh@live.com>
Branch: COMPASS-5725-auto-preview-effect
https://github.com/mongodb-js/compass/commit/9177c389cc0c05e3cd0db03a7fd156c9d01f1937

Comment by Githook User [ 25/Apr/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat(header): update collection header styles COMPASS-5519 (#2965)

  • feat: update collection header styles and components COMPASS-5519
  • feat: move stats to compass collection package
  • refactor: update types
  • feat: add leafygreen-ui/box dependency
  • fix: update styles and types
  • fix: use typography instead of spacing for font sizes
  • chore(compass-collection): Only track tabs in one place on active tab name change
  • chore(compass-collection): Grow header to full workspace width so that actions are pushed all the way to the right
  • chore(compass-collection): Avoid disabling eslint rules for the whole file
  • chore(compass-collection): Do not copy stats to tabs; Use state.stats when displaying stats in header
  • chore(compass-collection): Only emit all-tabs-closed based on user interactions with the UI

Otherwise disconnecting causes a race condition that can lead to weird current
namepsace reset if you re-connect too quickly

Co-Authored-By: Anemy <rhysh@live.com>

  • Update styles, no overflow with long collection names

Co-authored-by: Sergey Petushkov <petushkov.sergey@gmail.com>
Co-authored-by: Rhys <Anemy@users.noreply.github.com>
Co-authored-by: Anemy <rhysh@live.com>
Branch: main
https://github.com/mongodb-js/compass/commit/9177c389cc0c05e3cd0db03a7fd156c9d01f1937

Comment by Githook User [ 25/Apr/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: Merge remote-tracking branch 'origin/main' into COMPASS-5519-update-collection-header-styles

  1. Conflicts:
  2. package-lock.json
  3. packages/compass/package.json
    Branch: COMPASS-5519-update-collection-header-styles
    https://github.com/mongodb-js/compass/commit/0bb4749e13b0bb70bd70de603e688550da0a06c3
Comment by Githook User [ 21/Apr/22 ]

Author:

{'name': 'Sergey Petushkov', 'email': 'petushkov.sergey@gmail.com', 'username': 'gribnoysup'}

Message: Merge branch 'main' into COMPASS-5519-update-collection-header-styles
Branch: COMPASS-5519-update-collection-header-styles
https://github.com/mongodb-js/compass/commit/99e047b8e81274c3f7cefbb68a14db5e27ce48b7

Comment by Githook User [ 21/Apr/22 ]

Author:

{'name': 'Sergey Petushkov', 'email': 'petushkov.sergey@gmail.com', 'username': 'gribnoysup'}

Message: Merge remote-tracking branch 'origin/main' into COMPASS-5519-update-collection-header-styles

Conflicts:
packages/compass-collection/src/components/collection-header/collection-header.tsx
packages/compass-collection/src/components/collection/collection.tsx
packages/compass-collection/src/modules/tabs.ts
packages/compass-collection/src/stores/context.tsx
Branch: COMPASS-5519-update-collection-header-styles
https://github.com/mongodb-js/compass/commit/1663bf7972633f98c8a0c7483c0c096674707e76

Comment by Githook User [ 21/Apr/22 ]

Author:

{'name': 'Sergey Petushkov', 'email': 'petushkov.sergey@gmail.com', 'username': 'gribnoysup'}

Message: Merge branch 'main' into COMPASS-5519-update-collection-header-styles
Branch: COMPASS-5519-update-collection-header-styles
https://github.com/mongodb-js/compass/commit/6719e0ae93cc82add6113ceb21af53e9389c7534

Comment by Githook User [ 21/Apr/22 ]

Author:

{'name': 'Rhys', 'email': 'Anemy@users.noreply.github.com', 'username': 'Anemy'}

Message: Merge branch 'main' into COMPASS-5519-update-collection-header-styles
Branch: COMPASS-5519-update-collection-header-styles
https://github.com/mongodb-js/compass/commit/c98dc66bdbbfc62b458ec5faf884e073f502557a

Comment by Githook User [ 19/Apr/22 ]

Author:

{'name': 'Sergey Petushkov', 'email': 'petushkov.sergey@gmail.com', 'username': 'gribnoysup'}

Message: Merge remote-tracking branch 'origin/main' into COMPASS-5519-update-collection-header-styles

Conflicts:
package-lock.json
packages/compass-collection-stats/package.json
Branch: COMPASS-5519-update-collection-header-styles
https://github.com/mongodb-js/compass/commit/92ef05b0f4c0d4a4b484b3ffcd1f070af6f3907e

Comment by Githook User [ 19/Apr/22 ]

Author:

{'name': 'Sergey Petushkov', 'email': 'petushkov.sergey@gmail.com', 'username': 'gribnoysup'}

Message: Merge branch 'main' into COMPASS-5519-update-collection-header-styles
Branch: COMPASS-5519-update-collection-header-styles
https://github.com/mongodb-js/compass/commit/1ee69b06c4fa5af69a9e8b913e94fefb9cac909a

Comment by Githook User [ 19/Apr/22 ]

Author:

{'name': 'Sergey Petushkov', 'email': 'petushkov.sergey@gmail.com', 'username': 'gribnoysup'}

Message: Merge remote-tracking branch 'origin/main' into COMPASS-5519-update-collection-header-styles

Conflicts:
packages/compass-collection-stats/package.json
packages/compass-collection/src/components/collection-header/collection-header.tsx
packages/compass-collection/src/stores/context.tsx
Branch: COMPASS-5519-update-collection-header-styles
https://github.com/mongodb-js/compass/commit/14a2e573f0b45ce8f3cd9c88977c4442cf473403

Comment by Githook User [ 19/Apr/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat(collection): move collection package to TypeScript COMPASS-5695 (#2958)

  • refactor: reformat
  • refactor: update package json description
  • fix: use namespace as a string type
  • fix: replace some any and fix tests
  • fix: add min height to heated component
  • test: remove unused selectors
  • test: add e2e tests for tooltip
Comment by Githook User [ 12/Apr/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat(collection): move collection package to TypeScript COMPASS-5695 (#2958)

  • refactor: reformat
  • refactor: update package json description
  • fix: use namespace as a string type
  • fix: replace some any and fix tests
  • fix: add min height to heated component
  • test: remove unused selectors
  • test: add e2e tests for tooltip
Comment by Githook User [ 11/Apr/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat(collection): move collection package to TypeScript COMPASS-5695 (#2958)

  • refactor: reformat
  • refactor: update package json description
  • fix: use namespace as a string type
  • fix: replace some any and fix tests
  • fix: add min height to heated component
  • test: remove unused selectors
  • test: add e2e tests for tooltip
Comment by Githook User [ 11/Apr/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat(collection): move collection package to TypeScript COMPASS-5695 (#2958)

  • refactor: reformat
  • refactor: update package json description
  • fix: use namespace as a string type
  • fix: replace some any and fix tests
  • fix: add min height to heated component
  • test: remove unused selectors
  • test: add e2e tests for tooltip
Comment by Githook User [ 11/Apr/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: Merge remote-tracking branch 'origin/main' into COMPASS-5519-update-collection-header-styles
Branch: COMPASS-5519-update-collection-header-styles
https://github.com/mongodb-js/compass/commit/80b661bf705348b260951603c7b2f18360732ca8

Comment by Githook User [ 11/Apr/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat(collection): move collection package to TypeScript COMPASS-5695 (#2958)

  • refactor: reformat
  • refactor: update package json description
  • fix: use namespace as a string type
  • fix: replace some any and fix tests
  • fix: add min height to heated component
  • test: remove unused selectors
  • test: add e2e tests for tooltip
Comment by Githook User [ 11/Apr/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat(collection): move collection package to TypeScript COMPASS-5695 (#2958)

  • refactor: reformat
  • refactor: update package json description
  • fix: use namespace as a string type
  • fix: replace some any and fix tests
  • fix: add min height to heated component
  • test: remove unused selectors
  • test: add e2e tests for tooltip
Comment by Githook User [ 08/Apr/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat: update collection header styles and components COMPASS-5519
Branch: COMPASS-5519-update-collection-header-styles
https://github.com/mongodb-js/compass/commit/630c9ef9b64ab2cc6902d47ab82aa5b44989991c

Comment by Githook User [ 08/Apr/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat(collection): move collection package to TypeScript COMPASS-5695 (#2958)

  • refactor: reformat
  • refactor: update package json description
  • fix: use namespace as a string type
  • fix: replace some any and fix tests
  • fix: add min height to heated component
  • test: remove unused selectors
  • test: add e2e tests for tooltip
Comment by Githook User [ 08/Apr/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat(collection): move collection package to TypeScript COMPASS-5695 (#2958)

  • refactor: reformat
  • refactor: update package json description
  • fix: use namespace as a string type
  • fix: replace some any and fix tests
  • fix: add min height to heated component
  • test: remove unused selectors
  • test: add e2e tests for tooltip
Comment by Githook User [ 06/Apr/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat: apply new styles to stats COMPASS-5519
Branch: COMPASS-5695-collection-packag-typescript
https://github.com/mongodb-js/compass/commit/4070de96332e8daf6ffbc15e65709dabc72a170f

Comment by Githook User [ 06/Apr/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: Merge remote-tracking branch 'origin/main' into COMPASS-5519-collection-header-typescript
Branch: COMPASS-5695-collection-packag-typescript
https://github.com/mongodb-js/compass/commit/e6e30aa8ec14a0a79071e924acd8e9f7e1e9bbcb

Comment by Githook User [ 06/Apr/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat: apply new styles to stats COMPASS-5519
Branch: COMPASS-5695-collection-packag-typescript
https://github.com/mongodb-js/compass/commit/9542ca3293eeda655896c9368659e9ea9e1fe334

Comment by Githook User [ 04/Apr/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat: compass-collection-stats in typescript COMPASS-5649 (#2906)

  • feat: move some parts to typescript
  • feat: rest of components moved to typescript
  • refactor: clean up package json
  • refactor: reformat
  • test: update e2e selectors
  • test: fix index selector
  • refactor: use some types
  • fix: use function component in appregistry
  • refactor: hadron-app-registry reformat
  • build: clean up dependencies
  • refactor: use component type any in hadron-app-registry
  • build: remove webpack config
  • build: remove webpack dependency
  • feat: move store to typescript
  • fix: return instance methods to the type declaration
  • test: fix default value
  • build: fix package json after rebase
  • build: align dependencies versions
  • build: compass-components 0.13
Comment by Githook User [ 03/Apr/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat: compass-collection-stats in typescript COMPASS-5649 (#2906)

  • feat: move some parts to typescript
  • feat: rest of components moved to typescript
  • refactor: clean up package json
  • refactor: reformat
  • test: update e2e selectors
  • test: fix index selector
  • refactor: use some types
  • fix: use function component in appregistry
  • refactor: hadron-app-registry reformat
  • build: clean up dependencies
  • refactor: use component type any in hadron-app-registry
  • build: remove webpack config
  • build: remove webpack dependency
  • feat: move store to typescript
  • fix: return instance methods to the type declaration
  • test: fix default value
  • build: fix package json after rebase
  • build: align dependencies versions
  • build: compass-components 0.13
Comment by Githook User [ 01/Apr/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat: compass-collection-stats in typescript COMPASS-5649 (#2906)

  • feat: move some parts to typescript
  • feat: rest of components moved to typescript
  • refactor: clean up package json
  • refactor: reformat
  • test: update e2e selectors
  • test: fix index selector
  • refactor: use some types
  • fix: use function component in appregistry
  • refactor: hadron-app-registry reformat
  • build: clean up dependencies
  • refactor: use component type any in hadron-app-registry
  • build: remove webpack config
  • build: remove webpack dependency
  • feat: move store to typescript
  • fix: return instance methods to the type declaration
  • test: fix default value
  • build: fix package json after rebase
  • build: align dependencies versions
  • build: compass-components 0.13
Comment by Githook User [ 01/Apr/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat: compass-collection-stats in typescript COMPASS-5649 (#2906)

  • feat: move some parts to typescript
  • feat: rest of components moved to typescript
  • refactor: clean up package json
  • refactor: reformat
  • test: update e2e selectors
  • test: fix index selector
  • refactor: use some types
  • fix: use function component in appregistry
  • refactor: hadron-app-registry reformat
  • build: clean up dependencies
  • refactor: use component type any in hadron-app-registry
  • build: remove webpack config
  • build: remove webpack dependency
  • feat: move store to typescript
  • fix: return instance methods to the type declaration
  • test: fix default value
  • build: fix package json after rebase
  • build: align dependencies versions
  • build: compass-components 0.13
Comment by Githook User [ 01/Apr/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat: compass-collection-stats in typescript COMPASS-5649 (#2906)

  • feat: move some parts to typescript
  • feat: rest of components moved to typescript
  • refactor: clean up package json
  • refactor: reformat
  • test: update e2e selectors
  • test: fix index selector
  • refactor: use some types
  • fix: use function component in appregistry
  • refactor: hadron-app-registry reformat
  • build: clean up dependencies
  • refactor: use component type any in hadron-app-registry
  • build: remove webpack config
  • build: remove webpack dependency
  • feat: move store to typescript
  • fix: return instance methods to the type declaration
  • test: fix default value
  • build: fix package json after rebase
  • build: align dependencies versions
  • build: compass-components 0.13
Comment by Githook User [ 31/Mar/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat: compass-collection-stats in typescript COMPASS-5649 (#2906)

  • feat: move some parts to typescript
  • feat: rest of components moved to typescript
  • refactor: clean up package json
  • refactor: reformat
  • test: update e2e selectors
  • test: fix index selector
  • refactor: use some types
  • fix: use function component in appregistry
  • refactor: hadron-app-registry reformat
  • build: clean up dependencies
  • refactor: use component type any in hadron-app-registry
  • build: remove webpack config
  • build: remove webpack dependency
  • feat: move store to typescript
  • fix: return instance methods to the type declaration
  • test: fix default value
  • build: fix package json after rebase
  • build: align dependencies versions
  • build: compass-components 0.13
Comment by Githook User [ 31/Mar/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat: compass-collection-stats in typescript COMPASS-5649 (#2906)

  • feat: move some parts to typescript
  • feat: rest of components moved to typescript
  • refactor: clean up package json
  • refactor: reformat
  • test: update e2e selectors
  • test: fix index selector
  • refactor: use some types
  • fix: use function component in appregistry
  • refactor: hadron-app-registry reformat
  • build: clean up dependencies
  • refactor: use component type any in hadron-app-registry
  • build: remove webpack config
  • build: remove webpack dependency
  • feat: move store to typescript
  • fix: return instance methods to the type declaration
  • test: fix default value
  • build: fix package json after rebase
  • build: align dependencies versions
  • build: compass-components 0.13
Comment by Githook User [ 31/Mar/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: Merge remote-tracking branch 'origin/main' into COMPASS-5519-typescript
Branch: COMPASS-5519-typescript
https://github.com/mongodb-js/compass/commit/deea230222d34d560809aee9c93dce170a0bc1a2

Comment by Githook User [ 22/Mar/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat: move collection header to typescript COMPASS-5519
Branch: COMPASS-5519-typescript
https://github.com/mongodb-js/compass/commit/e2e6320ff852cb1cbd21b165c0401a2d65befdbc

Comment by Githook User [ 22/Mar/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat: move collection header to typescript COMPASS-5519
Branch: COMPASS-5519-typescript
https://github.com/mongodb-js/compass/commit/9baae9fe723368ae844f113298eae1a698697999

Comment by Githook User [ 22/Mar/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat: move collection header to typescript COMPASS-5519
Branch: COMPASS-5519-typescript
https://github.com/mongodb-js/compass/commit/5f7b9156e2c2bd3b35b164132164d5ac2ca89714

Comment by Githook User [ 21/Mar/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat: move collection header to typescript COMPASS-5519
Branch: COMPASS-5519-typescript
https://github.com/mongodb-js/compass/commit/7f672fcec8252cc64a94ffd2a6a8cff23dacfcc7

Comment by Githook User [ 17/Mar/22 ]

Author:

{'name': 'Alena Khineika', 'email': 'alena.khineika@gmail.com', 'username': 'alenakhineika'}

Message: feat: move collection header to typescript COMPASS-5519
Branch: COMPASS-5519-typescript
https://github.com/mongodb-js/compass/commit/5c466716a8b637a692cdad9be6164305c2b1d918

Generated at Wed Feb 07 22:39:51 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.