Skip to content

Commit

Permalink
BA-1917: Archive Rooms (#154)
Browse files Browse the repository at this point in the history
* BA-1809 [FE] Simplify CurrentProfileProvider (#142)

* BA-1809 squash all previous commits

* BA-1809 Replacing catalogs temporarily, revert later

* BA-1809 Fix rebase mistakes

* Revert "BA-1809 Replacing catalogs temporarily, revert later"

This reverts commit 1071e6e.

* BA-1809 Do not pass currentProfile as props

* BA-1809 Fix component tests

* BA-1809 Remove duplicated try ... catch

* BA-1809 Move useCurrentProfile into authentication package

* BA-1809 Remove profileId from Comment props and use useCurrentProfile instead

* BA-1809 set current profile in useLogin hook

* BA-1809 Fix tests

* BA-1809 changesets

* BA-1809 pnpm-lock.yaml

* BA-1809 Replace catalogs, revert later!

* BA-1809 Remove profile id from comment props

* BA-1809 Make image paths absolute

* BA-1809 Implement remaining gitlab suggestions

* BA-1809 Test whether env variable is undefined before using it

* tweaks

---------

Co-authored-by: Alexandre Anicio <[email protected]>

* chore: versioning

* feat: archived room mutation and filter

* chore: versioning

* fix: PR fixes

* chore: fix changelog

* feat: unarchive chat

* chore: versioning

---------

Co-authored-by: tsl-ps2 <[email protected]>
Co-authored-by: Alexandre Anicio <[email protected]>
Co-authored-by: Pedro Tibúrcio <[email protected]>
  • Loading branch information
4 people authored Dec 17, 2024
1 parent 3c2ea87 commit 05c6ec7
Show file tree
Hide file tree
Showing 20 changed files with 789 additions and 889 deletions.
14 changes: 14 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @baseapp-frontend/components

## 0.0.32

### Patch Changes

- Added unarchiving chat room UX updates (icon and label change)
- Added archiving/unarchiving chat rooms functionality
- Enhanced ChatRoomItem with isInArchivedTab and isInUnreadTab props
- Updated ChatRoomsList to support archived filters
- Added new GraphQL mutation for archiving chat rooms
- Updated RoomsListFragment to support archived status
- Modified useRoomListSubscription to handle archived rooms
- Updated dependencies
- @baseapp-frontend/design-system@0.0.24

## 0.0.31

### Patch Changes
Expand Down
151 changes: 151 additions & 0 deletions packages/components/__generated__/ArchiveChatRoomMutation.graphql.ts

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

15 changes: 10 additions & 5 deletions packages/components/__generated__/ChatRoomsQuery.graphql.ts

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

14 changes: 12 additions & 2 deletions packages/components/__generated__/RoomsListFragment.graphql.ts

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

Loading

0 comments on commit 05c6ec7

Please sign in to comment.