added tutorial video
This commit is contained in:
parent
4cc441ca3b
commit
4f2b331173
BIN
public/tutor.gif
Normal file
BIN
public/tutor.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 MiB |
@ -463,17 +463,24 @@
|
|||||||
|
|
||||||
<div class="flex overflow-x-auto overflow-y-hidden text-[16px]">
|
<div class="flex overflow-x-auto overflow-y-hidden text-[16px]">
|
||||||
{#if rasp_data.length === 0 && data.saved.length === 0}
|
{#if rasp_data.length === 0 && data.saved.length === 0}
|
||||||
<p
|
<div class="overflow-y-auto">
|
||||||
class="break-words h-auto
|
<p
|
||||||
|
class="break-words h-auto
|
||||||
text-2xl text-[var(--w-text)] dark:text-[var(--b-text)]"
|
text-2xl text-[var(--w-text)] dark:text-[var(--b-text)]"
|
||||||
>
|
|
||||||
У вас нету сохраненных расписаний, добавтье их в <button
|
|
||||||
class="underline"
|
|
||||||
on:click={() => {
|
|
||||||
is_settings_open = true;
|
|
||||||
}}>настройках</button
|
|
||||||
>
|
>
|
||||||
</p>
|
У вас нету сохраненных расписаний, добавтье их в <button
|
||||||
|
class="underline"
|
||||||
|
on:click={() => {
|
||||||
|
is_settings_open = true;
|
||||||
|
}}>настройках</button
|
||||||
|
>
|
||||||
|
</p>
|
||||||
|
<img
|
||||||
|
src="/tutor.gif"
|
||||||
|
class="max-w-[400px] w-full mt-4 dark:border-[1px] border-[var(--b-border)]"
|
||||||
|
alt="turoiral gif"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
{:else}
|
{:else}
|
||||||
{#each rasp_data as day, i}
|
{#each rasp_data as day, i}
|
||||||
<div id={`${i}`} class="p-2 min-w-[300px]">
|
<div id={`${i}`} class="p-2 min-w-[300px]">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user