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