This commit is contained in:
Arkadiusz Wieczorek 2022-01-19 14:30:05 +01:00
parent d26712886e
commit c27bcf2048
3 changed files with 16 additions and 9 deletions

View File

@ -73,6 +73,7 @@ nav {
span {
padding-left: 0.5rem;
font-size: 0.875rem;
font-weight: 500;
}
}
}

View File

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

View File

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