mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-01 03:22:01 +08:00
feat: views toolbar visibility, light mode (#4813)
This commit is contained in:
parent
1f25d386df
commit
8f6f2f0018
@ -381,21 +381,13 @@ function ExplorerOptions({
|
|||||||
<hr className={isEditDeleteSupported ? '' : 'hidden'} />
|
<hr className={isEditDeleteSupported ? '' : 'hidden'} />
|
||||||
|
|
||||||
<div className={cx('actions', isEditDeleteSupported ? '' : 'hidden')}>
|
<div className={cx('actions', isEditDeleteSupported ? '' : 'hidden')}>
|
||||||
<Tooltip title="Create Alerts">
|
<Button disabled={disabled} shape="round" onClick={onCreateAlertsHandler}>
|
||||||
<Button
|
<ConciergeBell size={16} /> Create an Alert
|
||||||
disabled={disabled}
|
</Button>
|
||||||
shape="circle"
|
|
||||||
onClick={onCreateAlertsHandler}
|
|
||||||
>
|
|
||||||
<ConciergeBell size={16} />
|
|
||||||
</Button>
|
|
||||||
</Tooltip>
|
|
||||||
|
|
||||||
<Tooltip title="Add to Dashboard">
|
<Button disabled={disabled} shape="round" onClick={onAddToDashboard}>
|
||||||
<Button disabled={disabled} shape="circle" onClick={onAddToDashboard}>
|
<Plus size={16} /> Add to Dashboard
|
||||||
<Plus size={16} />
|
</Button>
|
||||||
</Button>
|
|
||||||
</Tooltip>
|
|
||||||
|
|
||||||
<Tooltip title="Hide">
|
<Tooltip title="Hide">
|
||||||
<Button disabled={disabled} shape="circle" onClick={hideToolbar}>
|
<Button disabled={disabled} shape="circle" onClick={hideToolbar}>
|
||||||
|
@ -44,8 +44,6 @@
|
|||||||
.nav-item-data {
|
.nav-item-data {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
|
||||||
max-width: calc(100% - 24px);
|
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 0px 8px;
|
margin: 0px 8px;
|
||||||
padding: 4px 12px;
|
padding: 4px 12px;
|
||||||
@ -94,15 +92,14 @@
|
|||||||
.nav-item-data {
|
.nav-item-data {
|
||||||
color: #121317;
|
color: #121317;
|
||||||
|
|
||||||
background: white;
|
background: var(--bg-vanilla-300);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
.nav-item-data {
|
.nav-item-data {
|
||||||
color: #121317;
|
color: #121317;
|
||||||
background: white;
|
background: var(--bg-vanilla-300);
|
||||||
// color: #4e74f8;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@
|
|||||||
|
|
||||||
.get-started-nav-items {
|
.get-started-nav-items {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 4px 13px 4px 10px;
|
margin: 4px 8px 4px 10px;
|
||||||
|
|
||||||
.get-started-btn {
|
.get-started-btn {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -130,7 +130,7 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
width: 64px;
|
width: 64px;
|
||||||
|
|
||||||
transition: all 0.3s, background 0s, border 0s;
|
transition: all 0.2s, background 0s, border 0s;
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
width: 0.1rem;
|
width: 0.1rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user