-
Add the ability to create new chat groups.
-
Fix a few height bugs on Virtuoso lists.
-
Updated dependencies
- @baseapp-frontend/design-system@0.0.26
- Updated dependencies
- @baseapp-frontend/utils@3.0.5
- @baseapp-frontend/authentication@4.0.6
- @baseapp-frontend/design-system@0.0.25
- @baseapp-frontend/graphql@1.1.15
- Graphql mutation for unreading chats introduced
- Graphql field unreadMessagesCount is replaced by a count field on unreadMessages (which also has a markedUnread field)
- Updated dependencies
- @baseapp-frontend/graphql@1.1.14
- Implement change role functionality on members section
- Introduces a chat header, which displays the profile image and name of the other person in a one-on-one chat and the group picture, group name and member count in a group chat
- 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
- Updated dependencies
- @baseapp-frontend/design-system@0.0.23
- Adapt Storybook's withProviders to use only
queueOperationResolver
. - Updated dependencies
- @baseapp-frontend/graphql@1.1.13
- Fixed RoomListSubscription connection and added connection to CreateChatRoom mutation
- Moved useRoomListSubscription hook to ChatRoom on baseapp-frontend-template
- Removed unused fields on RoomsListFragment and RoomListSubscription
- Move useMessageCountUpdate to be used on chatrooms list instead of being used on the templates
- update useMessageCountUpdate query
- Fix unread count badge alignment
- Allow users to create new organization profile.
- Updated dependencies
- @baseapp-frontend/authentication@4.0.5
- Use
InitialProfileProviderForTesting
. - Updated dependencies
- @baseapp-frontend/authentication@4.0.4
-
Remove
useCurrentProfile
from the package. -
Use mocks from
@baseapp-frontend/test
. -
Updated dependencies
- @baseapp-frontend/authentication@4.0.3
- Create a component for listing the members of a profile
- Fixed overlay not closing issue by forcing hover state to 'false' when exiting the delete dialog
- Removed CommentOptions from CommentItem component and refactored into ActionsOverlay. Applied ActionsOverlay to CommentItem and ChatRoomItem components.
- Updated dependencies
- @baseapp-frontend/design-system@0.0.22
- Add Active Tab functionality to the
messages
module. - Several tweaks on the messages modules in general.
- Adapt
ChatRoomListItem
so it uses a fragment. - Add
ViewportHeightContainer
component and make sureMainCointainer
uses variables from the navigation's constants. - Updated dependencies
- @baseapp-frontend/authentication@4.0.2
- @baseapp-frontend/design-system@0.0.21
- @baseapp-frontend/graphql@1.1.12
- @baseapp-frontend/utils@3.0.4
- Add Active Tab functionality to the
messages
module. - Tweaks on
MessageItem
styles so it have the correctmax-width
. - Updated dependencies
- @baseapp-frontend/design-system@0.0.20
- Added the CreateChatRoom components for the messages module
- Updated dependencies
- @baseapp-frontend/design-system@0.0.19
- Updated dependencies
- @baseapp-frontend/design-system@0.0.17
- Storybook cleanup
- Updated dependencies
- @baseapp-frontend/design-system@0.0.17
- Add Storybook for notifications components.
-
Add Message components including
MessageItem
,MessageRoom
,MessagesGroup
andMessageList
. -
Temporarily remove the
overscan
props on Virtuoso lists since that could cause bugs. -
AccountMenu
only show login/signup buttons when there is no user object instead of looking if the user is valid. That avoid issues when the refresh is is still going to be executed and the ui changing unnecessarily. -
Updated dependencies
- @baseapp-frontend/graphql@1.1.11
- @baseapp-frontend/utils@3.0.3
- @baseapp-frontend/authentication@4.0.1
- @baseapp-frontend/design-system@0.0.16
- Exclude cypress and jest folders from the tsconfig.build.json file
- Add the profile switcher to the AccountPopover component.
- Updated dependencies
- @baseapp-frontend/design-system@0.0.15
- @baseapp-frontend/graphql@1.1.10
- Add
fallbacks
andalias
to the Cypress webpack configuration.
- Updated Storybook configs
- Updated dependencies
- @baseapp-frontend/design-system@0.0.14
- Add Messages module with SendMessage input for messages
- Make the previous comment input a reusable component to be used in comments and messages
- Reorganize modules to break previus social folder into comments, messages and
__shared__
- Updated dependencies
- @baseapp-frontend/design-system@0.0.13
- Add common and reusable dependencies to the
pnpm
catalog. - Update tsconfig to use
lib.json
. - Updated dependencies
- @baseapp-frontend/authentication@4.0.0
- @baseapp-frontend/utils@3.0.0
- @baseapp-frontend/design-system@0.0.12
- @baseapp-frontend/graphql@1.1.9
- Update profileObjectId to profileId on createCommentMutation
- Moved setFormRelayErrors from baseapp-frontend/components to baseapp-frontend/utils
- Updated dependencies
- @baseapp-frontend/utils@2.5.6
- Add Notifications Component
- Updated dependencies
- @baseapp-frontend/design-system@0.0.10
- Import custom tailwind plugins.
- Updated dependencies
- @baseapp-frontend/design-system@0.0.5
- @baseapp-frontend/graphql@1.1.8
- Add setup for Cypress component testing.
- Add test cases for the
Comments
component. - Minor adjustments to several social components, focusing on enhancing accessibility.
- Fix scrollbar glitching on web when loading more comments.
- Updated dependencies
- @baseapp-frontend/design-system@0.0.3
- @baseapp-frontend/graphql@1.1.7
- Add
navigation
module. - Add Storybook for Navigation features.
- Updated dependencies
- @baseapp-frontend/design-system@0.0.2
- @baseapp-frontend/utils@2.5.4
- Create the
components
package. - Migrate all the Comments features from the template to this package.
- Adapt some Comments features to make it more reusable and customizable.
- Add Storybook for the Comments features.
- Updated dependencies
- @baseapp-frontend/graphql@1.1.4
- @baseapp-frontend/utils@2.5.1
- @baseapp-frontend/design-system@0.0.1