change(ui) - text channge and icon changes
This commit is contained in:
parent
9afce902af
commit
b02bd8463c
3 changed files with 3 additions and 7 deletions
|
|
@ -23,9 +23,9 @@ function DashboardList() {
|
|||
'No matching results'
|
||||
) : (
|
||||
<div>
|
||||
<div>Create your first Dashboard</div>
|
||||
<div>You haven't created any dashboards yet</div>
|
||||
<div className="text-sm color-gray-medium font-normal">
|
||||
A dashboard lets you visualize trends and insights of data captured by OpenReplay.
|
||||
A Dashboard is a collection of Cards that can be shared across teams.
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
|
|
|
|||
|
|
@ -34,10 +34,6 @@ function Header({ history, siteId }: { history: any; siteId: string }) {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="text-base text-disabled-text flex items-center px-6">
|
||||
<Icon name="info-circle-fill" className="mr-2" size={16} />
|
||||
A Dashboard is a collection of Cards that can be shared across teams.
|
||||
</div>
|
||||
<div className="border-y px-3 py-1 mt-2 flex items-center w-full justify-end gap-4">
|
||||
<Toggler
|
||||
label="Private Dashboards"
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ export const issues_types = [
|
|||
{ 'type': types.BAD_REQUEST, 'visible': true, 'order': 2, 'name': 'Bad Requests', 'icon': 'funnel/file-medical-alt' },
|
||||
{ 'type': types.CLICK_RAGE, 'visible': true, 'order': 3, 'name': 'Click Rage', 'icon': 'funnel/emoji-angry' },
|
||||
{ 'type': types.CRASH, 'visible': true, 'order': 4, 'name': 'Crashes', 'icon': 'funnel/file-earmark-break' },
|
||||
{ 'type': types.MOUSE_THRASHING, 'visible': true, 'order': 5, 'name': 'Mouse Thrashing', 'icon': 'close' },
|
||||
{ 'type': types.MOUSE_THRASHING, 'visible': true, 'order': 5, 'name': 'Mouse Thrashing', 'icon': 'cursor-trash' },
|
||||
// { 'type': 'memory', 'visible': true, 'order': 4, 'name': 'High Memory', 'icon': 'funnel/sd-card' },
|
||||
// { 'type': 'vault', 'visible': true, 'order': 5, 'name': 'Vault', 'icon': 'safe' },
|
||||
// { 'type': 'bookmark', 'visible': true, 'order': 5, 'name': 'Bookmarks', 'icon': 'safe' },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue