feat: views toolbar visibility, light mode (#4813)

This commit is contained in:
Yunus M 2024-04-04 18:47:41 +05:30 committed by GitHub
parent 1f25d386df
commit 8f6f2f0018
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 21 deletions

View File

@ -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}>

View File

@ -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);
}
}

View File

@ -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;