Update
This commit is contained in:
parent
d26712886e
commit
c27bcf2048
|
@ -73,6 +73,7 @@ nav {
|
|||
span {
|
||||
padding-left: 0.5rem;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -128,7 +128,11 @@ const Sidebar = () => {
|
|||
</button>
|
||||
<button
|
||||
disabled={!marksOccurrence}
|
||||
title={marksOccurrence ? 'Kliknij, aby wygenerować wiadomość': 'Zaznacz poniżej elementy, aby móc wygenerować wiadomość' }
|
||||
title={
|
||||
marksOccurrence
|
||||
? 'Kliknij, aby wygenerować wiadomość'
|
||||
: 'Zaznacz poniżej elementy, aby móc wygenerować wiadomość'
|
||||
}
|
||||
onClick={() => {
|
||||
const params = [
|
||||
'height=' + screen.height,
|
||||
|
|
|
@ -55,14 +55,7 @@ export function StolenData({
|
|||
>
|
||||
Wyczyść pamięć
|
||||
</button> */}
|
||||
<button
|
||||
onClick={() => {
|
||||
clusters.forEach((cluster) => cluster.autoMark());
|
||||
refresh();
|
||||
}}
|
||||
>
|
||||
Zaznacz automatycznie
|
||||
</button>
|
||||
|
||||
{/* <button
|
||||
style={{ marginLeft: '1rem' }}
|
||||
onClick={() =>
|
||||
|
@ -76,6 +69,15 @@ export function StolenData({
|
|||
Generuj maila
|
||||
</button> */}
|
||||
|
||||
{/* <button
|
||||
onClick={() => {
|
||||
clusters.forEach((cluster) => cluster.autoMark());
|
||||
refresh();
|
||||
}}
|
||||
>
|
||||
Zaznacz automatycznie
|
||||
</button> */}
|
||||
|
||||
{clusters.map((cluster) => {
|
||||
return (
|
||||
<StolenDataCluster
|
||||
|
|
Loading…
Reference in New Issue
Block a user