Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rocket.Chat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RocketChat
Rocket.Chat
Commits
34498986
Unverified
Commit
34498986
authored
1 year ago
by
Aleksander Nicacio da Silva
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
chore: Changed over mac limit Banner to Callout (#31046)
parent
505547a6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/meteor/client/views/omnichannel/currentChats/CurrentChatsPage.tsx
+5
-6
5 additions, 6 deletions
...lient/views/omnichannel/currentChats/CurrentChatsPage.tsx
with
5 additions
and
6 deletions
apps/meteor/client/views/omnichannel/currentChats/CurrentChatsPage.tsx
+
5
−
6
View file @
34498986
import
{
Banner
,
Icon
,
Pagination
}
from
'
@rocket.chat/fuselage
'
;
import
{
Callout
,
Pagination
}
from
'
@rocket.chat/fuselage
'
;
import
{
useMutableCallback
}
from
'
@rocket.chat/fuselage-hooks
'
;
import
type
{
GETLivechatRoomsParams
}
from
'
@rocket.chat/rest-typings
'
;
import
{
usePermission
,
useTranslation
}
from
'
@rocket.chat/ui-contexts
'
;
...
...
@@ -306,15 +306,14 @@ const CurrentChatsPage = ({ id, onRowClick }: { id?: string; onRowClick: (_id: s
/>
)
}
{
isWorkspaceOverMacLimit
&&
(
<
Banner
variant
=
'danger'
actionable
icon
=
{
<
Icon
name
=
'warning'
size
=
'x24'
/>
}
<
Callout
type
=
'danger'
icon
=
'warning'
title
=
{
t
(
'
The_workspace_has_exceeded_the_monthly_limit_of_active_contacts
'
)
}
style
=
{
{
marginBlock
:
'
2rem
'
}
}
>
{
t
(
'
Talk_to_your_workspace_admin_to_address_this_issue
'
)
}
</
Banner
>
</
Callout
>
)
}
{
isSuccess
&&
data
?.
rooms
.
length
===
0
&&
queryHasChanged
&&
<
GenericNoResults
/>
}
{
isSuccess
&&
data
?.
rooms
.
length
===
0
&&
!
queryHasChanged
&&
(
...
...
This diff is collapsed.
Click to expand it.
Git Mirror User
@gitmirror
mentioned in commit
00892a0f
·
1 year ago
mentioned in commit
00892a0f
mentioned in commit 00892a0f1eeadeed8b1e37e608de81feca45a171
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment